Java org.eclipse.jface.action ICoolBarManager fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.action ICoolBarManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.action ICoolBarManager.

The text is from its open source code.

Field

StringSIZE
Property name of a cool item's size (value "size").

Method

voidadd(IToolBarManager toolBarManager)
A convenience method to add a tool bar as a contribution item to this cool bar manager.
IContributionItemfind(String id)
Finds the contribution item with the given id.
IContributionItem[]getItems()
Returns all contribution items known to this manager.
intgetStyle()
Returns the style of the underlying cool bar widget.
voidinsertAfter(String id, IAction action)
Inserts a contribution item for the given action after the item with the given id.
booleanisDirty()
Returns whether the list of contributions has recently changed and has yet to be reflected in the corresponding widgets.
voidmarkDirty()
Marks this contribution manager as dirty.
voidprependToGroup(String groupName, IAction action)
Adds a contribution item for the given action at the beginning of the group with the given name.
IContributionItemremove(String id)
Removes and returns the contribution item with the given id from this manager.
voidremoveAll()
Removes all contribution items from this manager.
voidsetContextMenuManager(IMenuManager menuManager)
Sets the context menu of this cool bar manager to the given menu manager.
voidsetLockLayout(boolean value)
Locks or unlocks the layout of the underlying cool bar widget.
voidupdate(boolean force)
Updates this manager's underlying widget(s) with any changes which have been made to it or its items.