|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.title.DockTitleEvent
bibliothek.gui.dock.title.ActionsDockTitleEvent
public class ActionsDockTitleEvent
A DockTitleEvent
used to inform a DockTitle
about a set of DockAction
s that should be used.
Constructor Summary | |
---|---|
ActionsDockTitleEvent(Dockable dockable,
DockActionSource suggestions)
Creates a new event. |
|
ActionsDockTitleEvent(DockStation station,
Dockable dockable,
DockActionSource suggestions)
Creates a new event. |
Method Summary | |
---|---|
DockActionSource |
getSuggestions()
Gets the set of DockAction s that should be used. |
Methods inherited from class bibliothek.gui.dock.title.DockTitleEvent |
---|
getDockable, getStation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionsDockTitleEvent(Dockable dockable, DockActionSource suggestions)
dockable
- the Dockable
for which the target-title
is renderedsuggestions
- the set of actions to use, can be null
public ActionsDockTitleEvent(DockStation station, Dockable dockable, DockActionSource suggestions)
station
- the station on which the target-title is displayeddockable
- the Dockable
for which the target-title
is renderedsuggestions
- the set of actions to use, can be null
Method Detail |
---|
public DockActionSource getSuggestions()
DockAction
s that should be used.
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |