Uses of Class
de.f0rce.ace.enums.AceStatusbarIndexing
Package | Description |
---|---|
de.f0rce.ace | |
de.f0rce.ace.enums |
-
Uses of AceStatusbarIndexing in de.f0rce.ace
Methods in de.f0rce.ace that return AceStatusbarIndexing Modifier and Type Method Description AceStatusbarIndexing
AceEditor. getStatusbarIndexing()
Returns the current set indexing of the statusbar (defaults toONE_BASED
).Methods in de.f0rce.ace with parameters of type AceStatusbarIndexing Modifier and Type Method Description void
AceEditor. setStatusbarIndexing(AceStatusbarIndexing statusbarIndexing)
Change the indexing (starting index) of the statusbar. -
Uses of AceStatusbarIndexing in de.f0rce.ace.enums
Methods in de.f0rce.ace.enums that return AceStatusbarIndexing Modifier and Type Method Description static AceStatusbarIndexing
AceStatusbarIndexing. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AceStatusbarIndexing[]
AceStatusbarIndexing. values()
Returns an array containing the constants of this enum type, in the order they are declared.