|
WebObjects 5.4.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.webobjects.eoapplication.EOController
com.webobjects.eoapplication.EOComponentController
com.webobjects.eoapplication.EOArchiveController
com.webobjects.eoapplication.EOEntityController
com.webobjects.eoapplication.EODocumentController
com.webobjects.eogeneration.assistant.EOXMLEditor
public class EOXMLEditor
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.webobjects.eoapplication.EOComponentController |
|---|
EOComponentController.ActionCollector, EOComponentController.Activation, EOComponentController.EndEditing, EOComponentController.Modal, EOComponentController.ResetUserInterface |
| Nested classes/interfaces inherited from class com.webobjects.eoapplication.EOController |
|---|
EOController.Enumeration |
| Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
|---|
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility |
| Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCoding |
|---|
NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.MapImplementation, NSKeyValueCoding.Null<T>, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.ValueAccessor |
| Field Summary |
|---|
| Fields inherited from class com.webobjects.eoapplication.EOEntityController |
|---|
NestedEditingContextProviderMethodName, NewDisplayGroupProviderMethodName, NewDisplayGroupUsingOptimisticRefreshProviderMethodName, NewEditingContextProviderMethodName |
| Fields inherited from class com.webobjects.eoapplication.EOComponentController |
|---|
Bottom, BottomLeft, BottomRight, Center, Left, Right, Top, TopLeft, TopRight |
| Fields inherited from class com.webobjects.eoapplication.EOController |
|---|
ControllerAndSubcontrollersEnumeration, ControllerAndSupercontrollersEnumeration, SubcontrollersEnumeration, SupercontrollersEnumeration |
| Fields inherited from interface com.webobjects.eoapplication.EOEditable |
|---|
AlwaysEditable, IfSupercontrollerEditable, NeverEditable |
| Fields inherited from interface com.webobjects.eoapplication.EOArchive._ObjectInstantiationDelegate |
|---|
NullObject |
| Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
|---|
KeyPathSeparator |
| Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding |
|---|
NullValue |
| Constructor Summary | |
|---|---|
EOXMLEditor()
|
|
| Method Summary | |
|---|---|
protected void |
connectionWasEstablished()
Reacts to the connection for the receiver being established, taking care of editability issues in addition to the superclass implementation. |
boolean |
fetchesOnConnect()
Returns whether the receiver should fetch its display group content next time its connection is established. |
int |
priority()
|
void |
refresh()
|
void |
saveXMLToFile(String xml)
|
| Methods inherited from class com.webobjects.eoapplication.EOArchiveController |
|---|
archiveName, controllerDisplayGroup, hasControllerDisplayGroup, loadArchive, objectWillChange, prepareComponent, setArchiveName, setControllerDisplayGroup, willChange |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.webobjects.eoapplication.EOObjectDisplay |
|---|
controllerDisplayGroup, displayGroup, editingContext, entityName |
| Constructor Detail |
|---|
public EOXMLEditor()
| Method Detail |
|---|
protected void connectionWasEstablished()
EODocumentController
connectionWasEstablished in class EODocumentControllerEOController.establishConnection()public boolean fetchesOnConnect()
EOEntityControllertrue.
Once it retrieves objects explicitly (for example from a global ID) or actually
performs the fetch while connecting, it sets this flag to false.
fetchesOnConnect in class EOEntityControllertrue if the controller should fetch its display group content next time
its connection is established; false otherwiseEOEntityController.setFetchesOnConnect(boolean)public int priority()
priority in interface EOAssistant.Editorpublic void refresh()
refresh in interface EOAssistant.Editorpublic void saveXMLToFile(String xml)
|
Last updated Wednesday, January 23, 2008 14:25 PST | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||