Uses of Class
cz.zcu.fav.kiv.editor.controller.options.NewlineEnum

Packages that use NewlineEnum
cz.zcu.fav.kiv.editor.controller.options   
 

Uses of NewlineEnum in cz.zcu.fav.kiv.editor.controller.options
 

Fields in cz.zcu.fav.kiv.editor.controller.options declared as NewlineEnum
static NewlineEnum OptionItems.NEWLINE
          The actual stylesheet end of line
 

Methods in cz.zcu.fav.kiv.editor.controller.options that return NewlineEnum
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.