| |
|
| org.eclipse.ui.SubActionBars org.eclipse.ui.SubActionBars2
All known Subclasses: org.eclipse.ui.internal.EditorActionBars, org.eclipse.ui.internal.ActionSetActionBars,
SubActionBars2 | public class SubActionBars2 extends SubActionBars implements IActionBars2(Code) | | A implementation of the extended IActionBars2 interface. This
sub class provides a sub cool bar manager for plugins to contribute multiple
cool items.
since: 3.0 |
SubActionBars2 | public SubActionBars2(IActionBars2 parent)(Code) | | Constucts a sub action bars object using an IActionBars2 parent.
Parameters: parent - the action bars to virtualize; must not be null . |
SubActionBars2 | public SubActionBars2(IActionBars2 parent, IServiceLocator serviceLocator)(Code) | | Constucts a sub action bars object using an IActionBars2 parent.
Parameters: parent - the action bars to virtualize; must not be null . Parameters: serviceLocator - The service locator for this action bar; must not benull . since: 3.2 |
createSubCoolBarManager | protected SubCoolBarManager createSubCoolBarManager(ICoolBarManager parent)(Code) | | Returns a new sub coolbar manager.
Parameters: parent - the parent coolbar manager the cool bar manager |
dispose | public void dispose()(Code) | | |
getCastedParent | protected IActionBars2 getCastedParent()(Code) | | Returns the casted parent of the sub action bars. This method can return
an IActionBars2 since it can only accept IActionBars2 in the constructor.
the casted parent. |
getCoolBarManager | public ICoolBarManager getCoolBarManager()(Code) | | |
setActive | protected void setActive(boolean value)(Code) | | |
Fields inherited from org.eclipse.ui.SubActionBars | final public static String P_ACTION_HANDLERS(Code)(Java Doc)
|
|
|
|