|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.toolbar.location.ToolbarExpandStrategy
public class ToolbarExpandStrategy
A CLocationExpandStrategy
that handles properties related to toolbars.
Constructor Summary | |
---|---|
ToolbarExpandStrategy()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ToolbarExpandStrategy()
Method Detail |
---|
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 location
null
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 location
null
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 location
null
if no conversion is possible
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |