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.glayerAPI. -
-
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.VisualStateWakefulComponent. getVisualState()static WakefulComponent.VisualStateWakefulComponent.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 voidWakefulComponent. setVisualState(WakefulComponent.VisualState visualState)
-