All Packages Class Hierarchy This Package Previous Next Index
Class ss98.gui.anAction
java.lang.Object
|
+----javax.swing.AbstractAction
|
+----ss98.gui.anAction
- public class anAction
- extends AbstractAction
- implements PropertyChangeListener
Version $Id: anAction.java,v 1.5 1999/04/23 10:33:03 jeremiah Exp $
Log $Log: anAction.java,v $
Log Revision 1.5 1999/04/23 10:33:03 jeremiah
Log fixing comments again
Log
-
ActionCommand
-
-
actionListener
-
-
Debug
-
-
anAction(String, ActionListener, String, String, KeyStroke, String, boolean)
-
-
actionPerformed(ActionEvent)
-
-
addActionListener(ActionListener)
-
-
loadImageIcon(String, String)
-
-
makeIcon(Class, String)
-
-
propertyChange(PropertyChangeEvent)
-
actionListener
transient ActionListener actionListener
Debug
public static boolean Debug
ActionCommand
private String ActionCommand
anAction
public anAction(String name,
ActionListener parent,
String icon,
String description,
KeyStroke keyStroke,
String ActionCommand,
boolean enabled)
addActionListener
public synchronized void addActionListener(ActionListener l)
actionPerformed
public void actionPerformed(ActionEvent ae)
- Overrides:
- actionPerformed in class AbstractAction
propertyChange
public void propertyChange(PropertyChangeEvent PCE)
loadImageIcon
protected ImageIcon loadImageIcon(String filename,
String description)
makeIcon
public ImageIcon makeIcon(Class baseClass,
String gifFile)
All Packages Class Hierarchy This Package Previous Next Index