Uses of Interface
com.blackrook.gui.GUIAction
Packages that use GUIAction
Package
Description
Containing GUI components.
Contains actions that can be bound to GUI objects.
Contains action groups that can affect a group of objects.
Contains objects to add to the GUI scene.
-
Uses of GUIAction in com.blackrook.gui
Methods in com.blackrook.gui with parameters of type GUIActionModifier and TypeMethodDescriptionstatic GUIAnimationCreates a new GUI animation that calls an action on the object.final GUIObjectGUIObject.bindAction(GUIAction action, String... types) Adds an action bound to an event type.GUIQuery.bindAction(GUIAction action, String... types) Binds an action of a particular type to the objects inside this query.voidGUI.bindBroadcastAction(GUIKeyStroke keystroke, GUIAction action) Adds a broadcast key event to this GUI.final voidGUIObject.callAction(GUIAction action) Calls an action on this object.GUIQuery.callAction(GUIAction action) Calls an action on the objects inside the query.final GUIObjectGUIObject.unbindAction(GUIAction action, String... types) Removes an action bound to an event type.GUIQuery.unbindAction(GUIAction action, String... types) Unbinds an action of a particular type from the objects inside this query.booleanGUI.unbindBroadcastAction(GUIKeyStroke keystroke, GUIAction action) Removes a specific broadcast key event from this GUI. -
Uses of GUIAction in com.blackrook.gui.action
Classes in com.blackrook.gui.action that implement GUIActionModifier and TypeClassDescriptionclassAn action encapsulates and calls other actions.classAn action that just requests focus on the object that it happened on.classAn action that validates HOW it was activated before it is actually called.classAn action that translates the object by mouse movement.classAn action that just moves this object to the back of its siblings.classAn action that just moves this object to the front of its siblings.Methods in com.blackrook.gui.action with parameters of type GUIActionModifier and TypeMethodDescriptionstatic CompoundActionCreates a new compound action from a set of actions.static InputFilteredActionCreates a new input-filtered action. -
Uses of GUIAction in com.blackrook.gui.group
Classes in com.blackrook.gui.group that implement GUIActionModifier and TypeClassDescriptionprotected classAction added to objects for advancing focus. -
Uses of GUIAction in com.blackrook.gui.object
Fields in com.blackrook.gui.object declared as GUIActionModifier and TypeFieldDescriptionprotected static final GUIActionGUICycler.BASIC_ACTIONprotected static final GUIActionGUICheckbox.CLICK_ACTIONClick action for the checkbox - callsGUITogglePanel.toggle()protected static final GUIActionGUIRadioButton.CLICK_ACTIONClick action for the radio - callsGUITogglePanel.toggle()protected static final GUIActionGUICheckbox.KEY_TYPE_ACTIONprotected static final GUIActionGUIRadioButton.KEY_TYPE_ACTIONprotected static final GUIActionGUITogglePanel.PRESS_ACTIONPress action.protected static final GUIActionGUITogglePanel.RELEASE_ACTIONRelease action.protected static final GUIActionGUISlider.THUMB_MOUSE_DRAGMouse drag event on the thumb.protected static final GUIActionGUISlider.THUMB_MOUSE_PRESSMouse press event on the thumb.protected static final GUIActionGUISlider.THUMB_PRESSKey press event on the thumb.