Uses of Enum Class
org.kquiet.browser.action.ActionState
Packages that use ActionState
-
Uses of ActionState in org.kquiet.browser.action
Methods in org.kquiet.browser.action that return ActionStateModifier and TypeMethodDescriptionMultiPhaseAction.getActionState()Get the state of thisMultiPhaseAction.static ActionStateReturns the enum constant of this class with the specified name.static ActionState[]ActionState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kquiet.browser.action with parameters of type ActionStateModifier and TypeMethodDescriptionprotected voidMultiPhaseAction.setActionState(ActionState actionState) Set the state of thisMultiPhaseAction.