Uses of Enum Class
com.openinventor.inventor.events.SoButtonEvent.States
Packages that use SoButtonEvent.States
-
Uses of SoButtonEvent.States in com.openinventor.inventor.events
Methods in com.openinventor.inventor.events that return SoButtonEvent.StatesModifier and TypeMethodDescriptionSoButtonEvent.getState()Gets the state of the button.static SoButtonEvent.StatesSoButtonEvent.States.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoButtonEvent.StatesReturns the enum constant of this class with the specified name.static SoButtonEvent.States[]SoButtonEvent.States.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.events with parameters of type SoButtonEvent.StatesModifier and TypeMethodDescriptionvoidSoButtonEvent.setState(SoButtonEvent.States s) Sets the state of the button.