|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Displayable | |
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.inspector | Contains interfaces and classes that integrators may use to make their objects editable from the property inspector. |
oracle.ide.keyboard | Contains classes used by addins for providing accelerators for the commands they define. |
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.palette | Contains classes that allow for palette integration and commands. |
oracle.ide.panels | Provides a framework for building panel-based UI. |
oracle.ide.runner | Contains classes that allow addins some level of control on the IDE runner system. |
oracle.jdeveloper.audit.service | The API classes for invoking Audit programatically, and a few Audit common API classes. |
oracle.jdeveloper.builder | This package contains the base implementations for the set of classes used for creating new objects. |
oracle.jdeveloper.builder.cls | The cls package provides classes and interfaces for generating Java classes. |
oracle.jdeveloper.builder.file | The file package includes the classes and interfaces for generating file objects. |
oracle.jdeveloper.ceditor | The Code Editor package contains the code editing
implementation of the JDeveloper IDE. |
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.compiler | Contains classes that allow addins to integrate their own build system translator. |
oracle.jdeveloper.externaltools | Contains interfaces and classes that allow the support for external tools in the JDeveloper IDE to be invoked, manipulated and extended by extensions. |
oracle.jdeveloper.externaltools.macro | Contains APIs related to macros that can be expanded when invoking external tools. |
oracle.jdeveloper.library | The Libraries package provides the library API used
by JDeveloper. |
oracle.jdeveloper.model | Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. |
oracle.jdeveloper.runner | Contains classes that allow addins some level of control on the JDeveloper runner system. |
oracle.jdeveloper.wizard.common | Contains classes used by wizards. |
oracle.jdevimpl.webapp.html |
Uses of Displayable in oracle.ide.addin |
Methods in oracle.ide.addin that return Displayable | |
Displayable |
ExtensionGroup.getInformation()
Get the information which describes the group |
Uses of Displayable in oracle.ide.explorer |
Subinterfaces of Displayable in oracle.ide.explorer | |
interface |
ChildFilter
The ChildFilter interface defines an API for retrieving a structured collection of Element nodes. |
Methods in oracle.ide.explorer that return Displayable | |
Displayable |
IconOverlay.getDisplayable()
Gets the displayable information describing this object. |
Constructors in oracle.ide.explorer with parameters of type Displayable | |
IconOverlay(Displayable displayable)
Constructor. |
Uses of Displayable in oracle.ide.gallery |
Subinterfaces of Displayable in oracle.ide.gallery | |
interface |
GalleryWizard
|
Classes in oracle.ide.gallery that implement Displayable | |
class |
AbstractGalleryWizard
|
class |
GalleryElement
Element for each item in the Object Gallery list. |
class |
GalleryFolder
Container used in the gallery category tree, which may contain both sub-folders and gallery items. |
class |
GalleryXMLDataNode
XMLDataContainer subclass for the Object Gallery. |
class |
RootGalleryFolder
The Root of the tree of GalleryFolder and
GalleryElement instances. |
Uses of Displayable in oracle.ide.inspector |
Subinterfaces of Displayable in oracle.ide.inspector | |
interface |
InspectorPage
InspectorPage is an interface which allows GUI 'pages' hosted in the InspectorWindow the opportunity to interact with the hosting InspectorWindow with respect to populating toolbars and receiving focus. |
Uses of Displayable in oracle.ide.keyboard |
Classes in oracle.ide.keyboard that implement Displayable | |
class |
KeyStrokesConfigUI
This is the Navigable for configurable shortcuts. |
Uses of Displayable in oracle.ide.layout |
Subinterfaces of Displayable in oracle.ide.layout | |
interface |
Layout
Layout interface. |
Classes in oracle.ide.layout that implement Displayable | |
class |
BaseLayout
BaseLayout class. |
class |
IdeLayout
IdeLayout class. |
class |
IdeProperties
The IdeProperties class is reponsible for managing the
general layout information, such as the size and position of the main
application window and the opened editor frames for example. |
class |
Layouts
This class manages layouts created by the user. |
class |
SimpleLayout
Simple layout information. |
Uses of Displayable in oracle.ide.model |
Subinterfaces of Displayable in oracle.ide.model | |
interface |
Container
The Container interface specifies the protocol between
the IDE and objects which can contain other Node s, including
other Container s. |
interface |
Document
The Document interface is implemented by objects which
have a persistent representation. |
interface |
Element
The Element interface defines the protocol used by the
IDE to communicate with data objects in order to display the objects
in the UI. |
interface |
Folder
The Folder interface extends Element by adding
methods for managing child Element s contained by the
Folder . |
interface |
Node
|
interface |
TextDocument
The TextDocument extends the Document interface by
providing the way for a (code) editor to access the data in this
text document using a Content interface. |
interface |
WorkEnvironment
|
Classes in oracle.ide.model that implement Displayable | |
class |
Applications
The Applications class is used to wrap the Workspaces
class in order to provide a different label when displayed in the
application navigator. |
class |
CategoryFolder
The CategoryFolder class is responsible for collecting
all nodes whose category cannot be determined. |
class |
Connections
Top level IDE level Connections Node. |
class |
DataContainer
|
class |
DataElement
DataElement is a complete, default implementation of
the Element and Dirtyable interfaces. |
class |
DataFolder
DataFolder is a complete, default implementation
of the ChildrenList interface. |
class |
DataNode
|
class |
DefaultContainer
The DefaultContainer class is a default implementation
of the Container interface. |
class |
DefaultDisplayable
Default implementation of the Displayable interface. |
class |
DefaultDocument
The DefaultDocument class is a default implementation
of the Document interface. |
class |
DefaultElement
DefaultElement is a complete, default implementation of
the Element interface. |
class |
DefaultFilter
The DefaultFilter class. |
class |
DefaultFolder
DefaultFolder is a complete, default implementation of
the Folder interface. |
class |
DefaultNode
The DefaultNode class is a default implementation of the
Node interface. |
class |
DeployableTextNode
Trivial subclass of TextNode that has the
ElementAttributes#DEPLYOABLE attribute set. |
class |
DirectoryFilter
The DirectoryFilter organizes the children of a source
folder into a directory structure view. |
class |
DirectoryFolder
The DirectoryFolder class encapsulates a directory
element managed by the DirectoryFilter . |
class |
FilelistFilter
The FilelistFilter class shows a flat children list |
class |
HierarchicalFilter
The HierarchicalFilter defines common behavior for filters
that organize the children of a source folder into a hierarchical (tree)
structure view. |
class |
HierarchicalFolder
The HierarchicalFolder defines common behavior for folder
elements managed by a HierarchicalFilter . |
class |
IdeSystem
This a new class that is under development to replace IdeSystem. |
class |
MiscellaneousFolder
|
class |
ObservableDataFolder
ObservableDataFolder is a complete, default implementation
of the Folder and Subject interfaces. |
class |
PackageFilter
The PackageFilter organizes the children of a source folder
into a package structure view. |
class |
PackageFolder
The PackageFolder class encapsulates a package element
managed by the PackageFilter . |
class |
PackageTreeFilter
The PackageTreeFilter is a subclass of PackageFilter that organizes its children into a nested (tree)
structure view. |
class |
Preferences
This a new class that is under development to replace Preferences. |
class |
Project
This is the base class for all data classes that represent a user project. |
class |
PropertiesContainer
This is a complete implementation of the Container interface
that uses a single HashMap to hold all of its data and an
ArrayList to hold its children. |
class |
PropertiesNode
This is a complete implementation of the Node interface
that uses a single HashMap to hold all of its data. |
class |
TextNode
The TextNode class extends DefaultNode and should
be used for all objects that can be opened as a text file inside a
code editor. |
class |
Workspace
This a new class that is under development to replace Workspace. |
class |
Workspaces
This a new class that is under development to replace Workspaces. |
class |
XMLDataContainer
The XMLDataContainer is the Container wrapper
for a Folder -implementing JavaBean that can be
persisted to XML using the XML marshalling framework in
oracle.ide.marshal.xml . |
class |
XMLDataNode
The XMLDataNode class is the Node wrapper for
a JavaBean class that can be persisted to XML using the XML
marshalling framework Object2Dom . |
Uses of Displayable in oracle.ide.palette |
Subinterfaces of Displayable in oracle.ide.palette | |
interface |
Palette
Palette - Palette Model based on PalettePage and PaletteItem. |
interface |
PaletteItem
The PaletteItem class represents the Object model for
items on the component palette. |
interface |
PalettePage
|
Uses of Displayable in oracle.ide.panels |
Classes in oracle.ide.panels that implement Displayable | |
class |
DetailNavigable
|
class |
Navigable
Each instance of the Navigable class represents a
single tree node. |
Uses of Displayable in oracle.ide.runner |
Classes in oracle.ide.runner that implement Displayable | |
class |
RunProcess
An abstract class that represents a process that can be run in some way. |
Methods in oracle.ide.runner that return Displayable | |
Displayable |
AbstractStarterFactory.getDisplayable(RunProcess runProcess,
Context context,
Node node,
java.lang.Object o)
|
Uses of Displayable in oracle.jdeveloper.audit.service |
Methods in oracle.jdeveloper.audit.service that return Displayable | |
Displayable |
AuditModel.getDisplayable(java.lang.Object object)
Gets a Displayable describing an object. |
Uses of Displayable in oracle.jdeveloper.builder |
Classes in oracle.jdeveloper.builder that implement Displayable | |
class |
AbstractBuilder
|
Uses of Displayable in oracle.jdeveloper.builder.cls |
Classes in oracle.jdeveloper.builder.cls that implement Displayable | |
class |
ClassBuilder
|
Uses of Displayable in oracle.jdeveloper.builder.file |
Classes in oracle.jdeveloper.builder.file that implement Displayable | |
class |
EmptyFileBuilder
|
class |
FileBuilder
|
Uses of Displayable in oracle.jdeveloper.ceditor |
Classes in oracle.jdeveloper.ceditor that implement Displayable | |
class |
CodeEditorExtGroupInfo
Class used by the extension manager to display the Code Editor group name and description. |
Uses of Displayable in oracle.jdeveloper.cm.dt |
Classes in oracle.jdeveloper.cm.dt that implement Displayable | |
class |
AppServerAccessExtGroupInfo
|
class |
BaseConnections
The BaseConnections class is the base folder type for classes of
connections
This is a singleton class. |
class |
ConnectionNode
The ConnectionNode class is the base class for all representations
of Database Connections
|
class |
DatabaseAccessExtGroupInfo
Class used by the extension manager to display the Database Access group name and description. |
class |
DatabaseConnectionNode
|
class |
DatabaseEditorNode
|
class |
Oc4jConnectionNode
|
Uses of Displayable in oracle.jdeveloper.cmt |
Subinterfaces of Displayable in oracle.jdeveloper.cmt | |
interface |
CmtMessage
|
interface |
CmtModelNode
The URL for a CmtModelNode is of the form: jdev.cmt: |
Classes in oracle.jdeveloper.cmt that implement Displayable | |
class |
CmtFolder
|
Uses of Displayable in oracle.jdeveloper.compiler |
Classes in oracle.jdeveloper.compiler that implement Displayable | |
class |
CompilerExtGroupInfo
Class used by the extension manager to display the Compiler group name and description. |
Uses of Displayable in oracle.jdeveloper.externaltools |
Subinterfaces of Displayable in oracle.jdeveloper.externaltools | |
interface |
ExternalToolType
A type of external tool. |
Uses of Displayable in oracle.jdeveloper.externaltools.macro |
Subinterfaces of Displayable in oracle.jdeveloper.externaltools.macro | |
interface |
MacroExpander
Macro expanders are registered with the MacroRegistry and can be used to expand macros prior to running external tools. |
Uses of Displayable in oracle.jdeveloper.library |
Subinterfaces of Displayable in oracle.jdeveloper.library | |
interface |
DerivedLibrary
Encapsulates the notion of a derived library as it is used within JDeveloper. |
interface |
Library
Encapsulates the notion of a library as it is used within JDeveloper. |
interface |
LibraryList
The LibraryList interface represents a list of library and J2SE
definitions. |
Classes in oracle.jdeveloper.library that implement Displayable | |
class |
AbstractDerivedLibrary
AbstractDerivedLibrary class. |
class |
AbstractLibrary
AbstractLibrary class. |
class |
AddinLibraryList
|
class |
DefaultLibraryList
The DefaultLibraryList class provides a basic implementation of the LibraryList interface. |
class |
JDK
Encapsulates the notion of a JDK. |
class |
JLibrary
Encapsulates the notion of a library as it is used within JDeveloper. |
class |
JLibraryDefinition
|
class |
JLibraryList
|
class |
JPaths
Encapsulates the notion of grouping a class path, source path, and doc path. |
class |
JProjectLibraryList
The JProjectLibraryList class is used to contain Libraries that are defined within the context of a JProject. |
class |
ProjectLibrary
ProjectLibrary class. |
Uses of Displayable in oracle.jdeveloper.model |
Subinterfaces of Displayable in oracle.jdeveloper.model | |
interface |
JavaNode
The JavaNode interface represents a Java class element in the JDeveloper browser. |
Classes in oracle.jdeveloper.model that implement Displayable | |
class |
ApplicationCode
The ApplicationCode class is responsible for collecting
all application code based on the project source path. |
class |
ApplicationFilter
The ApplicationFilter class organizes the children of an
application into a predefined structure. |
class |
BusinessComponents
|
class |
CategoryFilter
The CategoryFilter class organizes the children of a
project into a predefined structure. |
class |
DatabaseObjects
|
class |
DatabaseResources
|
class |
Deployment
|
class |
EnterpriseJavaBeans
|
class |
GifImageNode
Node subclass for .gif image files. |
class |
HTMLSources
The HTMLSources class is responsible for collecting all
html nodes |
class |
ImageNode
Node subclass for image files. |
class |
JavaClassNode
The JavaNode interface represents a Java class element in the JDeveloper browser. |
class |
JavaSourceNode
The JavaSourceNode interface represents a Java source file
in the JDeveloper browser. |
class |
JavaSources
The JavaSources class is responsible for collecting
all java nodes |
class |
JpegImageNode
Node subclass for .jpg/.jpeg image files. |
class |
JProject
JProject is the data class that represents the
project in JDeveloper. |
class |
JProjectFilter
The JProjectFilter class organizes the children of a
project into a predefined structure. |
static class |
JProjectSettings.DependenciesNavigable
Need to override the dependencies navigable in order to avoid showing the dependencies panel for the default project. |
class |
JspSourceNode
The JspSourceNode interface represents a Jsp source file
in the JDeveloper browser. |
class |
MiscellaneousFiles
|
class |
PngImageNode
Node subclass for .png image files. |
class |
Resources
Resources category. |
class |
Sources
The Sources class is the base class for collecting an
application source files. |
class |
SqljSourceNode
The SqljSourceNode interface represents a SQLJ source file
in the JDeveloper browser. |
class |
UMLModel
|
class |
WebContent
The WebContent class is responsible for collecting all
html nodes |
class |
WebServices
|
class |
WebSources
The WebSources class is responsible for collecting
all web content sources. |
Uses of Displayable in oracle.jdeveloper.runner |
Classes in oracle.jdeveloper.runner that implement Displayable | |
class |
JRunProcess
An abstract class that represents a Java process. |
Methods in oracle.jdeveloper.runner that return Displayable | |
Displayable |
EmbeddedServerCallback.getDisplayableForChoice(int index)
If the callback returned greater-than-zero from getNumberOfChoices, JDeveloper will call this method with indexes from 0 to N-1. |
Displayable |
BrowseablePaths.getDisplayable(int index)
Returns the Displayable that represents the browseable path at the specified index. |
Uses of Displayable in oracle.jdeveloper.wizard.common |
Classes in oracle.jdeveloper.wizard.common that implement Displayable | |
class |
oracle.jdeveloper.wizard.common.BaliWizard
|
Uses of Displayable in oracle.jdevimpl.webapp.html |
Classes in oracle.jdevimpl.webapp.html that implement Displayable | |
class |
oracle.jdevimpl.webapp.html.HtmlSourceNode
|
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.