| 
Algernon Software | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.swing.AbstractAction
org.algernon.app.j2p.action.Java2ProtegeAction
org.algernon.app.j2p.action.SelectAlgernonFileAction
SelectAdviceFileAction performs the action of selecting a file to write to. Author: hewett Date: Mar 7, 2003 Time: 11:27:14 AM
| Nested Class Summary | 
| Nested classes inherited from class javax.swing.AbstractAction | 
 | 
| Field Summary | 
| Fields inherited from class org.algernon.app.j2p.action.Java2ProtegeAction | 
f_app | 
| 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 | |
SelectAlgernonFileAction(J2PWindow app,
                         String name,
                         String tooltip,
                         KeyStroke acceleratorKey,
                         Integer mnemonic)
Creates a new SelectAdviceFileAction.  | 
|
| Method Summary | |
 void | 
actionPerformed(ActionEvent ev)
 | 
| 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 SelectAlgernonFileAction(J2PWindow app,
                                String name,
                                String tooltip,
                                KeyStroke acceleratorKey,
                                Integer mnemonic)
app - The Java2Protege instance using this action.name - The name of the menu item corresponding to this action.tooltip - A string to be displayed as brief user help.acceleratorKey - The KeyStroke used to access this action as a menu item.mnemonic - The (int) character used to access this action when it is a button.| Method Detail | 
public void actionPerformed(ActionEvent ev)
  | 
Algernon Software | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||