Package | Description |
---|---|
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.jdeveloper.asnav.weblogic.explorer | |
oracle.jdeveloper.uieditor |
Contains classes that allow addins access to the UIEditor integration objects.
|
oracle.jdeveloper.uieditor.uicanvas |
Contains classes that allow addins access to the UICanvas integration objects.
|
oracle.jdeveloper.vcs.spi |
Contains extension-level service provider interfaces for version control system integraton.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTreeExplorer
Provides a base class for tree explorer implementations.
|
class |
TreeExplorer
The
TreeExplorer interface defines the API for managing
the nodes in the navigator and explorer trees. |
Modifier and Type | Method and Description |
---|---|
abstract Explorer |
ExplorerWindow.getExplorer()
Get the Explorer currently being displayed.
|
abstract Explorer |
ExplorerManager.getExplorerForHost(View host,
Context context)
|
Modifier and Type | Class and Description |
---|---|
class |
LibraryExplorer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCanvas
AbstractCanvas provides an implementation of UIEditorCanvas based upon
Explorer which provides a default implementation for all
UIEditorCanvas behavior.
|
class |
UIEditorCanvas
UIEditorCanvas represents a design canvas for hosting within the UIEditor.
|
Modifier and Type | Class and Description |
---|---|
class |
AssistantExplorer |
class |
UICanvas
UICanvas represents a design canvas to be hosted by the UIEditor when
manipulating GUI objects.
|
Modifier and Type | Method and Description |
---|---|
Explorer |
LayoutAssistant.getConstraintsEditor(Context context)
Get an Explorer implementation with which to modify the constraints
settings, else null.
|
Modifier and Type | Class and Description |
---|---|
class |
VCSExplorer |