public class ToolbarExpandStrategy extends Object implements CLocationExpandStrategy
CLocationExpandStrategy that handles properties related to toolbars.| Constructor and Description |
|---|
ToolbarExpandStrategy() |
| Modifier and Type | Method and Description |
|---|---|
CLocation |
expand(CLocation location,
DockableProperty property) |
protected CLocation |
expand(CLocation location,
ToolbarContainerProperty property)
Creates a new location by creating the child location of
location using
property for that step. |
protected CLocation |
expand(CLocation location,
ToolbarGroupProperty property)
Creates a new location by creating the child location of
location using
property for that step. |
protected CLocation |
expand(CLocation location,
ToolbarProperty property)
Creates a new location by creating the child location of
location using
property for that step. |
public CLocation expand(CLocation location, DockableProperty property)
expand in interface CLocationExpandStrategyprotected CLocation expand(CLocation location, ToolbarProperty property)
location using
property for that step.location - the location to expandproperty - the property that is the source of the next locationnull if no conversion is possibleprotected CLocation expand(CLocation location, ToolbarGroupProperty property)
location using
property for that step.location - the location to expandproperty - the property that is the source of the next locationnull if no conversion is possibleprotected CLocation expand(CLocation location, ToolbarContainerProperty property)
location using
property for that step.location - the location to expandproperty - the property that is the source of the next locationnull if no conversion is possibleCopyright © 2018. All rights reserved.