| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Displayable | |
|---|---|
| oracle.bali.xml.addin | |
| oracle.ide.ceditor | The Code Editor package contains the code editing implementation of the JDeveloper IDE.  | 
| oracle.ide.config | Contains classes encapsulating JDevelopers's environment settings. | 
| oracle.ide.db.model | Classes associated with the IDE's navigator nodes for database connections and database objects. | 
| 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.externaltools | Contains interfaces and classes that allow external tools in the IDE to be invoked, manipulated and extended by extensions. | 
| oracle.ide.externaltools.macro | Contains APIs related to macros that can be expanded when invoking external tools. | 
| 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.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.navigation | |
| oracle.ide.palette | Contains classes that allow for palette integration and commands. | 
| oracle.ide.runner | Contains classes that allow addins some level of control on the IDE runner system. | 
| oracle.ide.todo | Contains API classes for the To Do Item feature. | 
| oracle.jdeveloper.audit.model | The base classes for defining the Audit object model. | 
| oracle.jdeveloper.audit.service | The API classes for invoking Audit programatically, and a few Audit common API classes. | 
| oracle.jdeveloper.cmt | The Component Model Tool, an API for manipulating Java source code. | 
| oracle.jdeveloper.deploy.cmd | |
| oracle.jdeveloper.deploy.cmd.weblogic | |
| oracle.jdeveloper.deploy.dt | |
| oracle.jdeveloper.deploy.ear | |
| oracle.jdeveloper.deploy.ejb | |
| oracle.jdeveloper.deploy.j2ee | |
| oracle.jdeveloper.deploy.jar | |
| oracle.jdeveloper.deploy.sp | |
| oracle.jdeveloper.deploy.war | |
| oracle.jdeveloper.history | |
| oracle.jdeveloper.jsp.libraries | |
| oracle.jdeveloper.library | The Libraries package provides the library API used by JDeveloper.  | 
| 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.offlinedb.browser | Offline Database Node implementations for the JDeveloper's Application Navigator. | 
| oracle.jdeveloper.offlinedb.model | Classes that define an offline database's settings and properties. | 
| oracle.jdeveloper.runner | Contains classes that allow addins some level of control on the JDeveloper runner system. | 
| oracle.jdeveloper.template | |
| oracle.jdeveloper.vcs.changelist | |
| oracle.jdeveloper.vcs.nav | |
| oracle.jdeveloper.vcs.patch | |
| oracle.jdeveloper.vcs.spi | Contains extension-level service provider interfaces for version control system integraton. | 
| oracle.jdeveloper.vcs.versionhistory | |
| oracle.jdeveloper.vcs.vop | |
| oracle.jdeveloper.webapp | |
| oracle.jdevimpl.audit.core | |
| oracle.jdevimpl.audit.model | |
| oracle.jdevimpl.offlinedb.browser | |
| oracle.jdevimpl.webapp.html | |
| Uses of Displayable in oracle.bali.xml.addin | 
|---|
| Classes in oracle.bali.xml.addin that implement Displayable | |
|---|---|
 class | 
oracle.bali.xml.addin.XMLSourceNode | 
| Uses of Displayable in oracle.ide.ceditor | 
|---|
| Classes in oracle.ide.ceditor that implement Displayable | |
|---|---|
 class | 
CodeNavigationPointCodeNavigationPoint is a NavigationPoint implementation intended for registration with the NavigationManager as an EditorNavigationPoint for the CodeEditor class.  | 
 class | 
LineNavigationPointNavigationPoint implementation which navigates to a given line within a CodeEditor.  | 
 class | 
OffsetNavigationPointNavigationPoint implementation which navigates to a given offset within a FindableEditor.  | 
| Uses of Displayable in oracle.ide.config | 
|---|
| Classes in oracle.ide.config that implement Displayable | |
|---|---|
 class | 
RegisteredDynamicNode | 
| Uses of Displayable in oracle.ide.db.model | 
|---|
| Subinterfaces of Displayable in oracle.ide.db.model | |
|---|---|
 interface | 
DBObjectNodeInterface for anything that can contain a DBObject.  | 
 interface | 
DBObjectPlSqlNode | 
 interface | 
DBObjectProviderNodeInterface for any node that represents a DBObjectProvider, or any object or folder within a DBObjectProvider to implement.  | 
 interface | 
