Example usage for org.eclipse.jface.action SubCoolBarManager SubCoolBarManager

List of usage examples for org.eclipse.jface.action SubCoolBarManager SubCoolBarManager

Introduction

In this page you can find the example usage for org.eclipse.jface.action SubCoolBarManager SubCoolBarManager.

Prototype

public SubCoolBarManager(ICoolBarManager mgr) 

Source Link

Document

Constructs a new manager.

Usage

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);
}