ToolBar - the GUI-toolkit specific type of a tool barToolBarButton - the GUI-toolkit specific base type of a tool bar button.T - the entry type of this event - ToolBar or ToolBarButtonpublic abstract class AbstractToolBarContainerEvent<ToolBar,ToolBarButton,T> extends EventObject
ToolBarContainer events.ToolBarContainerListener,
Serialized Formsource| Constructor and Description |
|---|
AbstractToolBarContainerEvent(ToolBarContainer<ToolBar,ToolBarButton> source,
String toolBarId,
PositionableAdapter<? extends T> entry)
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
PositionableAdapter<? extends T> |
getEntry()
Gets the tool bar container entry.
|
String |
getToolBarId()
Gets the tool bar id.
|
getSource, toStringpublic AbstractToolBarContainerEvent(ToolBarContainer<ToolBar,ToolBarButton> source, String toolBarId, PositionableAdapter<? extends T> entry)
source - the source containertoolBarId - the tool bar identry - the tool bar container entrypublic String getToolBarId()
public PositionableAdapter<? extends T> getEntry()
Copyright © 2012–2018 Drombler. All rights reserved.