ToolBar - the GUI-toolkit specific type of a tool barToolBarButton - the GUI-toolkit specific base type of a tool bar button.public interface ToolBarContainerListener<ToolBar,ToolBarButton> extends EventListener
ToolBarContainer listener.
TODO: more methods might be added in future| Modifier and Type | Method and Description |
|---|---|
void |
toolBarAdded(ToolBarContainerToolBarEvent<ToolBar,ToolBarButton> event)
The callback method when a tool bar was added.
|
void |
toolBarButtonAdded(ToolBarContainerToolBarButtonEvent<ToolBar,ToolBarButton> event)
The callback method when a tool bar button was added.
|
void |
toolBarButtonRemoved(ToolBarContainerToolBarButtonEvent<ToolBar,ToolBarButton> event)
The callback method when a tool bar button was removed.
|
void |
toolBarRemoved(ToolBarContainerToolBarEvent<ToolBar,ToolBarButton> event)
The callback method when a tool bar was removed.
|
void toolBarAdded(ToolBarContainerToolBarEvent<ToolBar,ToolBarButton> event)
event - the eventvoid toolBarRemoved(ToolBarContainerToolBarEvent<ToolBar,ToolBarButton> event)
event - the eventvoid toolBarButtonAdded(ToolBarContainerToolBarButtonEvent<ToolBar,ToolBarButton> event)
event - the eventvoid toolBarButtonRemoved(ToolBarContainerToolBarButtonEvent<ToolBar,ToolBarButton> event)
event - the eventCopyright © 2012–2018 Drombler. All rights reserved.