- Inherits from:
- com.apple.client.eoapplication.EOAction
- Package:
- com.apple.client.eogeneration
Documentation for this class is forthcoming. For information on using this class, see the book Getting Started with Direct to Java Client.
- All methods
- EOEnterAction
- standardActionForHelpWindowActivation
- standardActionForInsertWithEntityName
- standardActionForOpenWithEntityName
- standardActionForQueryWithEntityName
- standardActionForToolWindowActivation
- standardActionForWindowActivation
- actionPerformed
- canPerformAction
- performAction
public EOEnterAction(
String aString,
String aString,
javax.swing.Icon anIcon,
javax.swing.Icon anIcon,
javax.swing.KeyStroke aKeyStroke,
int anInt,
int anInt,
String aString)
public static com.apple.client.eoapplication.EOAction standardActionForHelpWindowActivation(
javax.swing.KeyStroke aKeyStroke,
boolean aBoolean,
String aString)
public static com.apple.client.eoapplication.EOAction standardActionForInsertWithEntityName(String aString)
public static com.apple.client.eoapplication.EOAction standardActionForOpenWithEntityName(String aString)
public static com.apple.client.eoapplication.EOAction standardActionForQueryWithEntityName(String aString)
public static com.apple.client.eoapplication.EOAction standardActionForToolWindowActivation(
javax.swing.KeyStroke aKeyStroke,
boolean aBoolean,
String aString)
public static com.apple.client.eoapplication.EOAction standardActionForWindowActivation(
String aString,
String aString,
javax.swing.KeyStroke aKeyStroke,
int anInt,
int anInt,
String aString)
public void actionPerformed(java.awt.event.ActionEvent anActionEvent)
protected abstract boolean canPerformAction(String aString)
protected abstract void performAction(String aString)
DRAFT