Example usage for org.eclipse.jface.action ToolBarManager subclass-usage

List of usage examples for org.eclipse.jface.action ToolBarManager subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.action ToolBarManager subclass-usage.

Usage

From source file at.rc.tacos.client.modelManager.MyToolbarManager.java

/**
 * Customized toolbar manager to show the text of the added actions
 * 
 * @author Michael
 */
public class MyToolbarManager extends ToolBarManager {

From source file com.github.haixing_hu.swt.toolbar.ForceTextToolBarManager.java

/**
 * An extension of {@link ToolBarManager} which forces displaying text on tool items or buttons,
 * even if an image is present.
 *
 * @author Haixing Hu
 */

From source file com.mindquarry.desktop.client.action.ImageAndTextToolbarManager.java

/**
 * @author <a href="mailto:alexander(dot)klimetschek(at)mindquarry(dot)com">
 *         Alexander Klimetschek</a>
 *
 */
public class ImageAndTextToolbarManager extends ToolBarManager {

From source file org.eclipse.sirius.diagram.ui.tools.internal.editor.tabbar.TabbarToolBarManager.java

/**
 * {@link ToolBarManager} extension for tabbar.
 * 
 * @author fbarbin
 * 
 */

From source file org.eclipse.ui.internal.PerspectiveBarManager.java

public class PerspectiveBarManager extends ToolBarManager {

    public PerspectiveBarManager(int style) {
        super(style);
    }