DBObjectTypeNodeInterface for any node (including folders) that represents a DBObject type.  | 
| Classes in oracle.ide.db.model that implement Displayable | |
|---|---|
 class | 
BaseDBObjectNodeConvenience subclass of Node that implements DBObjectNode.  | 
 class | 
BaseDBObjectTextNodeConvenience subclass of TextNode that implements DBObjectNode.  | 
 class | 
BasePlSqlTextNodeConvenience subclass of BaseDBObjectTextNode specifically for PlSql nodes in the navigator.  | 
 class | 
SqlNodeThe SqlNode class is a TextNode that represents an SQL or PL/SQL file. | 
| Uses of Displayable in oracle.ide.explorer | 
|---|
| Classes in oracle.ide.explorer that implement Displayable | |
|---|---|
 class | 
ChildFilterThe 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.externaltools | 
|---|
| Subinterfaces of Displayable in oracle.ide.externaltools | |
|---|---|
 interface | 
ExternalToolTypeA type of external tool.  | 
| Uses of Displayable in oracle.ide.externaltools.macro | 
|---|
| Classes in oracle.ide.externaltools.macro that implement Displayable | |
|---|---|
 class | 
MacroExpanderMacro expanders are registered with the MacroRegistry and can be used to expand macros prior to running external tools.  | 
 class | 
ParameterizedMacroA parameterized macro takes one or more parameters that can be used at expansion time.  | 
| Uses of Displayable in oracle.ide.gallery | 
|---|
| Classes in oracle.ide.gallery that implement Displayable | |
|---|---|
 class | 
oracle.ide.gallery.GalleryFolder | 
| Uses of Displayable in oracle.ide.inspector | 
|---|
| Subinterfaces of Displayable in oracle.ide.inspector | |
|---|---|
 interface | 
InspectorPageInspectorPage 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.  | 
| Classes in oracle.ide.inspector that implement Displayable | |
|---|---|
 class | 
AbstractAdditionalPage | 
| Uses of Displayable in oracle.ide.layout | 
|---|
| Classes in oracle.ide.layout that implement Displayable | |
|---|---|
 class | 
IdeLayoutIdeLayout class.  | 
 class | 
IdePropertiesThe 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 | 
LayoutLayout interface.  | 
 class | 
LayoutsThis class manages layouts created by the user.  | 
 class | 
SimpleLayoutSimple layout information.  | 
| Uses of Displayable in oracle.ide.model | 
|---|
| Subinterfaces of Displayable in oracle.ide.model | |
|---|---|
 interface | 
ElementThe Element interface defines the protocol used by the IDE to communicate with data objects in order to display the objects in the UI. | 
 interface | 
FolderThe Folder interface extends Element by adding methods for managing child Elements contained by the Folder. | 
 interface | 
RelativeDirectoryElementAn interface which represents directories containing source in the navigator.  | 
| Classes in oracle.ide.model that implement Displayable | |
|---|---|
 class | 
ConnectionsTop level IDE level Connections Node.  | 
 class | 
ContentLevelFolderAlthough this class is package-private, it extends the public abstract class RelativeDirectoryContextFolder. | 
 class | 
ContentSetFolderAlthough this class is package-private, it extends the public abstract class RelativeDirectoryContextFolder. | 
 class | 
DataContainer | 
 class | 
DataNode | 
 class | 
DefaultContainerThe DefaultContainer class is a default implementation of a Node that implements the Folder interface. | 
 class | 
DefaultDisplayableDefault implementation of the Displayable interface. | 
 class | 
DefaultElementDefaultElement is a complete, default implementation of the Element interface. | 
 class | 
DefaultFilterThe DefaultFilter class. | 
 class | 
DefaultFolderDefaultFolder is a complete, default implementation of the Folder interface. | 
 class | 
DeployableTextNodeTrivial subclass of TextNode that has the ElementAttributes.DEPLOYABLE attribute set. | 
 class | 
HashStructureNodeNode implementation for an object that stores properties in a HashStructure and persists those properties to XML via HashStructureIO.  | 
 class | 
IdeSystemThis class is for internal use, and should not be used by extension developers.  | 
 class | 
ImageNodeNode subclass for GIF, JPEG, and PNG image files. | 
 class | 
NodeThe base class for all document types that need to interact with the IDE framework.  | 
 class | 
