List of usage examples for org.eclipse.jface.action SubCoolBarManager SubCoolBarManager
public SubCoolBarManager(ICoolBarManager mgr)
From source file:org.eclipse.ui.SubActionBars2.java
License:Open Source License
/** * Returns a new sub coolbar manager./* w w w . jav a 2s .com*/ * * @param parent * the parent coolbar manager * @return the cool bar manager */ protected SubCoolBarManager createSubCoolBarManager(ICoolBarManager parent) { return new SubCoolBarManager(parent); }