public interface CustomizationMenuCallback
CustomizationMenu
, it allows the menu to communicate
with its parent DockStation
.Modifier and Type | Method and Description |
---|---|
void |
append(bibliothek.gui.Dockable dockable)
Adds
dockable to the station or one of its sub stations. |
void |
closed()
To be called if the menu was closed.
|
Rectangle |
getButton()
Gets the boundaries of the button that opened this menu.
|
bibliothek.gui.DockStation |
getOwner()
Gets the owner of the menu.
|
Component |
getParent()
|
boolean |
isAutoCloseAllowed()
Tells the menu whether it is currently allowed to close itself automatically.
|
Rectangle getButton()
null
Component getParent()
Component
of the menu, this Component
can be used
for example as parent of a JDialog
.Component
, not null
bibliothek.gui.DockStation getOwner()
null
void append(bibliothek.gui.Dockable dockable)
dockable
to the station or one of its sub stations.dockable
- the item to addboolean isAutoCloseAllowed()
void closed()