oracle.ide.model
Class DeployableTextNode
java.lang.Object
|
+--oracle.ide.model.DefaultDisplayable
|
+--oracle.ide.model.DefaultElement
|
+--oracle.ide.model.DefaultDocument
|
+--oracle.ide.model.DefaultNode
|
+--oracle.ide.model.TextNode
|
+--oracle.ide.model.DeployableTextNode
- All Implemented Interfaces:
- Category, Data, Dirtyable, Displayable, Document, Element, LazyLoadable, Locatable, Node, Subject, TextDocument
- Direct Known Subclasses:
- oracle.jdevimpl.webapp.html.HtmlSourceNode, JavaSourceNode
- public class DeployableTextNode
- extends TextNode
Trivial subclass of TextNode
that has the
ElementAttributes#DEPLYOABLE
attribute set.
Field Summary |
static java.lang.String |
EXT
|
static java.lang.String |
EXT2
|
Methods inherited from class oracle.ide.model.TextNode |
acquireTextBuffer, close, getInputStream, getLoadEncoding, getReader, getSaveEncoding, getTextBufferDirectly, hasEmptyTextBuffer, isDirty, isReadOnly, markDirty, open, releaseTextBuffer, reopen, save, setTextBufferDirectly, updateReadOnlyFlag |
Methods inherited from class oracle.ide.model.DefaultDocument |
attach, copyToImpl, createSubject, detach, ensureOpen, equalsImpl, getLongLabel, getShortLabel, getSubject, getTimestamp, getTimestampDirectly, getToolTipText, getURL, isNew, isOpen, notifyObservers, refreshTimestamp, setOpen, setTimestampDirectly |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface oracle.ide.model.Data |
getData |
EXT
public static final java.lang.String EXT
- See Also:
- Constant Field Values
EXT2
public static final java.lang.String EXT2
- See Also:
- Constant Field Values
DeployableTextNode
public DeployableTextNode()
DeployableTextNode
public DeployableTextNode(java.net.URL url)
Copyright ©1997, 2003, Oracle. All rights reserved.