|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ide.model.Node
oracle.jdeveloper.vcs.versionhistory.VersionHistoryNode
public class VersionHistoryNode
Field Summary |
---|
Fields inherited from class oracle.ide.model.Node |
---|
LOG_READONLY |
Constructor Summary | |
---|---|
VersionHistoryNode() |
|
VersionHistoryNode(java.net.URL url) |
Method Summary | |
---|---|
protected void |
closeImpl() Subclasses should override this method to customize the close() behavior. |
javax.swing.Icon |
getIcon() Displayable interface method. |
boolean |
isDirty() True if the data in the object has been modified. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VersionHistoryNode()
public VersionHistoryNode(java.net.URL url)
Method Detail |
---|
public boolean isDirty()
Dirtyable
isDirty
in interface Dirtyable
isDirty
in class Node
true
if the data in the object has been modified.protected void closeImpl() throws java.io.IOException
Node
Node.close()
invokes this only if the node is open, under write lock. The Node
implementation does nothing.closeImpl
in class Node
java.io.IOException
- if an I/O error occurred while closingpublic javax.swing.Icon getIcon()
Node
Displayable
interface method. The Node class returns a generic icon.getIcon
in interface Displayable
getIcon
in class Node
Icon
to be displayed for the Displayable
.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |