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 ofPULsE
that are used to interact with all other entities, such asPropertyHolder
s, etc. -
-
Uses of MovableValueMarker.State in pulse.ui.components
Methods in pulse.ui.components that return MovableValueMarker.State Modifier and Type Method Description MovableValueMarker.State
MovableValueMarker. getState()
static MovableValueMarker.State
MovableValueMarker.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 void
MovableValueMarker. setState(MovableValueMarker.State state)
-