Extension SDK 10.1.2

oracle.ide.model
Class DeployableTextNode

java.lang.Object
  extended byoracle.ide.model.DefaultDisplayable
      extended byoracle.ide.model.DefaultElement
          extended byoracle.ide.model.DefaultDocument
              extended byoracle.ide.model.DefaultNode
                  extended byoracle.ide.model.TextNode
                      extended byoracle.ide.model.DeployableTextNode
All Implemented Interfaces:
Category, Data, Dirtyable, Displayable, Document, Element, LazyLoadable, Locatable, Node, Subject, TextDocument, WeakDataHolder
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
           
 
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, createReader, dataExpired, dataExpired, getInputStream, getInputStream, getLoadEncoding, getReader, getSaveEncoding, getTextBufferDirectly, getTextBufferDirectly, hasEmptyTextBuffer, isDirty, isExpired, isReadOnly, markDirty, open, releaseTextBuffer, removeTextBufferListener, reopen, save, setDefaultLineTerminator, 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, setURLDirectly
 
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
 

Field Detail

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
Constructor Detail

DeployableTextNode

public DeployableTextNode()

DeployableTextNode

public DeployableTextNode(java.net.URL url)

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.