Package | Description |
---|---|
oracle.ide.model |
Contains interfaces and classes implementing JDeveloper's data model.
|
oracle.ide.net |
Provides a virtual file system framework based on java.net.URL.
|
oracle.ide.resourcebundle |
Provides a designtime abstraction around locating and managing resource bundles
used by visual and non-visual editors.
|
oracle.ideimpl.webupdate | |
oracle.javatools.data | |
oracle.jdeveloper.deploy.contrib | |
oracle.jdeveloper.model |
Contains interfaces and classes implementing the Java specific portions of
JDeveloper's data model.
|
oracle.jdeveloper.offlinedb.userprops |
Extension to the Offline Database that allows the association of a library of
user properties to be associated with an offline database.
|
oracle.jdeveloper.runner |
Contains classes that allow addins some level of control on the JDeveloper runner system.
|
oracle.jdeveloper.vcs.spi |
Contains extension-level service provider interfaces for version control system integraton.
|
Modifier and Type | Method and Description |
---|---|
ListStructure |
ProjectContent.getContentSetList() |
ListStructure |
ApplicationContent.getContentSetList() |
ListStructure |
WorkingSet.getExcludedProjectList()
Deprecated.
As of 12.0 this method is deprecated with no replacement.
|
Constructor and Description |
---|
URLPath(ListStructure entries)
Creates a
URLPath instance that is linked directly to the
specified ListStructure . |
Modifier and Type | Method and Description |
---|---|
ListStructure |
ResourceBundleOptions.getAvailableBundleTypeList() |
ListStructure |
ResourceBundleOptions.getRegisteredBundleList() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceBundleOptions.setAvailableBundleTypeList(ListStructure bundleTypeList) |
void |
ResourceBundleOptions.setRegisteredBundleList(ListStructure registeredBundleList) |
Modifier and Type | Method and Description |
---|---|
ListStructure |
CheckForUpdatesPreferences.getHiddenMessages() |
Modifier and Type | Method and Description |
---|---|
void |
CheckForUpdatesPreferences.setHiddenMessages(ListStructure hiddenMessages) |
Modifier and Type | Method and Description |
---|---|
ListStructure |
ListStructure.copyTo(ListStructure dest) |
ListStructure |
HashStructure.getListStructure(java.lang.String name)
Returns the
ListStructure bound at the specified
name or null of no object is bound. |
ListStructure |
ChangeInfo.getNewValueAsListStructure()
Returns the new value as a
ListStructure . |
ListStructure |
ChangeInfo.getOldValueAsListStructure()
Returns the old value as a
ListStructure . |
ListStructure |
HashStructure.getOrCreateListStructure(java.lang.String name)
Returns the
ListStructure bound at the specified name
or if no object is currently bound to that name creates a new, empty
ListStructure object and binds it to the specified name as a
placeholder. |
ListStructure |
ChangeInfo.getParentAsListStructure()
Returns the parent as a
ListStructure . |
static ListStructure |
ListStructure.newInstance() |
Modifier and Type | Method and Description |
---|---|
ListStructure |
ListStructure.copyTo(ListStructure dest) |
protected boolean |
ListStructure.equalsImpl(ListStructure other) |
void |
HashStructure.putListStructure(java.lang.String name,
ListStructure list)
Binds the specified name to the specified ListStructure.
|
void |
HashStructure.putPlaceholderListStructure(java.lang.String name,
ListStructure list)
Binds the specified name to the specified ListStructure as a
placeholder.
|
Modifier and Type | Method and Description |
---|---|
ListStructure |
Contributors.getListStructure() |
Constructor and Description |
---|
Contributors(ListStructure list,
Context context) |
Modifier and Type | Method and Description |
---|---|
ListStructure |
JavaProject.getRecentPackages()
Gets the list of most-recently used packages.
|
Modifier and Type | Method and Description |
---|---|
void |
UserPropertyDefn.addToList(ListStructure list) |
Modifier and Type | Method and Description |
---|---|
void |
RunConfiguration.setEnvironmentVariables(ListStructure envVars) |
Modifier and Type | Method and Description |
---|---|
ListStructure |
VCSCommentTemplatesPrefs.getTemplates() |