Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOGeneration Reference

Table of Contents

EOEnterAction


Inherits from:
com.apple.client.eoapplication.EOAction
Package:
com.apple.client.eogeneration


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.apple.client.eoapplication.EOAction standardActionForHelpWindowActivation( javax.swing.KeyStroke aKeyStroke, boolean aBoolean, String aString)



standardActionForInsertWithEntityName

public static com.apple.client.eoapplication.EOAction standardActionForInsertWithEntityName(String aString)



standardActionForOpenWithEntityName

public static com.apple.client.eoapplication.EOAction standardActionForOpenWithEntityName(String aString)



standardActionForQueryWithEntityName

public static com.apple.client.eoapplication.EOAction standardActionForQueryWithEntityName(String aString)



standardActionForToolWindowActivation

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



standardActionForWindowActivation

public static com.apple.client.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)




Table of Contents

DRAFT