Package | Description |
---|---|
cz.zcu.fav.kiv.editor.controller.options |
Modifier and Type | Field and Description |
---|---|
static NewlineEnum |
OptionItems.NEWLINE
The actual stylesheet end of line
|
Modifier and Type | Method and Description |
---|---|
static NewlineEnum |
NewlineEnum.getNewline(java.lang.String newLineKey)
Returns
NewlineEnum object for the corresponding key. |
static NewlineEnum |
NewlineEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NewlineEnum[] |
NewlineEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|