ObservableFolderObservableFolder is a complete, default implementation of the Folder and Subject interfaces. | 
 class | 
PreferencesDeprecated. since 11.1.1. Do not use this class. It will be removed in a future version of the ide framework. For preferences, see Preferences. | 
 class | 
ProjectThis class represents a user project in the IDE.  | 
 class | 
RelativeDirectoryContextFolderFolder representing a directory displayed in a navigator.  | 
 class | 
TextNodeA base class for Nodes representing text files. | 
 class | 
UnrecognizedTextNodeThe UnrecognizedTextNode is used for files that are not recognized by the node recognizer system. | 
 class | 
WorkspaceWorkspace represents an Application.  | 
 class | 
WorkspacesThis class holds all Workspace objects currently available to the user in the IDE.  | 
 class | 
XMLDataContainerThe XMLDataContainer is the Node wrapper for a Folder-implementing JavaBean that can be persisted to XML using the XML marshalling framework in oracle.ide.marshal.xml. | 
 class | 
XMLDataNodeThe 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.navigation | 
|---|
| Classes in oracle.ide.navigation that implement Displayable | |
|---|---|
 class | 
oracle.ide.navigation.DefaultNavigationPoint | 
| Uses of Displayable in oracle.ide.palette | 
|---|
| Subinterfaces of Displayable in oracle.ide.palette | |
|---|---|
 interface | 
PalettePalette - Palette Model based on PalettePage and PaletteItem.  | 
 interface | 
PaletteItemThe PaletteItem class represents the Object model for items on the component palette. | 
 interface | 
PalettePage | 
| Uses of Displayable in oracle.ide.runner | 
|---|
| Subinterfaces of Displayable in oracle.ide.runner | |
|---|---|
 interface | 
DebuggeeDataDebuggeeData represents a data item from a debuggee as supplied by the debugger.  | 
| Classes in oracle.ide.runner that implement Displayable | |
|---|---|
 class | 
RunProcessAn 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.ide.todo | 
|---|
| Subinterfaces of Displayable in oracle.ide.todo | |
|---|---|
 interface | 
ToDoItemThe ToDoItem interface provides the API for dealing with ToDoItems. | 
| Classes in oracle.ide.todo that implement Displayable | |
|---|---|
 class | 
AbstractToDoItemA AbstractToDoItem represents a task the user wants to track. | 
| Uses of Displayable in oracle.jdeveloper.audit.model | 
|---|
| Subinterfaces of Displayable in oracle.jdeveloper.audit.model | |
|---|---|
 interface | 
ContentDirectoryA single directory contained by one or more ContentRoots. | 
| Uses of Displayable in oracle.jdeveloper.audit.service | 
|---|
| Methods in oracle.jdeveloper.audit.service that return Displayable | |
|---|---|
 Displayable | 
AuditModel.getDisplayable(java.lang.Object row)Gets a Displayable describing a row of this model. | 
| Uses of Displayable in oracle.jdeveloper.cmt | 
|---|
| Subinterfaces of Displayable in oracle.jdeveloper.cmt | |
|---|---|
 interface | 
CmtMessage | 
 interface | 
CmtModelNodeThe URL for a CmtModelNode is of the form: jdev.cmt:<url spec of source file>?<url spec of project file>&<name>  | 
| Classes in oracle.jdeveloper.cmt that implement Displayable | |
|---|---|
 class | 
CmtFolder | 
| Uses of Displayable in oracle.jdeveloper.deploy.cmd | 
|---|
| Classes in oracle.jdeveloper.deploy.cmd that implement Displayable | |
|---|---|
 class | 
DeployCommand | 
 class | 
DeployToAppServer | 
 class | 
DeployToArchive | 
 class | 
DeployToEar | 
 class | 
DeployToFile | 
 class | 
DeployToWar | 
 class | 
ProfileDeployCmd | 
| Uses of Displayable in oracle.jdeveloper.deploy.cmd.weblogic | 
|---|
| Classes in oracle.jdeveloper.deploy.cmd.weblogic that implement Displayable | |
|---|---|
 class | 
DeployToWeblogic | 
| Uses of Displayable in oracle.jdeveloper.deploy.dt | 
|---|
| Classes in oracle.jdeveloper.deploy.dt that implement Displayable | |
|---|---|
 class | 
