PATH Documentation > WebObjects

Table of Contents

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)

Description forthcoming.


Static Methods



standardActionForHelpWindowActivation

public static com.webobjects.eoapplication.EOAction standardActionForHelpWindowActivation( javax.swing.KeyStroke aKeyStroke, boolean aBoolean, String aString)

Description forthcoming.

standardActionForInsertWithEntityName

public static com.webobjects.eoapplication.EOAction standardActionForInsertWithEntityName(String aString)

Description forthcoming.

standardActionForOpenWithEntityName

public static com.webobjects.eoapplication.EOAction standardActionForOpenWithEntityName(String aString)

Description forthcoming.

standardActionForQueryWithEntityName

public static com.webobjects.eoapplication.EOAction standardActionForQueryWithEntityName(String aString)

Description forthcoming.

standardActionForToolWindowActivation

public static com.webobjects.eoapplication.EOAction standardActionForToolWindowActivation( javax.swing.KeyStroke aKeyStroke, boolean aBoolean, String aString)

Description forthcoming.

standardActionForWindowActivation

public static com.webobjects.eoapplication.EOAction standardActionForWindowActivation( String aString, String aString, javax.swing.KeyStroke aKeyStroke, int anInt, int anInt, String aString)

Description forthcoming.


Instance Methods



actionPerformed

public void actionPerformed(java.awt.event.ActionEvent anActionEvent)

Description forthcoming.

canPerformAction

protected abstract boolean canPerformAction(String aString)

Description forthcoming.

performAction

protected abstract void performAction(String aString)

Description forthcoming.

© 2001 Apple Computer, Inc. (Last Published April 15, 2001)


Table of Contents