edu.utep.cs.utjml.canica
Class PreferencesAction
java.lang.Object
javax.swing.AbstractAction
edu.utep.cs.utjml.canica.PreferencesAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class PreferencesAction
- extends AbstractAction
A class to represent the Preferences action, from the Option menu item.
This class provides the action that calls the Preferences frame (
see edu.utep.cs.utjml.canica.Preferences ).
- Author:
- Angelica B. Perez
Apr 20, 2006
- 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 |
guiFrame
protected Frame guiFrame
- The parent's frame
PreferencesAction
public PreferencesAction(String name,
Icon icon,
Frame guiFrame,
Mainable canica)
- Constructor
- Parameters:
name - Action's nameicon - Icon's name of the action shownguiFrame - Canica's frame
actionPerformed
public void actionPerformed(ActionEvent e)
UTJML is Copyright (C) 2004-2006 by University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the JML project.