Extension SDK

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.


Fields inherited from interface oracle.ide.addin.Subject
OBJECT_MODIFIED
 
Fields inherited from interface oracle.ide.model.Category
UNDEFINED
 
Constructor Summary
DeployableTextNode()
           
DeployableTextNode(java.net.URL url)
           
 
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.DefaultNode
equalsImpl, getCategory, setURL
 
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 oracle.ide.model.DefaultElement
getAttributes, getChildren, getData, mayHaveChildren
 
Methods inherited from class oracle.ide.model.DefaultDisplayable
getIcon, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface oracle.ide.model.Document
getTimestamp, isNew
 
Methods inherited from interface oracle.ide.model.Locatable
getURL, setURL
 
Methods inherited from interface oracle.ide.model.Element
getAttributes, getChildren, mayHaveChildren
 
Methods inherited from interface oracle.ide.model.Data
getData
 
Methods inherited from interface oracle.ide.model.Displayable
getIcon, getLongLabel, getShortLabel, getToolTipText, toString
 
Methods inherited from interface oracle.ide.addin.Subject
attach, detach, notifyObservers
 
Methods inherited from interface oracle.ide.model.LazyLoadable
isOpen
 

Constructor Detail

DeployableTextNode

public DeployableTextNode()

DeployableTextNode

public DeployableTextNode(java.net.URL url)

Extension SDK