Uses of Enum Class
de.f0rce.ace.enums.AceCustomModeTokens
Packages that use AceCustomModeTokens
-
Uses of AceCustomModeTokens in de.f0rce.ace.enums
Methods in de.f0rce.ace.enums that return AceCustomModeTokensModifier and TypeMethodDescriptionstatic AceCustomModeTokensAceCustomModeTokens.findByToken(String token) Find the enum by it'sStringrepresentation.static AceCustomModeTokensReturns the enum constant of this class with the specified name.static AceCustomModeTokens[]AceCustomModeTokens.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AceCustomModeTokens in de.f0rce.ace.util
Methods in de.f0rce.ace.util that return AceCustomModeTokensModifier and TypeMethodDescriptionAceCustomModeRule.getDefaultToken()AceCustomModeRule.getToken()Methods in de.f0rce.ace.util that return types with arguments of type AceCustomModeTokensMethods in de.f0rce.ace.util with parameters of type AceCustomModeTokensModifier and TypeMethodDescriptionvoidAceCustomModeRule.setDefaultToken(AceCustomModeTokens defaultToken) voidAceCustomModeRule.setToken(AceCustomModeTokens token) voidAceCustomModeRule.setTokens(AceCustomModeTokens... tokens)