org.algernon.app.j2p.action
Class SelectAlgernonFileAction
java.lang.Object
javax.swing.AbstractAction
org.algernon.app.j2p.action.Java2ProtegeAction
org.algernon.app.j2p.action.SelectAlgernonFileAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class SelectAlgernonFileAction
- extends Java2ProtegeAction
SelectAdviceFileAction performs the action of selecting a file to write to.
Author: hewett
Date: Mar 7, 2003
Time: 11:27:14 AM
- See Also:
- Serialized Form
SelectAlgernonFileAction
public SelectAlgernonFileAction(J2PWindow app,
String name,
String tooltip,
KeyStroke acceleratorKey,
Integer mnemonic)
- Creates a new SelectAdviceFileAction. You should only need one.
- Parameters:
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.
actionPerformed
public void actionPerformed(ActionEvent ev)