| org.eclipse.ui.internal.PerspectiveBarManager
PerspectiveBarManager | public class PerspectiveBarManager extends ToolBarManager (Code) | | |
Field Summary | |
final public static String | SMALL_FONT The symbolic font name for the small font (value "org.eclipse.jface.smallfont" ). |
SMALL_FONT | final public static String SMALL_FONT(Code) | | The symbolic font name for the small font (value "org.eclipse.jface.smallfont" ).
|
PerspectiveBarManager | public PerspectiveBarManager(int style)(Code) | | |
addItem | public void addItem(PerspectiveBarContributionItem item)(Code) | | Method that adds a PerspectiveBarContributionItem and
ensures it is visible
Parameters: item - the PerspectiveBarContributionItem to be added |
arrangeToolbar | public void arrangeToolbar()(Code) | | This method ensures that the selected item in the toolbar is visible.
|
createControl | public ToolBar createControl(Composite parent)(Code) | | |
handleChevron | public void handleChevron(SelectionEvent event)(Code) | | |
relayout | protected void relayout(ToolBar toolBar, int oldCount, int newCount)(Code) | | |
removeItem | public void removeItem(PerspectiveBarContributionItem item)(Code) | | Method to remove a PerspectiveBarContributionItem from the toolbar
and from the MRU and sequence lists when necessary
Parameters: item - the PerspectiveBarContributionItem to be removed |
select | void select(PerspectiveBarContributionItem contribItem)(Code) | | Method to select a PerspectiveBarContributionItem and ensure
that it is visible. It updates the MRU list.
Parameters: contribItem - the PerspectiveBarContributionItem to select |
setParent | void setParent(CoolBar cool)(Code) | | |
|
|