public class ToolbarExpandStrategy
extends java.lang.Object
implements bibliothek.gui.dock.common.location.CLocationExpandStrategy
CLocationExpandStrategy
that handles properties related to toolbars.Constructor and Description |
---|
ToolbarExpandStrategy() |
Modifier and Type | Method and Description |
---|---|
bibliothek.gui.dock.common.CLocation |
expand(bibliothek.gui.dock.common.CLocation location,
bibliothek.gui.dock.layout.DockableProperty property) |
protected bibliothek.gui.dock.common.CLocation |
expand(bibliothek.gui.dock.common.CLocation location,
ToolbarContainerProperty property)
Creates a new location by creating the child location of
location using
property for that step. |
protected bibliothek.gui.dock.common.CLocation |
expand(bibliothek.gui.dock.common.CLocation location,
ToolbarGroupProperty property)
Creates a new location by creating the child location of
location using
property for that step. |
protected bibliothek.gui.dock.common.CLocation |
expand(bibliothek.gui.dock.common.CLocation location,
ToolbarProperty property)
Creates a new location by creating the child location of
location using
property for that step. |
public bibliothek.gui.dock.common.CLocation expand(bibliothek.gui.dock.common.CLocation location, bibliothek.gui.dock.layout.DockableProperty property)
expand
in interface bibliothek.gui.dock.common.location.CLocationExpandStrategy
protected bibliothek.gui.dock.common.CLocation expand(bibliothek.gui.dock.common.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 bibliothek.gui.dock.common.CLocation expand(bibliothek.gui.dock.common.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 bibliothek.gui.dock.common.CLocation expand(bibliothek.gui.dock.common.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 possible