Java org.eclipse.jface.action Separator fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.action Separator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.action Separator.

The text is from its open source code.

Subclass

org.eclipse.jface.action.Separator has subclasses.
Click this link to see all its subclasses.

Constructor

Separator()
Creates a separator which does not start a new group.
Separator(String groupName)
Creates a new separator which also defines a new group having the given group name.

Method