|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javax.swing.AbstractAction
|
+--edu.neu.ccs.gui.PaintAction
Encapsulates an action that is performed as a result of a call to paint a component.
| Field Summary |
| Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
| Constructor Summary | |
PaintAction()
Constructs a repaint action with no name or icon. |
|
PaintAction(String name)
Constructs a repaint action with the given name but no icon. |
|
PaintAction(String name,
Icon icon)
Constructs a repaint action with the given name and icon. |
|
| Method Summary | |
void |
actionPerformed(ActionEvent evt)
Performs this action by calling the
method of this class. |
abstract void |
paint(Component c,
Graphics g)
Performs the tasks encapsulated by this action. |
| Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PaintAction()
public PaintAction(String name)
name - the name for this action
public PaintAction(String name,
Icon icon)
name - the name for this actionicon - the icon for this action| Method Detail |
public final void actionPerformed(ActionEvent evt)
paint
method of this class.
If the given event is not a
PaintActionEvent,
this action is not performed.
evt - an object encapsulating an event
that triggered this action
public abstract void paint(Component c,
Graphics g)
c - the component to be paintedg - the graphics context of the component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||