Uses of Enum Class
cool.scx.app.enumeration.ScxAppFeature
Packages that use ScxAppFeature
-
Uses of ScxAppFeature in cool.scx.app
Methods in cool.scx.app with parameters of type ScxAppFeatureModifier and TypeMethodDescriptionScxAppBuilder.configure(ScxAppFeature scxFeature, boolean state) 设置配置内容static booleanScxAppContext.getFeatureState(ScxAppFeature scxFeature) -
Uses of ScxAppFeature in cool.scx.app.enumeration
Subclasses with type arguments of type ScxAppFeature in cool.scx.app.enumerationMethods in cool.scx.app.enumeration that return ScxAppFeatureModifier and TypeMethodDescriptionstatic ScxAppFeatureReturns the enum constant of this class with the specified name.static ScxAppFeature[]ScxAppFeature.values()Returns an array containing the constants of this enum class, in the order they are declared.