Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Interface
javax.ide.Identifiable

Packages that use Identifiable
javax.ide.command Command execution classes. 
javax.ide.editor The editor interfaces that extension writers need to implement in order to add a new editor to an IDE. 
javax.ide.extension Classes and interfaces used by extensions to extend an IDE with new functionality. 
javax.ide.log The interfaces that extension writers use and need to implement in order to add a new log pages to an IDE. 
javax.ide.menu The menu registration classes that extension writers use to find information about actions and menus. 
javax.ide.view IDE view support classes and interfaces. 
oracle.ide.inspector.layout Contains interfaces and abstract classes describing the property form layout information. 
 

Uses of Identifiable in javax.ide.command
 

Classes in javax.ide.command that implement Identifiable
 class Command
          The Command interface defines the interface of all command objects.
 

Uses of Identifiable in javax.ide.editor
 

Classes in javax.ide.editor that implement Identifiable
 class Editor
          The Editor interface defines the methods to open and close editors, along with methods to save and restore editor specific settings.
 class TextEditor
          Base class for text based editors.
 

Uses of Identifiable in javax.ide.extension
 

Subinterfaces of Identifiable in javax.ide.extension
 interface Extension
          An extension is a unit of functionality in a JSR-198 based IDE.
 interface Extension2
          JSR-198 2.0 version of the Extension interface.
 

Uses of Identifiable in javax.ide.log
 

Classes in javax.ide.log that implement Identifiable
 class LogPage
          The LogPage interface defines the methods to log and clear messages from a page.
 

Uses of Identifiable in javax.ide.menu
 

Classes in javax.ide.menu that implement Identifiable
 class IDEAction
          IDEAction encapsulates the meta-data describing an executable action.
 

Uses of Identifiable in javax.ide.view
 

Classes in javax.ide.view that implement Identifiable
 class View
          View components display information to the user.
 

Uses of Identifiable in oracle.ide.inspector.layout
 

Subinterfaces of Identifiable in oracle.ide.inspector.layout
 interface Extensible
          Layout elements implementing this interface are extensible, that is they can be extended by, extend, or be part-of another extensible element of the same type.
 

Classes in oracle.ide.inspector.layout that implement Identifiable
 class CategoryLayout
          CategoryLayouts specify how the property inspector form view displays properties under a specific category.
 class Choice
          One of the display choices in a ChoiceGroup.
 class ChoiceGroup
          One of the Elements comprising a DisplayGroup.
 class DisplayGroup
          Display groups collect a number of displayable elements into meaningful groups that are hidden from view when the display group is not in its expanded state.
 class ExtensibleElement
          Extensible elements should extend this class.
 class ExtensibleGroup
          Group elements that are also extensible must implement this interface.
 class Property
          One of the Elements comprising a DisplayGroup.
static class PropertyFormLayoutAssembly.CategoryLayoutAssembly
          Assembles multiple CategoryLayouts into one.
static class PropertyFormLayoutAssembly.ChoiceAssembly
          Assembles multiple part-of Choices into one.
static class PropertyFormLayoutAssembly.ChoiceGroupAssembly
          Assembles multiple ChoiceGroups that are part of another into to one group.
static class PropertyFormLayoutAssembly.DisplayGroupAssembly
          Assembles multiple DisplayGroups that part-of another group into one group .
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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