com.webobjects.eogeneration.client.assistant
Class EOPropertiesEditor
java.lang.Object
|
+--com.webobjects.eoapplication.EOController
|
+--com.webobjects.eoapplication.EOComponentController
|
+--com.webobjects.eogeneration.client.assistant.EOPropertiesEditor
- All Implemented Interfaces:
- EOAction.Enabling, EOAssistant.Editor, NSDisposable, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions
- public class EOPropertiesEditor
- extends EOComponentController
- implements EOAssistant.Editor
Method Summary |
protected void |
connectionWasEstablished()
Invoked from establishConnection to notify the receiver that its
connection to the controller hierarchy has been established, giving the
receiver the opportunity to prepare itself (for example, setting delegates). |
protected void |
prepareComponent()
Prepares the receiver's component for display. |
int |
priority()
|
void |
refresh()
|
void |
stringAdded(com.webobjects.eogeneration.client.assistant._EOEditorStringAddition stringAddition,
String string)
|
void |
stringListChanged(com.webobjects.eogeneration.client.assistant._EOEditorStringList stringList,
NSArray strings)
|
void |
stringListResetToDefaultRequest(com.webobjects.eogeneration.client.assistant._EOEditorStringList stringList)
|
void |
stringSelectionChanged(com.webobjects.eogeneration.client.assistant._EOEditorStringSelector stringSelector,
String string)
|
Methods inherited from class com.webobjects.eoapplication.EOComponentController |
addComponentOfSubcontroller, alignmentWidth, alignsComponents, canBeTransient, canResizeHorizontally, canResizeVertically, component, componentDidBecomeInvisible, componentDidBecomeVisible, defaultComponentSize, dispose, ensureMinimumComponentSizeWithoutSubcontrollers, ensureMinimumSubcontrollerAreaSize, generateComponent, handleTakeValueForUnboundKey, hideInSupercontroller, hideSubcontroller, icon, integrationComponent, integrationComponentDidBecomeInvisible, integrationComponentDidBecomeVisible, isComponentPrepared, isRootComponentController, isVisible, label, makeInvisible, makeVisible, minimumComponentSize, minimumComponentSizeWithoutSubcontrollers, minimumIntegrationComponentSize, minimumSubcontrollerAreaSize, prefersIconOnly, removeComponentOfSubcontroller, removeTransientSubcontroller, setAlignmentWidth, setAlignsComponents, setCanResizeHorizontally, setCanResizeVertically, setComponent, setDefaultComponentSize, setIcon, setLabel, setPrefersIconOnly, setSubcontrollerArea, setUsesHorizontalLayout, setVisible, showInSupercontroller, showSubcontroller, subcontrollerArea, subcontrollerMinimumSizeDidChange, subcontrollerWasAdded, subcontrollerWasRemoved, toString, usesHorizontalLayout |
Methods inherited from class com.webobjects.eoapplication.EOController |
actionNames, actions, actionWithName, addSubcontroller, breakConnection, breakConnectionToSubcontrollers, canAccessFieldsDirectly, canPerformActionNamed, connectionWasBroken, controllerEnumeration, controllersInEnumeration, controllersWithKeyValuePair, controllersWithKeyValuePairs, controllerWithKeyValuePair, controllerWithKeyValuePairs, defaultActions, disableActionNamed, disposableRegistry, disposeIfTransient, enableActionNamed, enabledActions, establishConnection, establishConnectionToSupercontrollers, handleQueryWithUnboundKey, hierarchicalControllerForKey, hierarchicalValueForKey, invokeMethod, isActionNamedEnabled, isAncestorOfController, isConnected, isSupercontrollerOfController, isTransientExplicitlyForbidden, prepareForNewTask, removeFromSupercontroller, removeSubcontroller, resetActions, setConnected, setSupercontroller, setTransientExplicitlyForbidden, setTypeName, subcontrollers, supercontroller, supercontroller, takeValueForKey, takeValueForKeyPath, typeName, unableToSetNullForKey, valueForKey, valueForKeyPath |
EOPropertiesEditor
public EOPropertiesEditor()
connectionWasEstablished
protected void connectionWasEstablished()
- Description copied from class:
EOController
- Invoked from
establishConnection
to notify the receiver that its
connection to the controller hierarchy has been established, giving the
receiver the opportunity to prepare itself (for example, setting delegates).
- Overrides:
connectionWasEstablished
in class EOController
- Following copied from class:
com.webobjects.eoapplication.EOController
- See Also:
EOController.establishConnection()
prepareComponent
protected void prepareComponent()
- Description copied from class:
EOComponentController
- Prepares the receiver's component for display. If not already created,
creates the component and integrates the subcontroller components.
- Overrides:
prepareComponent
in class EOComponentController
priority
public int priority()
- Specified by:
priority
in interface EOAssistant.Editor
refresh
public void refresh()
- Specified by:
refresh
in interface EOAssistant.Editor
stringAdded
public void stringAdded(com.webobjects.eogeneration.client.assistant._EOEditorStringAddition stringAddition,
String string)
stringListChanged
public void stringListChanged(com.webobjects.eogeneration.client.assistant._EOEditorStringList stringList,
NSArray strings)
stringListResetToDefaultRequest
public void stringListResetToDefaultRequest(com.webobjects.eogeneration.client.assistant._EOEditorStringList stringList)
stringSelectionChanged
public void stringSelectionChanged(com.webobjects.eogeneration.client.assistant._EOEditorStringSelector stringSelector,
String string)
Copyright © 2002 Apple Computer, Inc.