Uses of Enum Class
de.f0rce.ace.enums.AceStatusbarIndexing
Packages that use AceStatusbarIndexing
-
Uses of AceStatusbarIndexing in de.f0rce.ace
Methods in de.f0rce.ace that return AceStatusbarIndexingModifier and TypeMethodDescriptionAceEditor.getStatusbarIndexing()Returns the current set indexing of the statusbar (defaults toONE_BASED).Methods in de.f0rce.ace with parameters of type AceStatusbarIndexingModifier and TypeMethodDescriptionvoidAceEditor.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 AceStatusbarIndexingModifier and TypeMethodDescriptionstatic AceStatusbarIndexingReturns the enum constant of this class with the specified name.static AceStatusbarIndexing[]AceStatusbarIndexing.values()Returns an array containing the constants of this enum class, in the order they are declared.