Extension SDK 10.1.2

Uses of Interface
oracle.ide.model.Attributes

Packages that use Attributes
oracle.ide.addin Contains classes and interfaces that are used by addins to extend JDeveloper with their own views and wizards. 
oracle.ide.explorer Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor. 
oracle.ide.gallery Contains classes implementing JDeveloper's new object gallery. 
oracle.ide.layout Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.runner Contains classes that allow addins some level of control on the IDE runner system. 
oracle.jdeveloper.cm.dt Contains the base design-time API for integrating database and application server connections within JDeveloper. 
oracle.jdeveloper.cmt The Component Model Tool, an API for manipulating Java source code. 
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper. 
 

Uses of Attributes in oracle.ide.addin
 

Methods in oracle.ide.addin with parameters of type Attributes
static void UpdateMessage.fireAttributeChanged(Subject subject, Attributes oldAttributes)
          This method sends an UpdateMessage whose ID is UpdateMessage.ATTRIBUTE_CHANGED to all Observers of the specified Subject.
 

Uses of Attributes in oracle.ide.explorer
 

Classes in oracle.ide.explorer that implement Attributes
 class CellRendererAttributes
          The TNodeConstants class defines the TNode bits.
 

Methods in oracle.ide.explorer that return Attributes
 Attributes CellRendererAttributes.duplicate()
          Return an exact duplicate of me.
 Attributes TreeExplorer.getCellRendererAttributes()
          Renderer attribute control how nodes should be rendered.
 

Uses of Attributes in oracle.ide.gallery
 

Methods in oracle.ide.gallery that return Attributes
 Attributes GalleryElement.getAttributes()
           
 Attributes GalleryFolder.getAttributes()
           
 Attributes RootGalleryFolder.getAttributes()
           
 

Uses of Attributes in oracle.ide.layout
 

Fields in oracle.ide.layout declared as Attributes
protected  Attributes BaseLayout._attributes
           
 

Methods in oracle.ide.layout that return Attributes
 Attributes Layouts.getAttributes()
           
 Attributes BaseLayout.getAttributes()
          Get the layout's attributes.
 

Uses of Attributes in oracle.ide.model
 

Classes in oracle.ide.model that implement Attributes
 class DefaultAttributes
          This class encapsulates the notion of attributes, which is a collection of boolean flags.
 class ElementAttributes
          Extends Attributes to focus on the notion of Element attributes.
 

Fields in oracle.ide.model declared as Attributes
static Attributes DefaultAttributes.EMPTY_ATTRIBUTES
          Classes that define no attributes should use EMPTY_ATTRIBUTES
 

Methods in oracle.ide.model that return Attributes
 Attributes Applications.getAttributes()
           
 Attributes NodeInfo.getAttributes()
          The attributes of the Node.
 Attributes XMLDataNode.getAttributes()
           
 Attributes CategoryFolder.getAttributes()
          Category elements do not define any attributes.
 Attributes Attributes.duplicate()
          Returns a copy a this attribute object.
 Attributes ElementAttributes.duplicate()
          Return an exact duplicate of me.
 Attributes Element.getAttributes()
          This method returns an Attributes object that encodes the attributes of the Element.
 Attributes DefaultElement.getAttributes()
          Part of the Element interface.
 

Uses of Attributes in oracle.ide.runner
 

Methods in oracle.ide.runner that return Attributes
 Attributes RunProcess.getAttributes()
          Returns a this Element's Attributes.
 

Uses of Attributes in oracle.jdeveloper.cm.dt
 

Methods in oracle.jdeveloper.cm.dt that return Attributes
 Attributes BaseConnections.getAttributes()
           
 Attributes ConnectionNode.getAttributes()
           
 

Uses of Attributes in oracle.jdeveloper.cmt
 

Methods in oracle.jdeveloper.cmt that return Attributes
 Attributes CmtFolder.getAttributes()
          Returns oracle.ide.model.DefaultAttributes.EMPTY_ATTRIBUTES;
 

Uses of Attributes in oracle.jdeveloper.library
 

Methods in oracle.jdeveloper.library that return Attributes
 Attributes DefaultLibraryList.getAttributes()
           
 Attributes JLibraryList.getAttributes()
           
 


Extension SDK

 

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