PATH |
EOAssistant
Inherits from: com.webobjects.eoapplication.EOComponentController
Implements: com.webobjects.eoapplication.EOApplication._QuitHandler
Package: com.webobjects.eogeneration
Class Description
Documentation for this class is forthcoming.
Constants
EOAssistant defines the following constants:
Constant | Description |
ControllerTypeKey | |
EnumerationEntityNamesKey | |
KeysKey | |
MainEntityNamesKey | |
PropertyKeyKey | |
WidgetControllerKey |
Method Types
All methods sharedAssistant startAssistant activeWindowDidChange addEditor addRule allEntityNames allPrimitivePropertyKeyTaskNames allPropertyKeyTaskNames allQuestionNames allValuesForKey allValuesForValueKey apply canPerformActionNamed defaultActions defaultValue dispose editorSpecificationValueForKey editors hasRuleValueOtherThanDefault removeRule resetRuleValueToDefault restart revert ruleValue ruleValue rules save setEditorSpecificationValueForKey setRuleValue toString
Static Methods
sharedAssistant
public static EOAssistant sharedAssistant()
startAssistant
public static void startAssistant(NSArray aNSArray)
Instance Methods
activeWindowDidChange
public void activeWindowDidChange(NSNotification aNSNotification)
addEditor
public void addEditor(EOAssistant.Editor anEditor)
addRule
protected void addRule(EOAssistantRule anEOAssistantRule)
allEntityNames
public NSArray allEntityNames()
allPrimitivePropertyKeyTaskNames
public NSArray allPrimitivePropertyKeyTaskNames()
allPropertyKeyTaskNames
public NSArray allPropertyKeyTaskNames()
allQuestionNames
public NSArray allQuestionNames()
allValuesForKey
public NSArray allValuesForKey(String aString)
allValuesForValueKey
public NSArray allValuesForValueKey(String aString)
apply
public boolean apply()
canPerformActionNamed
public boolean canPerformActionNamed(String aString)
defaultActions
protected NSArray defaultActions()
defaultValue
public Object defaultValue( String aString, NSDictionary aNSDictionary)
dispose
public void dispose()
editorSpecificationValueForKey
public String editorSpecificationValueForKey(String aString)
editors
public NSArray editors()
hasRuleValueOtherThanDefault
public boolean hasRuleValueOtherThanDefault( String aString, NSDictionary aNSDictionary)
removeRule
protected void removeRule(EOAssistantRule anEOAssistantRule)
resetRuleValueToDefault
public void resetRuleValueToDefault( String aString, NSDictionary aNSDictionary)
restart
public void restart()
revert
public void revert()
ruleValue
public Object ruleValue( String aString, NSDictionary aNSDictionary)
ruleValue
public Object ruleValue( String aString, NSDictionary aNSDictionary, NSDictionary aNSDictionary)
rules
public NSArray rules()
save
public boolean save()
setEditorSpecificationValueForKey
public void setEditorSpecificationValueForKey( String aString, String aString)
setRuleValue
public void setRuleValue( String aString, NSDictionary aNSDictionary, Object anObject)
toString
public String toString()
© 2001 Apple Computer, Inc. (Last Published April 15, 2001)