|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.common.action.CAction
bibliothek.gui.dock.common.action.CSeparator
public class CSeparator
Represents a line separating some groups of CActions. Clients should
use SEPARATOR, MENU_SEPARATOR or TITLE_SEPARATOR
instead of creating a new action.
| Field Summary | |
|---|---|
static CSeparator |
MENU_SEPARATOR
a separator which is only visible in menus |
static CSeparator |
SEPARATOR
the normal separator |
static CSeparator |
TITLE_SEPARATOR
a separator which is only visible on a title of a CDockable |
| Constructor Summary | |
|---|---|
protected |
CSeparator(ViewTarget<?>... targets)
Creates a new separator |
| Method Summary |
|---|
| Methods inherited from class bibliothek.gui.dock.common.action.CAction |
|---|
init, intern |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final CSeparator SEPARATOR
public static final CSeparator MENU_SEPARATOR
public static final CSeparator TITLE_SEPARATOR
CDockable
| Constructor Detail |
|---|
protected CSeparator(ViewTarget<?>... targets)
targets - where to show this action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||