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

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

Introduction

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

Usage

From source file com.cloudbees.eclipse.ui.views.CBTreeSeparator.java

public class CBTreeSeparator extends Separator implements CBTreeContributor {

    public enum SeparatorLocation {
        POP_UP, PULL_DOWN, TOOL_BAR
    }

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

/**
 * An action used as a filling space between tool items.
 *
 * @author Haixing Hu
 */
public class Fill extends Separator {

From source file org.pentaho.ui.xul.jface.tags.CustomSeparator.java

public class CustomSeparator extends Separator implements IContributionItem {

    private String id;

    public void setId(String id) {
        this.id = id;

From source file org.xmind.ui.internal.actions.VisibleSeparator.java

public class VisibleSeparator extends Separator {

    public VisibleSeparator() {
    }

    public VisibleSeparator(String groupName) {