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


Variable Index

 o ActionCommand
 o actionListener
 o Debug

Constructor Index

 o anAction(String, ActionListener, String, String, KeyStroke, String, boolean)

Method Index

 o actionPerformed(ActionEvent)
 o addActionListener(ActionListener)
 o loadImageIcon(String, String)
 o makeIcon(Class, String)
 o propertyChange(PropertyChangeEvent)

Variables

 o actionListener
 transient ActionListener actionListener
 o Debug
 public static boolean Debug
 o ActionCommand
 private String ActionCommand

Constructors

 o anAction
 public anAction(String name,
                 ActionListener parent,
                 String icon,
                 String description,
                 KeyStroke keyStroke,
                 String ActionCommand,
                 boolean enabled)

Methods

 o addActionListener
 public synchronized void addActionListener(ActionListener l)
 o actionPerformed
 public void actionPerformed(ActionEvent ae)
Overrides:
actionPerformed in class AbstractAction
 o propertyChange
 public void propertyChange(PropertyChangeEvent PCE)
 o loadImageIcon
 protected ImageIcon loadImageIcon(String filename,
                                   String description)
 o makeIcon
 public ImageIcon makeIcon(Class baseClass,
                           String gifFile)

All Packages  Class Hierarchy  This Package  Previous  Next  Index