Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Class
oracle.ide.model.TextNode

Packages that use TextNode
oracle.bali.xml.addin   
oracle.ide.db.model Classes associated with the IDE's navigator nodes for database connections and database objects. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.jdeveloper.audit.model The base classes for defining the Audit object model. 
oracle.jdeveloper.audit.transform The base classes for defining transformations on the Audit object model. 
oracle.jdeveloper.compare contains classes nbsp;that can be used to invoke and control the integrated compare (diff) viewer in JDeveloper and hook into the Compare With menu. 
oracle.jdeveloper.merge Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.vcs.patch   
oracle.jdeveloper.webapp   
oracle.jdevimpl.webapp.html   
 

Uses of TextNode in oracle.bali.xml.addin
 

Subclasses of TextNode in oracle.bali.xml.addin
 class oracle.bali.xml.addin.XMLSourceNode
           
 

Uses of TextNode in oracle.ide.db.model
 

Subclasses of TextNode in oracle.ide.db.model
 class BaseDBObjectTextNode
          Convenience subclass of TextNode that implements DBObjectNode.
 class BasePlSqlTextNode
          Convenience subclass of BaseDBObjectTextNode specifically for PlSql nodes in the navigator.
 class SqlNode
          The SqlNode class is a TextNode that represents an SQL or PL/SQL file.
 

Uses of TextNode in oracle.ide.model
 

Subclasses of TextNode in oracle.ide.model
 class DeployableTextNode
          Trivial subclass of TextNode that has the ElementAttributes.DEPLOYABLE attribute set.
 class UnrecognizedTextNode
          The UnrecognizedTextNode is used for files that are not recognized by the node recognizer system.
 

Methods in oracle.ide.model with parameters of type TextNode
static TextBufferTracker TextBufferTracker.getTracker(TextNode node)
          Gets the text buffer tracker for a text node.
 

Uses of TextNode in oracle.jdeveloper.audit.model
 

Methods in oracle.jdeveloper.audit.model that return TextNode
 TextNode TextFileModelAdapter.getTextNode()
          Gets the IDE {@link TextNode) containing this model.
 

Uses of TextNode in oracle.jdeveloper.audit.transform
 

Methods in oracle.jdeveloper.audit.transform that return TextNode
 TextNode TextTransformContext.getTextNode()
          Gets the text node to be transformed.
 

Constructors in oracle.jdeveloper.audit.transform with parameters of type TextNode
UndoableEditCommand(java.lang.String name, TextNode node, Project project, Workspace workspace)
          Creates an undoable edit wrapper command without an IDE context that manages the initial selection.
UndoableEditCommand(java.lang.String name, TextNode node, Project project, Workspace workspace, boolean initialSelection)
          Creates an undoable edit wrapper command without an IDE context.
 

Uses of TextNode in oracle.jdeveloper.compare
 

Methods in oracle.jdeveloper.compare that return TextNode
 TextNode TextNodeContributor.getTextNode()
           
 

Constructors in oracle.jdeveloper.compare with parameters of type TextNode
TextNodeContributor(TextNode node)
           
 

Uses of TextNode in oracle.jdeveloper.merge
 

Subclasses of TextNode in oracle.jdeveloper.merge
 class TextMergeNode
          Textual merge node class on which a TextMergeNodeContributor is created for an editable contributor to the merge UI.
 

Uses of TextNode in oracle.jdeveloper.model
 

Subclasses of TextNode in oracle.jdeveloper.model
 class JavaClassNode
          The JavaNode interface represents a Java class element in the JDeveloper browser.
 class JavaNode
          The JavaNode represents a Java class element in the JDeveloper browser.
 class JavaSourceNode
          The JavaSourceNode interface represents a Java source file in the JDeveloper browser.
 class JspSourceNode
          The JspSourceNode interface represents a Jsp source file in the JDeveloper browser.
 

Uses of TextNode in oracle.jdeveloper.vcs.patch
 

Subclasses of TextNode in oracle.jdeveloper.vcs.patch
 class PatchNode
           
 

Uses of TextNode in oracle.jdeveloper.webapp
 

Subclasses of TextNode in oracle.jdeveloper.webapp
 class BrowsableWebDocumentNode
           
 class DelegatingXMLSourceNode
          An XMLSourceNode extension that allows the WebDocumentNode world to assign strategies at a single node recognition time.
 class WebDocumentNode
          Node representing Web documents: HTML, JSP ...
 

Uses of TextNode in oracle.jdevimpl.webapp.html
 

Subclasses of TextNode in oracle.jdevimpl.webapp.html
 class oracle.jdevimpl.webapp.html.HtmlSourceNode
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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