DeployElementAn extension of DefaultElement that also implements the LinkedDirtyable interface. | 
 class | 
DeployFolderAn extension of DefaultFolder that also implements the Copyable, LinkedDirtyable, and Subject interfaces. | 
 class | 
DeployGalleryFolderOverrides regular GalleryFolder by recording the instance created and preventing the List of children from being persisted. | 
 class | 
DeploymentProfiles | 
 class | 
DeployProfileDtAn instance of this class implements design-time support for its particular deployment profile type and has three responsibilities: user interaction via Controller and ContextMenuListener interfaces, inherited from DeployDesignTime. | 
 class | 
Profile | 
| Uses of Displayable in oracle.jdeveloper.deploy.ear | 
|---|
| Classes in oracle.jdeveloper.deploy.ear that implement Displayable | |
|---|---|
 class | 
EarProfileClass representing an EAR deployment profile.  | 
| Uses of Displayable in oracle.jdeveloper.deploy.ejb | 
|---|
| Classes in oracle.jdeveloper.deploy.ejb that implement Displayable | |
|---|---|
 class | 
EjbProfileClass representing an EJB deployment profile.  | 
| Uses of Displayable in oracle.jdeveloper.deploy.j2ee | 
|---|
| Classes in oracle.jdeveloper.deploy.j2ee that implement Displayable | |
|---|---|
 class | 
J2eeProfile | 
| Uses of Displayable in oracle.jdeveloper.deploy.jar | 
|---|
| Classes in oracle.jdeveloper.deploy.jar that implement Displayable | |
|---|---|
 class | 
AppClientProfile | 
 class | 
ArchiveProfileData model for the JAR (simple archive) deployment profile.  | 
 class | 
ClientProfileData model representing the J2EE Client deployment profile type.  | 
 class | 
ConnectorProfileData model representing the J2EE Connector deployment profile type.  | 
 class | 
LibraryArchiveProfileData Model representing a deployment campable (as a shared library) version of an ArchiveProfile.  | 
 class | 
TaglibProfileThe JSP tag library profile.  | 
| Uses of Displayable in oracle.jdeveloper.deploy.sp | 
|---|
| Classes in oracle.jdeveloper.deploy.sp that implement Displayable | |
|---|---|
 class | 
PlsqlMethodAbstract base data model representing common aspects of PL/SQL procedures and functions.  | 
 class | 
PlsqlPackageData model representing a PL/SQL package.  | 
 class | 
PlsqlPackagedFunctionData model representing a PL/SQL packaged function.  | 
 class | 
PlsqlPackagedProcedureData model representing a packaged Java stored procedure.  | 
 class | 
PlsqlTopLevelFunctionData model representing a top-level Java stored function.  | 
 class | 
PlsqlTopLevelMethodAbstract base data model representing common aspects of top-level PL/SQL procedures and functions.  | 
 class | 
PlsqlTopLevelProcedureData model representing a top-level Java stored procedure that has no return value.  | 
 class | 
StoredProcProfileData model representing the stored procedure deployment profile type.  | 
| Uses of Displayable in oracle.jdeveloper.deploy.war | 
|---|
| Classes in oracle.jdeveloper.deploy.war that implement Displayable | |
|---|---|
 class | 
WarProfileData model representing a deployment profile for a J2EE web module.  | 
| Uses of Displayable in oracle.jdeveloper.history | 
|---|
| Classes in oracle.jdeveloper.history that implement Displayable | |
|---|---|
 class | 
HistoryElementProvides a bridge between HistoryEntry and the IDE's Element interface.  | 
| Uses of Displayable in oracle.jdeveloper.jsp.libraries | 
|---|
| Classes in oracle.jdeveloper.jsp.libraries that implement Displayable | |
|---|---|
 class | 
JspLibraryInstances of this class represent JSP Tag Libraries avialiable within the JDeveloper.  | 
| Uses of Displayable in oracle.jdeveloper.library | 
|---|
| Subinterfaces of Displayable in oracle.jdeveloper.library | |
|---|---|
 interface | 
DerivedLibraryEncapsulates the notion of a derived library as it is used within JDeveloper.  | 
 interface | 
JDKEncapsulates the notion of a JDK.  | 
 interface | 
JLibraryEncapsulates the notion of a Library as it is used within JDeveloper.  | 
 interface | 
JLibraryDefinitionDeprecated. Use JLibrary  | 
 interface | 
LibraryEncapsulates the notion of a library as it is used within JDeveloper.  | 
 interface | 
LibraryListThe LibraryList interface represents a list of JLibrary and JDK definitions. | 
 interface | 
MutableLibraryList | 
| Classes in oracle.jdeveloper.library that implement Displayable | |
|---|---|
 class | 
AbstractDerivedLibraryAbstractDerivedLibrary class. | 
 class | 
AbstractLibraryA read only, partial implementation of Libary.  | 
 class | 
AddinJDKA JDK automatically installed by the extension framework.  | 
 class | 
AddinLibraryRepresents a library that was installed in an extension manifest's <libraries> hook.  | 
 class | 
AddinLibraryListProvides access to libraries registered by extensions.  | 
 class | 
ExternalLibrary | 
 class | 
JDKAdapterEncapsulates the notion of a JDK.  | 
 class | 
JDKNode | 
 class | 
JLibraryAdapterEncapsulates the notion of a Library as it is used within JDeveloper.  | 
 class | 
JLibraryList | 
 class | 
JLibraryNode | 
 class | 
JProjectLibraryListThe JProjectLibraryList class is used to contain Library instances that are defined within the context of a JProject.  | 
 class | 
LegacyJDKThe sole intention of LegacyJDK is to represent a JDK as used in pre 10.1.3 releases such taht the data may be read by the migration mechanics for conversion to the 10.1.3 format.  | 
 class | 
LegacyLibraryThe sole intention of LegacyLibrary is to represent a library as used in pre 10.1.3 releases such taht the data may be read by the migration mechanics for conversion to the 10.1.3 format.  | 
 class | 
LegacyLibraryDefinition | 
 class | 
LegacyLibraryListThe sole intention of LegacyLibraryList is to represent a libraries.xml file used in pre 10.1.3 releases such that the data may be read by the migration mechanics for conversion to the 10.1.3 format.  | 
 class | 
LibraryAdapter | 
 class | 
LibraryDataNode | 
 class | 
LibraryElementLibraryElement is a complete, default implementation of the Element and Dirtyable interfaces. | 
 class | 
ListWrapper | 
 class | 
ProjectLibraryProjectLibrary class. | 
| Uses of Displayable in oracle.jdeveloper.merge | 
|---|
| Classes in oracle.jdeveloper.merge that implement Displayable | |
|---|---|
 class | 
TextMergeNodeTextual merge node class on which a TextMergeNodeContributor is created for an editable contributor to the merge UI. | 
| Uses of Displayable in oracle.jdeveloper.model | 
|---|
| Classes in oracle.jdeveloper.model that implement Displayable | |
|---|---|
 class | 
JavaClassNodeThe JavaNode interface represents a Java class element in the JDeveloper browser.  | 
 class | 
JavaNodeThe JavaNode represents a Java class element in the JDeveloper browser.  | 
 class | 
JavaSourceNodeThe JavaSourceNode interface represents a Java source file in the JDeveloper browser. | 
 class | 
JspSourceNodeThe JspSourceNode interface represents a Jsp source file in the JDeveloper browser. | 
| Uses of Displayable in oracle.jdeveloper.offlinedb.browser | 
|---|
| Subinterfaces of Displayable in oracle.jdeveloper.offlinedb.browser | |
|---|---|
 interface | 
SchemaObjectNodeInterface for all offline database nodes containing SchemaObjects to implement.  | 
| Classes in oracle.jdeveloper.offlinedb.browser that implement Displayable | |
|---|---|
 class | 
ProviderNodeNode for a provider in the navigator.  | 
 class | 
SchemaNodeNode for the schema/package object in the system navigator.  | 
| Uses of Displayable in oracle.jdeveloper.offlinedb.model | 
|---|
| Subinterfaces of Displayable in oracle.jdeveloper.offlinedb.model | |
|---|---|
 interface | 
OfflineDBObjectNodeInterface for all offline database nodes containing DBObjects to implement.  | 
| Uses of Displayable in oracle.jdeveloper.runner | 
|---|
| Classes in oracle.jdeveloper.runner that implement Displayable | |
|---|---|
 class | 
JRunProcessAn abstract class that represents a Java process.  | 
 class | 
RemoteProcess | 
 class | 
RunningProcess | 
| Methods in oracle.jdeveloper.runner that return Displayable | |
|---|---|
 Displayable | 
BrowseablePaths.getDisplayable(int index)Returns the Displayable that represents the browseable path at the specified index.  | 
 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.  | 
| Uses of Displayable in oracle.jdeveloper.template | 
|---|
| Classes in oracle.jdeveloper.template that implement Displayable | |
|---|---|
 class | 
AbstractTemplate | 
 class | 
ApplicationTemplate | 
 class | 
ProjectTemplate | 
| Uses of Displayable in oracle.jdeveloper.vcs.changelist | 
|---|
| Classes in oracle.jdeveloper.vcs.changelist that implement Displayable | |
|---|---|
 class | 
ChangeListItemChangeListItems are proxy elements that represent files in the change list.  | 
| Uses of Displayable in oracle.jdeveloper.vcs.nav | 
|---|
| Classes in oracle.jdeveloper.vcs.nav that implement Displayable | |
|---|---|
 class | 
ConnectionListFilterNode | 
 class | 
ConnectionNodeDecorator | 
 class | 
ConnectionPlaceholderNode | 
| Uses of Displayable in oracle.jdeveloper.vcs.patch | 
|---|
| Classes in oracle.jdeveloper.vcs.patch that implement Displayable | |
|---|---|
 class | 
PatchNode | 
| Uses of Displayable in oracle.jdeveloper.vcs.spi | 
|---|
| Constructors in oracle.jdeveloper.vcs.spi with parameters of type Displayable | |
|---|---|
VCSExtensionInformation(Displayable displayable) | 
|
| Uses of Displayable in oracle.jdeveloper.vcs.versionhistory | 
|---|
| Classes in oracle.jdeveloper.vcs.versionhistory that implement Displayable | |
|---|---|
 class | 
VersionHistoryNode | 
| Uses of Displayable in oracle.jdeveloper.vcs.vop | 
|---|
| Classes in oracle.jdeveloper.vcs.vop that implement Displayable | |
|---|---|
 class | 
Category | 
| Methods in oracle.jdeveloper.vcs.vop that return Displayable | |
|---|---|
 Displayable | 
VersionOperationModel.getCategory(Displayable item)Each item in the version operation panel can be categorized.  | 
 Displayable | 
VersionOperationModel.getItem(int index)Get the item at the specified index in the model.  | 
 Displayable[] | 
VersionOperationModel.getItems()Get the items in the model.  | 
| Methods in oracle.jdeveloper.vcs.vop with parameters of type Displayable | |
|---|---|
 Displayable | 
VersionOperationModel.getCategory(Displayable item)Each item in the version operation panel can be categorized.  | 
| Uses of Displayable in oracle.jdeveloper.webapp | 
|---|
| Classes in oracle.jdeveloper.webapp that implement Displayable | |
|---|---|
 class | 
BrowsableWebDocumentNode | 
 class | 
DelegatingXMLSourceNodeAn XMLSourceNode extension that allows the WebDocumentNode world to assign strategies at a single node recognition time.  | 
 class | 
WebDocumentNodeNode representing Web documents: HTML, JSP ...  | 
| Uses of Displayable in oracle.jdevimpl.audit.core | 
|---|
| Classes in oracle.jdevimpl.audit.core that implement Displayable | |
|---|---|
 class | 
AuditAddinDescriptionDescribes the Audit addin for the extensions manager.  | 
| Methods in oracle.jdevimpl.audit.core that return Displayable | |
|---|---|
 Displayable | 
DefaultAuditModel.getDisplayable(java.lang.Object row) | 
| Uses of Displayable in oracle.jdevimpl.audit.model | 
|---|
| Classes in oracle.jdevimpl.audit.model that implement Displayable | |
|---|---|
 class | 
DefaultContentDirectory | 
| Uses of Displayable in oracle.jdevimpl.offlinedb.browser | 
|---|
| Classes in oracle.jdevimpl.offlinedb.browser that implement Displayable | |
|---|---|
 class | 
oracle.jdevimpl.offlinedb.browser.BaseOfflineDBObjectNode | 
| Uses of Displayable in oracle.jdevimpl.webapp.html | 
|---|
| Classes in oracle.jdevimpl.webapp.html that implement Displayable | |
|---|---|
 class | 
oracle.jdevimpl.webapp.html.HtmlSourceNode | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||