|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomizationMenuCallback
This callback is delivered to a CustomizationMenu
, it allows the menu to communicate
with its parent DockStation
.
Method Summary | |
---|---|
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()
Gets the parent Component of the menu, this Component can be used
for example as parent of a JDialog . |
boolean |
isAutoCloseAllowed()
Tells the menu whether it is currently allowed to close itself automatically. |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |