public class ExtendedToolBarEvent extends EventObject
source
Constructor and Description |
---|
ExtendedToolBarEvent(IExtendedToolBar toolBar,
String id)
Constructs a new template toolbar event.
|
ExtendedToolBarEvent(IExtendedToolBar toolBar,
String id,
String container,
String insertAt,
int seek)
Constructs a new template toolbar event.
|
Modifier and Type | Method and Description |
---|---|
String |
getContainer()
Returns the container id of the element.
|
String |
getId()
Returns the id of the changed element.
|
String |
getInsertAt()
Returns a positional string parameter.
|
int |
getSeek()
Returns the exact position of the element relative to the insertAt value.
|
IExtendedToolBar |
getToolBarTemplate()
Returns the menu template that has fired the event.
|
getSource, toString
public ExtendedToolBarEvent(IExtendedToolBar toolBar, String id)
toolbar
- the toolbar in which the change has occuredid
- the id of the changed elementpublic ExtendedToolBarEvent(IExtendedToolBar toolBar, String id, String container, String insertAt, int seek)
toolbar
- the toolbar in which the change has occuredid
- the id of the changed elementcontainer
- the container of the elementinsertAt
- a positional string of the elementseek
- a value that refers to insertAt and describing the exact
positionpublic String getId()
public String getContainer()
public String getInsertAt()
public int getSeek()
public IExtendedToolBar getToolBarTemplate()