public interface CustomizationMenuCallback
CustomizationMenu, it allows the menu to communicate
with its parent DockStation.| Modifier and Type | Method and Description |
|---|---|
void |
append(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.
|
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()
nullComponent getParent()
Component of the menu, this Component can be used
for example as parent of a JDialog.Component, not nullDockStation getOwner()
nullvoid append(Dockable dockable)
dockable to the station or one of its sub stations.dockable - the item to addboolean isAutoCloseAllowed()
void closed()
Copyright © 2018. All rights reserved.