Uses of Class
com.bc.ceres.glayer.swing.WakefulComponent.VisualState
-
Packages that use WakefulComponent.VisualState Package Description com.bc.ceres.glayer.swing Swing user interface support for thecom.bc.ceres.glayer
API. -
-
Uses of WakefulComponent.VisualState in com.bc.ceres.glayer.swing
Methods in com.bc.ceres.glayer.swing that return WakefulComponent.VisualState Modifier and Type Method Description WakefulComponent.VisualState
WakefulComponent. getVisualState()
static WakefulComponent.VisualState
WakefulComponent.VisualState. valueOf(String name)
Returns the enum constant of this type with the specified name.static WakefulComponent.VisualState[]
WakefulComponent.VisualState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bc.ceres.glayer.swing with parameters of type WakefulComponent.VisualState Modifier and Type Method Description protected void
WakefulComponent. setVisualState(WakefulComponent.VisualState visualState)
-