edu.umd.cs.piccolox.swing
Class PScrollPane.PNullAction
java.lang.Object
javax.swing.AbstractAction
edu.umd.cs.piccolox.swing.PScrollPane.PNullAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- PScrollPane
protected static class PScrollPane.PNullAction
- extends AbstractAction
An action to do nothing - put into an action map to keep it from looking
to its parent.
- See Also:
- Serialized Form
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
PScrollPane.PNullAction
protected PScrollPane.PNullAction()
actionPerformed
public void actionPerformed(ActionEvent e)
- Does nothing.
- Parameters:
e
- Event responsible for this action
Copyright © 1995-2010 Piccolo2D. All Rights Reserved.