|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionSequence | |
| edu.neu.ccs.gui | Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. |
| Uses of ActionSequence in edu.neu.ccs.gui |
| Fields in edu.neu.ccs.gui declared as ActionSequence | |
protected ActionSequence |
WindowActionAdapter.activatedActions
List of actions to be performed upon the notification of window activated events. |
protected ActionSequence |
WindowActionAdapter.closedActions
List of actions to be performed upon the notification of window closed events. |
protected ActionSequence |
WindowActionAdapter.closingActions
List of actions to be performed upon the notification of window closing events. |
protected ActionSequence |
WindowActionAdapter.deactivatedActions
List of actions to be performed upon the notification of window deactivated events. |
protected ActionSequence |
WindowActionAdapter.deiconifiedActions
List of actions to be performed upon the notification of window deiconified events. |
protected ActionSequence |
WindowActionAdapter.iconifiedActions
List of actions to be performed upon the notification of window iconified events. |
protected ActionSequence |
WindowActionAdapter.openedActions
List of actions to be performed upon the notification of window opened events. |
protected ActionSequence |
SliderView.slidingActions
The action sequence performed each time the slider knob is moved. |
protected ActionSequence |
SliderView.releaseActions
The action sequence performed each time the slider knob is released. |
protected ActionSequence |
RadioPanel.commonactions
The common actions for all buttons. |
protected ActionSequence |
PropertyChangeActionAdapter.changeActions
List of action listeners to be performed upon the notification of property change events. |
protected ActionSequence |
PaintActionCapsule.actions
Sequence of action listeners to perform when painted. |
protected ActionSequence |
MouseActionAdapter.clickedActions
List of action listeners to be performed upon the notification of mouse clicked events. |
protected ActionSequence |
MouseActionAdapter.enteredActions
List of action listeners to be performed upon the notification of mouse entered events. |
protected ActionSequence |
MouseActionAdapter.exitedActions
List of action listeners to be performed upon the notification of mouse exited events. |
protected ActionSequence |
MouseActionAdapter.pressedActions
List of action listeners to be performed upon the notification of mouse pressed events. |
protected ActionSequence |
MouseActionAdapter.releasedActions
List of action listeners to be performed upon the notification of mouse released events. |
protected ActionSequence |
MouseActionAdapter.draggedActions
List of action listeners to be performed upon the notification of mouse dragged events. |
protected ActionSequence |
MouseActionAdapter.movedActions
List of action listeners to be performed upon the notification of mouse moved events. |
protected ActionSequence |
ListSelectionActionAdapter.selectionActions
List of action listeners to be performed upon the notification of list selection events. |
protected ActionSequence |
KeyActionAdapter.pressedActions
List of action listeners to be performed upon the notification of key pressed events. |
protected ActionSequence |
KeyActionAdapter.releasedActions
List of action listeners to be performed upon the notification of key released events. |
protected ActionSequence |
KeyActionAdapter.typedActions
List of action listeners to be performed upon the notification of key typed events. |
protected ActionSequence |
FocusActionAdapter.gainedActions
List of action listeners to be performed upon the notification of focus gained events. |
protected ActionSequence |
FocusActionAdapter.lostActions
List of action listeners to be performed upon the notification of focus lost events. |
protected ActionSequence |
ComponentActionAdapter.hiddenActions
List of action listeners to be performed upon the notification of component hidden events. |
protected ActionSequence |
ComponentActionAdapter.movedActions
List of action listeners to be performed upon the notification of component moved events. |
protected ActionSequence |
ComponentActionAdapter.resizedActions
List of action listeners to be performed upon the notification of component resized events. |
protected ActionSequence |
ComponentActionAdapter.shownActions
List of action listeners to be performed upon the notification of component shown events. |
protected ActionSequence |
ChangeActionAdapter.changeActions
List of actions to be performed upon the notification of adjustment change events. |
| Methods in edu.neu.ccs.gui that return ActionSequence | |
ActionSequence |
WindowActionAdapter.getWindowActivatedActions()
Returns the action sequence for window activated events. |
ActionSequence |
WindowActionAdapter.getWindowClosedActions()
Returns the action sequence for window closed events. |
ActionSequence |
WindowActionAdapter.getWindowClosingActions()
Returns the action sequence for window closing events. |
ActionSequence |
WindowActionAdapter.getWindowDeactivatedActions()
Returns the action sequence for window deactivated events. |
ActionSequence |
WindowActionAdapter.getWindowDeiconifiedActions()
Returns the action sequence for window deiconified events. |
ActionSequence |
WindowActionAdapter.getWindowIconifiedActions()
Returns the action sequence for window iconified events. |
ActionSequence |
WindowActionAdapter.getWindowOpenedActions()
Returns the action sequence for window opened events. |
ActionSequence |
SliderView.getSlidingActions()
Returns the sequence of action listeners that is performed when the value for this slider is changed through direct manipulation of the slider knob, or when the user has first selected the slider knob to perform direct manipulation of the value for this slider. |
ActionSequence |
SliderView.getReleaseActions()
Returns the sequence of action listeners that is performed when the value for this slider is changed through method calls, or when the value for this slider has finished changing through direct manipulation of the slider knob. |
ActionSequence |
PropertyChangeActionAdapter.getPropertyChangeActions()
Returns the action sequence for property change events. |
ActionSequence |
PaintActionCapsule.getActionSequence()
Returns the sequence of action listeners performed when this component is painted. |
ActionSequence |
MouseActionAdapter.getMouseClickedActions()
Returns the action sequence for mouse clicked events. |
ActionSequence |
MouseActionAdapter.getMouseEnteredActions()
Returns the action sequence for mouse entered events. |
ActionSequence |
MouseActionAdapter.getMouseExitedActions()
Returns the action sequence for mouse exited events. |
ActionSequence |
MouseActionAdapter.getMousePressedActions()
Returns the action sequence for mouse pressed events. |
ActionSequence |
MouseActionAdapter.getMouseReleasedActions()
Returns the action sequence for mouse released events. |
ActionSequence |
MouseActionAdapter.getMouseDraggedActions()
Returns the action sequence for mouse dragged events. |
ActionSequence |
MouseActionAdapter.getMouseMovedActions()
Returns the action sequence for mouse moved events. |
ActionSequence |
ListSelectionActionAdapter.getListSelectionActions()
Returns the action sequence for list selection events. |
ActionSequence |
KeyActionAdapter.getKeyPressedActions()
Returns the action sequence for key pressed events. |
ActionSequence |
KeyActionAdapter.getKeyReleasedActions()
Returns the action sequence for key released events. |
ActionSequence |
KeyActionAdapter.getKeyTypedActions()
Returns the action sequence for key typed events. |
ActionSequence |
FocusActionAdapter.getFocusGainedActions()
Returns the action sequence for focus gained events. |
ActionSequence |
FocusActionAdapter.getFocusLostActions()
Returns the action sequence for focus lost events. |
ActionSequence |
ComponentActionAdapter.getComponentHiddenActions()
Returns the action sequence for component hidden events. |
ActionSequence |
ComponentActionAdapter.getComponentMovedActions()
Returns the action sequence for component moved events. |
ActionSequence |
ComponentActionAdapter.getComponentResizedActions()
Returns the action sequence for component resized events. |
ActionSequence |
ComponentActionAdapter.getComponentShownActions()
Returns the action sequence for component shown events. |
ActionSequence |
ColorView.getSetColorActions()
Returns the ActionSequence that holds the actions
to be performed when the method setColor is called. |
ActionSequence |
ChangeActionAdapter.getChangeActions()
Returns the action sequence for change events. |
ActionSequence |
ActionSequence.subList(int fromIndex,
int toIndex)
Returns an ActionSequence
containing the action listeners in this sequence
from the given starting index, inclusive,
to the given ending index, exclusive. |
| Methods in edu.neu.ccs.gui with parameters of type ActionSequence | |
void |
WindowActionAdapter.setWindowActivatedActions(ActionSequence sequence)
Sets the action sequence for window activated events to the given action sequence. |
void |
WindowActionAdapter.setWindowClosedActions(ActionSequence sequence)
Sets the action sequence for window closed events to the given action sequence. |
void |
WindowActionAdapter.setWindowClosingActions(ActionSequence sequence)
Sets the action sequence for window closing events to the given action sequence. |
void |
WindowActionAdapter.setWindowDeactivatedActions(ActionSequence sequence)
Sets the action sequence for window deactivated events to the given action sequence. |
void |
WindowActionAdapter.setWindowDeiconifiedActions(ActionSequence sequence)
Sets the action sequence for window deiconified events to the given action sequence. |
void |
WindowActionAdapter.setWindowIconifiedActions(ActionSequence sequence)
Sets the action sequence for window iconified events to the given action sequence. |
void |
WindowActionAdapter.setWindowOpenedActions(ActionSequence sequence)
Sets the action sequence for window opened events to the given action sequence. |
void |
SliderView.setSlidingActions(ActionSequence sequence)
Sets the sequence of action listeners that is performed when the value for this slider is changed through direct manipulation of the slider knob. |
void |
SliderView.setReleaseActions(ActionSequence sequence)
Sets the sequence of action listeners that is performed when the value for this slider is changed through method calls, or when the value for this slider has finished changing through direct manipulation of the slider knob. |
void |
PropertyChangeActionAdapter.setPropertyChangeActions(ActionSequence sequence)
Sets the action sequence for property change events to the provided action sequence. |
void |
PaintActionCapsule.setActionSequence(ActionSequence sequence)
Sets the sequence of action listeners performed when this component is painted to the given sequence of action listeners. |
void |
MouseActionAdapter.setMouseClickedActions(ActionSequence sequence)
Sets the action sequence for mouse clicked events to the given action sequence. |
void |
MouseActionAdapter.setMouseEnteredActions(ActionSequence sequence)
Sets the action sequence for mouse entered events to the given action sequence. |
void |
MouseActionAdapter.setMouseExitedActions(ActionSequence sequence)
Sets the action sequence for mouse exited events to the given action sequence. |
void |
MouseActionAdapter.setMousePressedActions(ActionSequence sequence)
Sets the action sequence for mouse pressed events to the given action sequence. |
void |
MouseActionAdapter.setMouseReleasedActions(ActionSequence sequence)
Sets the action sequence for mouse released events to the given action sequence. |
void |
MouseActionAdapter.setMouseDraggedActions(ActionSequence sequence)
Sets the action sequence for mouse dragged events to the given action sequence. |
void |
MouseActionAdapter.setMouseMovedActions(ActionSequence sequence)
Sets the action sequence for mouse moved events to the given action sequence. |
void |
ListSelectionActionAdapter.setListSelectionActions(ActionSequence sequence)
Sets the action sequence for list selection events to the provided action sequence. |
void |
KeyActionAdapter.setKeyPressedActions(ActionSequence sequence)
Sets the action sequence for key pressed events to the provided action sequence. |
void |
KeyActionAdapter.setKeyReleasedActions(ActionSequence sequence)
Sets the action sequence for key released events to the provided action sequence. |
void |
KeyActionAdapter.setKeyTypedActions(ActionSequence sequence)
Sets the action sequence for key typed events to the provided action sequence. |
void |
FocusActionAdapter.setFocusGainedActions(ActionSequence sequence)
Sets the action sequence for focus gained events to the provided action sequence. |
void |
FocusActionAdapter.setFocusLostActions(ActionSequence sequence)
Sets the action sequence for focus lost events to the provided action sequence. |
void |
ComponentActionAdapter.setComponentHiddenActions(ActionSequence sequence)
Sets the action sequence for component hidden events to the given action sequence. |
void |
ComponentActionAdapter.setComponentMovedActions(ActionSequence sequence)
Sets the action sequence for component moved events to the given action sequence. |
void |
ComponentActionAdapter.setComponentResizedActions(ActionSequence sequence)
Sets the action sequence for component resized events to the given action sequence. |
void |
ComponentActionAdapter.setComponentShownActions(ActionSequence sequence)
Sets the action sequence for component shown events to the given action sequence. |
void |
ChangeActionAdapter.setChangeActions(ActionSequence sequence)
Sets the action sequence for change events to the provided action sequence. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||