ToolBar - the GUI-toolkit specific type of a tool barToolBarButton - the GUI-toolkit specific base type of a tool bar button.public class ToolBarContainerListenerAdapter<ToolBar,ToolBarButton> extends Object implements ToolBarContainerListener<ToolBar,ToolBarButton>
ToolBarContainerListeners.
The implemented methods do nothing by default.| Constructor and Description |
|---|
ToolBarContainerListenerAdapter() |
| 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.
|
public void toolBarAdded(ToolBarContainerToolBarEvent<ToolBar,ToolBarButton> event)
toolBarAdded in interface ToolBarContainerListener<ToolBar,ToolBarButton>event - the eventpublic void toolBarRemoved(ToolBarContainerToolBarEvent<ToolBar,ToolBarButton> event)
toolBarRemoved in interface ToolBarContainerListener<ToolBar,ToolBarButton>event - the eventpublic void toolBarButtonAdded(ToolBarContainerToolBarButtonEvent<ToolBar,ToolBarButton> event)
toolBarButtonAdded in interface ToolBarContainerListener<ToolBar,ToolBarButton>event - the eventpublic void toolBarButtonRemoved(ToolBarContainerToolBarButtonEvent<ToolBar,ToolBarButton> event)
toolBarButtonRemoved in interface ToolBarContainerListener<ToolBar,ToolBarButton>event - the eventCopyright © 2012–2018 Drombler. All rights reserved.