Uses of Class
com.openinventor.inventor.events.SoButtonEvent.States
-
Packages that use SoButtonEvent.States Package Description com.openinventor.inventor.events -
-
Uses of SoButtonEvent.States in com.openinventor.inventor.events
Methods in com.openinventor.inventor.events that return SoButtonEvent.States Modifier and Type Method Description SoButtonEvent.States
SoButtonEvent. getState()
Gets the state of the button.static SoButtonEvent.States
SoButtonEvent.States. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoButtonEvent.States
SoButtonEvent.States. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoButtonEvent.States[]
SoButtonEvent.States. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.events with parameters of type SoButtonEvent.States Modifier and Type Method Description void
SoButtonEvent. setState(SoButtonEvent.States s)
Sets the state of the button.
-