|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.facile.mode.AbstractLocationMode.DockableHandle
protected class AbstractLocationMode.DockableHandle
Meta information about a currently registered Dockable.
| Constructor Summary | |
|---|---|
AbstractLocationMode.DockableHandle(Dockable dockable)
Creates a new handle. |
|
| Method Summary | |
|---|---|
void |
destroy()
Called when this handle is no longer of any use |
DockActionSource |
getActions(Mode<Location> mode)
Called by AbstractLocationMode.getActionsFor(Dockable, Mode)
to the actions related to this dockable. |
Dockable |
getDockable()
Gets the element of this handle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractLocationMode.DockableHandle(Dockable dockable)
dockable - the new element, not null| Method Detail |
|---|
public Dockable getDockable()
nullpublic void destroy()
public DockActionSource getActions(Mode<Location> mode)
AbstractLocationMode.getActionsFor(Dockable, Mode)
to the actions related to this dockable. The default implementation
is to return a source returned by the current LocationModeActionProvider.
mode - the current mode of this element
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||