public class CSeparator extends CAction
CActions. 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
CDockableprotected CSeparator(ViewTarget<?>... targets)
targets - where to show this actionCopyright © 2018. All rights reserved.