|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.ide.model.Node
oracle.ide.model.DataNode
| Constructor Summary | |
DataNode()
Default constructor. |
|
DataNode(java.net.URL url)
|
|
| Method Summary | |
protected java.lang.Object |
getObjectStoreTarget()
|
java.net.URL |
getURL()
We override the getURL accessor here to mark the URL property as transient. |
protected ObjectStore |
newObjectStore()
|
protected void |
openImpl()
This method uses ObjectStore to unmarshal the file into a
JavaBean instance. |
protected void |
saveImpl()
Document interface method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DataNode()
public DataNode(java.net.URL url)
| Method Detail |
public java.net.URL getURL()
throws TransientMarker
getURL in interface LocatablegetURL in class NodeTransientMarker
protected void openImpl()
throws java.io.IOException
ObjectStore to unmarshal the file into a
JavaBean instance. In addition, subclasses can call this method
and indicate that the method should not send OBJECT_OPENED notification
to observers. This method sends OBJECT_OPENED notification in an
invoke later event.
openImpl in class Nodejava.io.IOException - if an I/O error occurred while openingObjectStore
protected void saveImpl()
throws java.io.IOException
Document interface method. This method uses
Object2Dom to marshal the underlying JavaBean into an XML
form.
saveImpl in class Nodejava.io.IOException - if an I/O error occurred while savingObject2Domprotected ObjectStore newObjectStore()
protected java.lang.Object getObjectStoreTarget()
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.