Package | Description |
---|---|
oracle.ide.config |
Contains classes encapsulating JDevelopers's environment settings.
|
oracle.ide.controls |
Contains classes implementing the basic graphical controls, such as, toolbars,
toolbar buttons, status bars, tabbed windows, used by JDeveloper.
|
oracle.ide.keyboard |
Defining your default accelerators
|
oracle.ide.todo |
Contains API classes for the To Do Item feature.
|
oracle.ide.webbrowser |
Contains classes that allow addins some level of control on the IDE web browser
settings.
|
oracle.jdeveloper.uieditor |
Contains classes that allow addins access to the UIEditor integration objects.
|
oracle.jdeveloper.vcs.spi |
Contains extension-level service provider interfaces for version control system integraton.
|
oracle.jdeveloper.webapp.designer |
Modifier and Type | Class and Description |
---|---|
class |
EnvironOptions
This class stores the IDE environment options.
|
class |
GlobalIgnoreList
This class stores the IDE Global Ignore list.
|
Constructor and Description |
---|
ChangeAdaptor(javax.swing.AbstractButton adaptee,
ChangeEventSource action) |
Modifier and Type | Class and Description |
---|---|
class |
KeyStrokeOptions
This class stores the KeyStrokeMap for one global context and multiple local
contexts.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractToDoItem
A
AbstractToDoItem represents a task the user wants to track. |
Modifier and Type | Class and Description |
---|---|
class |
InternetFilesOptions |
class |
ProxyOptions
Provides access to HTTP proxy options as set via
Tools->Preferences->Web Browser and Proxy.
|
Modifier and Type | Class and Description |
---|---|
class |
UIEditorOptions
UIEditorOptions describes the customizations made available to the user.
|
Modifier and Type | Class and Description |
---|---|
class |
VCSCopyableMap<K,V>
Deprecated.
not replaced. Settings must now be stored using HashStructure
based IDE
Preferences . This class now exists only for extension
migration purposes. |
class |
VCSPropertyMap<K,V>
Deprecated.
not replaced. Settings must now be stored using HashStructure
based IDE
Preferences . This class now exists only for extension
migration purposes. |
Modifier and Type | Method and Description |
---|---|
void |
ShowInDesignerSupport.addPreferenceSource(ChangeEventSource preferenceSource)
Adds source of change events which should cause registered show actions
to update.
|