|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.FlapDockStation.DockableHandle
protected class FlapDockStation.DockableHandle
Handles title, listeners and actions that are associated with a Dockable.
| Constructor Summary | |
|---|---|
FlapDockStation.DockableHandle(Dockable dockable)
Creates a new wrapper around dockable |
|
FlapDockStation.DockableHandle(Dockable dockable,
boolean forceActionSourceCreation)
Creates a new wrapper around dockable |
|
| Method Summary | |
|---|---|
Dockable |
asDockable()
Gets the Dockable that is associated with this item. |
FlapDockStationSource |
getActions()
Gets the DockActionSource that should be shown on the Dockable. |
Dockable |
getDockable()
|
DockTitle |
getTitle()
|
void |
resetHoldAction()
Sets the action of getActions() back to the action that was created
by FlapDockStation.createHoldAction(). |
void |
setTitle(DockTitleVersion version)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlapDockStation.DockableHandle(Dockable dockable)
dockable
dockable - the dockable to wrap
public FlapDockStation.DockableHandle(Dockable dockable,
boolean forceActionSourceCreation)
dockable
dockable - the dockable to wrapforceActionSourceCreation - whether getActions() must always return a value other
than null| Method Detail |
|---|
public FlapDockStationSource getActions()
DockActionSource that should be shown on the Dockable.
nullpublic void resetHoldAction()
getActions() back to the action that was created
by FlapDockStation.createHoldAction().
public Dockable getDockable()
public Dockable asDockable()
PlaceholderListItemDockable that is associated with this item.
asDockable in interface PlaceholderListItem<Dockable>nullpublic DockTitle getTitle()
public void setTitle(DockTitleVersion version)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||