public class CSeparator extends CAction
CAction
s. Clients should
use SEPARATOR
, MENU_SEPARATOR
or TITLE_SEPARATOR
instead of creating a new action.Modifier and Type | Field and Description |
---|---|
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 |
Modifier | Constructor and Description |
---|---|
protected |
CSeparator(ViewTarget<?>... targets)
Creates a new separator
|
public static final CSeparator SEPARATOR
public static final CSeparator MENU_SEPARATOR
public static final CSeparator TITLE_SEPARATOR
CDockable
protected CSeparator(ViewTarget<?>... targets)
targets
- where to show this action