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
DockAction s that should be used. |
getDockable, getStation
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
public DockActionSource getSuggestions()
DockAction
s that should be used.null