public class ActionsDockTitleEvent extends DockTitleEvent
| Constructor and Description |
|---|
ActionsDockTitleEvent(Dockable dockable,
DockActionSource suggestions)
Creates a new event.
|
ActionsDockTitleEvent(DockStation station,
Dockable dockable,
DockActionSource suggestions)
Creates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
DockActionSource |
getSuggestions()
Gets the set of
DockActions that should be used. |
getDockable, getStationpublic ActionsDockTitleEvent(Dockable dockable, DockActionSource suggestions)
dockable - the Dockable for which the target-title
is renderedsuggestions - the set of actions to use, can be nullpublic 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 nullpublic DockActionSource getSuggestions()
DockActions that should be used.nullCopyright © 2017 Docking Frames. All rights reserved.