| org.eclipse.jface.action.ToolBarManager org.eclipse.jface.internal.provisional.action.ToolBarManager2
ToolBarManager2 | public class ToolBarManager2 extends ToolBarManager implements IToolBarManager2(Code) | | Extends ToolBarManager to implement IToolBarManager2 .
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.
since: 3.2 |
Constructor Summary | |
public | ToolBarManager2() Creates a new tool bar manager with the default SWT button style. | public | ToolBarManager2(int style) Creates a tool bar manager with the given SWT button style. | public | ToolBarManager2(ToolBar toolbar) Creates a tool bar manager for an existing tool bar control. |
ToolBarManager2 | public ToolBarManager2()(Code) | | Creates a new tool bar manager with the default SWT button style. Use the
createControl method to create the tool bar control.
|
ToolBarManager2 | public ToolBarManager2(int style)(Code) | | Creates a tool bar manager with the given SWT button style. Use the
createControl method to create the tool bar control.
Parameters: style - the tool bar item style See Also: org.eclipse.swt.widgets.ToolBar See Also: for valid style bits |
ToolBarManager2 | public ToolBarManager2(ToolBar toolbar)(Code) | | Creates a tool bar manager for an existing tool bar control. This manager
becomes responsible for the control, and will dispose of it when the
manager is disposed.
Parameters: toolbar - the tool bar control |
createControl2 | public Control createControl2(Composite parent)(Code) | | |
getControl2 | public Control getControl2()(Code) | | |
getItemCount | public int getItemCount()(Code) | | |
getListeners | final protected Object[] getListeners()(Code) | | the listeners attached to this event manager.The listeners currently attached; may be empty, but nevernull. |
relayout | protected void relayout(ToolBar layoutBar, int oldCount, int newCount)(Code) | | |
|
|