PATH |
EOEnterAction
Inherits from: com.webobjects.eoapplication.EOAction
Package: com.webobjects.eogeneration.client
Class Description
Documentation for this class is forthcoming. For information on using this class, see the book Getting Started with Direct to Java Client.
Method Types
All methods EOEnterAction standardActionForHelpWindowActivation standardActionForInsertWithEntityName standardActionForOpenWithEntityName standardActionForQueryWithEntityName standardActionForToolWindowActivation standardActionForWindowActivation actionPerformed canPerformAction performAction
Constructors
EOEnterAction
public EOEnterAction( String aString, String aString, javax.swing.Icon anIcon, javax.swing.Icon anIcon, javax.swing.KeyStroke aKeyStroke, int anInt, int anInt, String aString)
Static Methods
standardActionForHelpWindowActivation
public static com.webobjects.eoapplication.EOAction standardActionForHelpWindowActivation( javax.swing.KeyStroke aKeyStroke, boolean aBoolean, String aString)
standardActionForInsertWithEntityName
public static com.webobjects.eoapplication.EOAction standardActionForInsertWithEntityName(String aString)
standardActionForOpenWithEntityName
public static com.webobjects.eoapplication.EOAction standardActionForOpenWithEntityName(String aString)
standardActionForQueryWithEntityName
public static com.webobjects.eoapplication.EOAction standardActionForQueryWithEntityName(String aString)
standardActionForToolWindowActivation
public static com.webobjects.eoapplication.EOAction standardActionForToolWindowActivation( javax.swing.KeyStroke aKeyStroke, boolean aBoolean, String aString)
standardActionForWindowActivation
public static com.webobjects.eoapplication.EOAction standardActionForWindowActivation( String aString, String aString, javax.swing.KeyStroke aKeyStroke, int anInt, int anInt, String aString)
Instance Methods
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent anActionEvent)
canPerformAction
protected abstract boolean canPerformAction(String aString)
performAction
protected abstract void performAction(String aString)
© 2001 Apple Computer, Inc. (Last Published April 15, 2001)