|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IToolBarManager2
The IToolBarManager2 extends IToolBarManager to
allow clients to be isolated from the actual kind of SWT control used by the
manager.
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is a guarantee neither that this API will work nor that it will remain the same. Please do not use this API without consulting with the Platform/UI team.
| Field Summary | |
|---|---|
static java.lang.String |
PROP_LAYOUT
The property id for changes to the control's layout |
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(IPropertyChangeListener listener)
Registers a property change listner with this manager. |
ToolBar |
createControl(Composite parent)
Creates and returns this manager's toolbar control. |
Control |
createControl2(Composite parent)
Creates and returns this manager's control. |
void |
dispose()
Disposes the resources for this manager. |
ToolBar |
getControl()
Returns the toolbar control for this manager. |
Control |
getControl2()
Returns the control for this manager. |
int |
getItemCount()
Returns the item count of the control used by this manager. |
void |
removePropertyChangeListener(IPropertyChangeListener listener)
Removes a property change listner from this manager. |
void |
setOverrides(IContributionManagerOverrides newOverrides)
Sets the overrides for this contribution manager |
| Methods inherited from interface org.eclipse.jface.action.IContributionManager |
|---|
add, add, appendToGroup, appendToGroup, find, getItems, getOverrides, insertAfter, insertAfter, insertBefore, insertBefore, isDirty, isEmpty, markDirty, prependToGroup, prependToGroup, remove, remove, removeAll, update |
| Field Detail |
|---|
static final java.lang.String PROP_LAYOUT
| Method Detail |
|---|
ToolBar createControl(Composite parent)
parent - the parent control
Control createControl2(Composite parent)
parent - the parent control
ToolBar getControl()
null if noneControl getControl2()
null if nonevoid dispose()
int getItemCount()
void addPropertyChangeListener(IPropertyChangeListener listener)
listener - void removePropertyChangeListener(IPropertyChangeListener listener)
listener - void setOverrides(IContributionManagerOverrides newOverrides)
newOverrides - the overrides for the items of this manager
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||