Uses of Class
pulse.ui.components.MovableValueMarker.State
-
Packages that use MovableValueMarker.State Package Description pulse.ui.components This package contains all custom Swing-based components of the graphical user interface ofPULsEthat are used to interact with all other entities, such asPropertyHolders, etc. -
-
Uses of MovableValueMarker.State in pulse.ui.components
Methods in pulse.ui.components that return MovableValueMarker.State Modifier and Type Method Description MovableValueMarker.StateMovableValueMarker. getState()static MovableValueMarker.StateMovableValueMarker.State. valueOf(String name)Returns the enum constant of this type with the specified name.static MovableValueMarker.State[]MovableValueMarker.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pulse.ui.components with parameters of type MovableValueMarker.State Modifier and Type Method Description voidMovableValueMarker. setState(MovableValueMarker.State state)
-