|
Eclipse Platform Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.jface.action.ContributionItem
org.eclipse.jface.action.ToolBarContributionItem
The ToolBarContributionItem class provides a wrapper for tool bar
managers when used in cool bar managers. It extends ContributionItem
but and provides some additional methods to customize the size of the cool item
and to retrieve the underlying tool bar manager.
This class may be instantiated; it is not intended to be subclassed.
| Field Summary | |
static int |
SHOW_ALL_ITEMS
A constant used by setMinimumItemsToShow and getMinimumItemsToShow
to indicate that all tool items should be shown in the cool item. |
| Constructor Summary | |
ToolBarContributionItem()
Convenience method equivalent to ToolBarContributionItem(new ToolBarManager(), null). |
|
ToolBarContributionItem(IToolBarManager toolBarManager)
Convenience method equivalent to ToolBarContributionItem(toolBarManager, null). |
|
ToolBarContributionItem(IToolBarManager toolBarManager,
String id)
Creates a tool bar contribution item. |
|
| Method Summary | |
void |
dispose()
The default implementation of this IContributionItem
method does nothing. |
void |
fill(CoolBar coolBar,
int index)
The default implementation of this IContributionItem
method does nothing. |
int |
getCurrentHeight()
Returns the current height of the corresponding cool item. |
int |
getCurrentWidth()
Returns the current width of the corresponding cool item. |
int |
getMinimumItemsToShow()
Returns the minimum number of tool items to show in the cool item. |
IToolBarManager |
getToolBarManager()
Returns the internal tool bar manager of the contribution item. |
boolean |
getUseChevron()
Returns whether chevron support is enabled. |
void |
saveWidgetState()
The default implementation of this IContributionItem
method does nothing. |
void |
setCurrentHeight(int currentHeight)
Sets the current height of the cool item. |
void |
setCurrentWidth(int currentWidth)
Sets the current width of the cool item. |
void |
setMinimumItemsToShow(int minimumItemsToShow)
Sets the minimum number of tool items to show in the cool item. |
void |
setUseChevron(boolean value)
Enables or disables chevron support for the cool item. |
void |
update(String propertyName)
The ContributionItem implementation of this
method declared on IContributionItem does nothing. |
void |
updateSize(boolean changeCurrentSize)
Updates the cool items' preferred, minimum, and current size. |
| Methods inherited from class org.eclipse.jface.action.ContributionItem |
fill, fill, fill, getId, getParent, isDirty, isDynamic, isEnabled, isGroupMarker, isSeparator, isVisible, setParent, setVisible, toString, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int SHOW_ALL_ITEMS
setMinimumItemsToShow and getMinimumItemsToShow
to indicate that all tool items should be shown in the cool item.
| Constructor Detail |
public ToolBarContributionItem(IToolBarManager toolBarManager,
String id)
toolBarManager - the tool bar manager to wrapid - the contribution item id, or null if nonepublic ToolBarContributionItem(IToolBarManager toolBarManager)
ToolBarContributionItem(toolBarManager, null).
toolBarManager - the tool bar managerpublic ToolBarContributionItem()
ToolBarContributionItem(new ToolBarManager(), null).
| Method Detail |
public IToolBarManager getToolBarManager()
null if one is not defined.IToolBarManager
public void fill(CoolBar coolBar,
int index)
ContributionItemIContributionItem
method does nothing. Subclasses may override.
fill in interface IContributionItemfill in class ContributionItempublic void saveWidgetState()
ContributionItemIContributionItem
method does nothing. Subclasses may override.
saveWidgetState in interface IContributionItemsaveWidgetState in class ContributionItempublic void dispose()
ContributionItemIContributionItem
method does nothing. Subclasses may override.
dispose in interface IContributionItemdispose in class ContributionItempublic void updateSize(boolean changeCurrentSize)
changeCurrentSize - true if the current size should be changed
to the preferred size, false to not change the current sizepublic void update(String propertyName)
ContributionItemContributionItem implementation of this
method declared on IContributionItem does nothing.
Subclasses should override to update their state.
update in interface IContributionItemupdate in class ContributionItempublic int getMinimumItemsToShow()
SHOW_ALL_ITEMS if a value was not setsetMinimumItemsToShow(int)public void setMinimumItemsToShow(int minimumItemsToShow)
minimumItemsToShow - the minimum number of tool items to show.getMinimumItemsToShow(),
setUseChevron(boolean)public void setUseChevron(boolean value)
value - true to enable chevron support, false otherwise.public boolean getUseChevron()
true if chevron support is enabled, false otherwisepublic int getCurrentWidth()
public int getCurrentHeight()
public void setCurrentHeight(int currentHeight)
currentHeight - the current height to setpublic void setCurrentWidth(int currentWidth)
currentWidth - the current width to set
|
Eclipse Platform Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||