Package | Description |
---|---|
oracle.ide.ceditor |
The
Code Editor package contains the code editing
implementation of the JDeveloper IDE. |
oracle.ide.controller | |
oracle.ide.controls |
Contains classes implementing the basic graphical controls, such as, toolbars,
toolbar buttons, status bars, tabbed windows, used by JDeveloper.
|
oracle.ide.controls.customtab | |
oracle.ide.db |
Classes for representing database objects in the IDE.
|
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.expressionbuilder | |
oracle.ide.keyboard |
Defining your default accelerators
|
oracle.ide.layout |
Contains interfaces and classes addins can implement or extend to provide
preferred layouts for their own specialized editors.
|
oracle.ide.marshal.xml |
Provides the ability to marshal and unmarshal objects to XML using an
archiving algorithm that accesses public get/set methods, which is in
contrast to serialization which directly accesses fields, even if they
are private.
|
oracle.ide.model |
Contains interfaces and classes implementing JDeveloper's data model.
|
oracle.ide.navigator |
Contains classes providing navigator support.
|
oracle.ide.panels |
Provides a framework for building panel-based UI.
|
oracle.ide.quickdiff.res | |
oracle.ide.resource |
Contains English language resource files and classes.
|
oracle.ide.resourcebundle.res | |
oracle.ide.util |
Contains utility classes.
|
oracle.ide.wizard |
Contains classes that can be used to integrate gallery items and wizards into
the product.
|
oracle.ideimpl.webupdate | |
oracle.jdeveloper.builder.resource | |
oracle.jdeveloper.cmt |
The Component Model Tool, an API for manipulating Java source code.
|
oracle.jdeveloper.controller | |
oracle.jdeveloper.deploy.res | |
oracle.jdeveloper.dialogs |
The
Dialogs package contains commonly used dialogs. |
oracle.jdeveloper.palette | |
oracle.jdeveloper.rescat2.res | |
oracle.jdeveloper.resource | |
oracle.jdeveloper.runner |
Contains classes that allow addins some level of control on the JDeveloper runner system.
|
oracle.jdeveloper.server.res | |
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.usage | |
oracle.jdeveloper.wizard.common |
Contains classes used by wizards.
|
oracle.rc.asadapter |
Modifier and Type | Class and Description |
---|---|
class |
CEditorArb |
class |
CEditorArb_de |
class |
CEditorArb_en |
class |
CEditorArb_es |
class |
CEditorArb_fr |
class |
CEditorArb_it |
class |
CEditorArb_ja |
class |
CEditorArb_ko |
class |
CEditorArb_pt_BR |
class |
CEditorArb_zh_CN |
class |
CEditorArb_zh_TW |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
CEditorArb.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Method and Description |
---|---|
static IdeAction |
IdeAction.get(int cmdId,
java.lang.String cmdClass,
java.lang.String name,
ArrayResourceBundle bundle,
int key)
Deprecated.
since 11.0. Declare actions in an extension manifest, or
use one of the get methods that takes an Icon directly.
Note for internal JDEVADF developers: The addin policy that
icons must not be loaded during product startup is still in effect.
You should avoid incurring the cost of icon loading during product
startup by using the
OracleIcons API. |
static IdeAction |
IdeAction.get(int cmdId,
java.lang.String cmdClass,
java.lang.String name,
java.lang.String sCategory,
java.lang.Integer mnemonic,
ArrayResourceBundle bundle,
int key,
java.lang.Object data,
boolean enabled)
Deprecated.
since 11.0. Declare actions in an extension manifest, or
use one of the get methods that takes an Icon directly.
Note for internal JDEVADF developers: The addin policy that
icons must not be loaded during product startup is still in effect.
You should avoid incurring the cost of icon loading during product
startup by using the
OracleIcons API. |
Constructor and Description |
---|
ToggleAction(java.lang.String name,
ArrayResourceBundle bundle,
int key)
Construct a ToggleAction with the specified description String whose Icon
can be lazily fetched from the specified ResourceBundle using the specified
key.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomTabBundle |
class |
CustomTabBundle_de |
class |
CustomTabBundle_en |
class |
CustomTabBundle_es |
class |
CustomTabBundle_fr |
class |
CustomTabBundle_it |
class |
CustomTabBundle_ja |
class |
CustomTabBundle_ko |
class |
CustomTabBundle_pt_BR |
class |
CustomTabBundle_zh_CN |
class |
CustomTabBundle_zh_TW |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
CustomTabBundle.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Class and Description |
---|---|
class |
DBIcons
Deprecated.
Use equivalents in oracle.javatools.icons.OracleIcons
|
class |
UIArb
Deprecated.
This is no longer translated. Do not reference resources
from other extensions directly.
|
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
UIArb.getInstance()
Deprecated.
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
DBIcons.getInstance()
Deprecated.
Gets the singleton instance of this bundle class.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ExplorerManager.register(java.lang.Class dataType,
java.lang.Class explorerType,
java.lang.Class viewType,
java.lang.String caption,
ArrayResourceBundle bundle,
int key)
Deprecated.
use
ExplorerManager.register(Class,Class,Class,String,Icon) . Since 11.0 |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionBuilderArb |
class |
ExpressionBuilderArb_en |
class |
ExpressionBuilderArb_ja |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
ExpressionBuilderArb.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyStrokeArb |
class |
KeyStrokeArb_de |
class |
KeyStrokeArb_en |
class |
KeyStrokeArb_es |
class |
KeyStrokeArb_fr |
class |
KeyStrokeArb_it |
class |
KeyStrokeArb_ja |
class |
KeyStrokeArb_ko |
class |
KeyStrokeArb_pt_BR |
class |
KeyStrokeArb_zh_CN |
class |
KeyStrokeArb_zh_TW |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
KeyStrokeArb.getInstance()
Gets the singleton instance of this bundle class.
|
Constructor and Description |
---|
IdeLayout(java.net.URL fileURL,
java.lang.String shortLabel,
ArrayResourceBundle iconBundle,
int iconKey) |
IdeLayout(java.net.URL fileURL,
java.lang.String shortLabel,
java.lang.String displayName,
ArrayResourceBundle iconBundle,
int iconKey) |
Modifier and Type | Class and Description |
---|---|
class |
MarshalArb |
class |
MarshalArb_ar |
class |
MarshalArb_cs |
class |
MarshalArb_da |
class |
MarshalArb_de |
class |
MarshalArb_el |
class |
MarshalArb_en |
class |
MarshalArb_es |
class |
MarshalArb_fi |
class |
MarshalArb_fr |
class |
MarshalArb_hu |
class |
MarshalArb_it |
class |
MarshalArb_iw |
class |
MarshalArb_ja |
class |
MarshalArb_ko |
class |
MarshalArb_nl |
class |
MarshalArb_no |
class |
MarshalArb_pl |
class |
MarshalArb_pt |
class |
MarshalArb_pt_BR |
class |
MarshalArb_ro |
class |
MarshalArb_ru |
class |
MarshalArb_sk |
class |
MarshalArb_sv |
class |
MarshalArb_th |
class |
MarshalArb_tr |
class |
MarshalArb_zh_CN |
class |
MarshalArb_zh_TW |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
MarshalArb.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfo.setIcon(ArrayResourceBundle bundle,
int key)
Set icon property such that resource fetch is postponed until needed.
|
Constructor and Description |
---|
DocumentInfo(java.lang.String label,
ArrayResourceBundle bundle,
int key)
Deprecated.
since 11.1.1 use
DocumentInfo.DocumentInfo(String,Icon) .
Internal components should use OracleIcons
to ensure that the icon is loaded lazily. |
Modifier and Type | Class and Description |
---|---|
class |
Res |
class |
Res_de |
class |
Res_en |
class |
Res_es |
class |
Res_fr |
class |
Res_it |
class |
Res_ja |
class |
Res_ko |
class |
Res_pt_BR |
class |
Res_zh_CN |
class |
Res_zh_TW |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
Res.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Class and Description |
---|---|
class |
PanelsArb |
class |
PanelsArb_ar |
class |
PanelsArb_cs |
class |
PanelsArb_da |
class |
PanelsArb_de |
class |
PanelsArb_el |
class |
PanelsArb_en |
class |
PanelsArb_es |
class |
PanelsArb_fi |
class |
PanelsArb_fr |
class |
PanelsArb_hu |
class |
PanelsArb_it |
class |
PanelsArb_iw |
class |
PanelsArb_ja |
class |
PanelsArb_ko |
class |
PanelsArb_nl |
class |
PanelsArb_no |
class |
PanelsArb_pl |
class |
PanelsArb_pt |
class |
PanelsArb_pt_BR |
class |
PanelsArb_ro |
class |
PanelsArb_ru |
class |
PanelsArb_sk |
class |
PanelsArb_sv |
class |
PanelsArb_th |
class |
PanelsArb_tr |
class |
PanelsArb_zh_CN |
class |
PanelsArb_zh_TW |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
PanelsArb.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Class and Description |
---|---|
class |
QuickDiffArb |
class |
QuickDiffArb_de |
class |
QuickDiffArb_en |
class |
QuickDiffArb_es |
class |
QuickDiffArb_fr |
class |
QuickDiffArb_it |
class |
QuickDiffArb_ja |
class |
QuickDiffArb_ko |
class |
QuickDiffArb_pt_BR |
class |
QuickDiffArb_zh_CN |
class |
QuickDiffArb_zh_TW |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
QuickDiffArb.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
WizardArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
VersionSystemArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
ValArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
UtilArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
TagArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
RunMgrArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
RenameDialogArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
ProxySettingsArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
ProjectPropertiesArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
ProgressTrackerArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
PanelsArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
NavigatorArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
MoveDialogArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
ModelArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
MigratorArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
LogArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
LayoutArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
ImportWizardArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
ImportExportArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
IdeArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
GlobalIgnoreListArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
GalleryArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
ExplorerArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
EnvironOptionsArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
EditorArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
DirOptionsArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
DialogsArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
DeleteDialogArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
ControlsArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
ComponentArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
CloseApplicationArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
NetArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
IdeIcons.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceBundleUIArb |
class |
ResourceBundleUIArb_en |
class |
ResourceBundleUIArb_ja |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
ResourceBundleUIArb.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Class and Description |
---|---|
class |
UtilArb |
class |
UtilArb_ar |
class |
UtilArb_cs |
class |
UtilArb_da |
class |
UtilArb_de |
class |
UtilArb_el |
class |
UtilArb_en |
class |
UtilArb_es |
class |
UtilArb_fi |
class |
UtilArb_fr |
class |
UtilArb_hu |
class |
UtilArb_it |
class |
UtilArb_iw |
class |
UtilArb_ja |
class |
UtilArb_ko |
class |
UtilArb_nl |
class |
UtilArb_no |
class |
UtilArb_pl |
class |
UtilArb_pt |
class |
UtilArb_pt_BR |
class |
UtilArb_ro |
class |
UtilArb_ru |
class |
UtilArb_sk |
class |
UtilArb_sv |
class |
UtilArb_th |
class |
UtilArb_tr |
class |
UtilArb_zh_CN |
class |
UtilArb_zh_TW |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
UtilArb.getInstance()
Gets the singleton instance of this bundle class.
|
Constructor and Description |
---|
MenuSpec(java.lang.String label,
java.lang.Integer mnemonic,
ArrayResourceBundle bundle,
int key)
Deprecated.
since 11.1.1. Use
MenuSpec.MenuSpec(String,Integer,Icon) |
Modifier and Type | Class and Description |
---|---|
class |
WizardArb |
class |
WizardArb_ar |
class |
WizardArb_cs |
class |
WizardArb_da |
class |
WizardArb_de |
class |
WizardArb_el |
class |
WizardArb_en |
class |
WizardArb_es |
class |
WizardArb_fi |
class |
WizardArb_fr |
class |
WizardArb_hu |
class |
WizardArb_it |
class |
WizardArb_iw |
class |
WizardArb_ja |
class |
WizardArb_ko |
class |
WizardArb_nl |
class |
WizardArb_no |
class |
WizardArb_pl |
class |
WizardArb_pt |
class |
WizardArb_pt_BR |
class |
WizardArb_ro |
class |
WizardArb_ru |
class |
WizardArb_sk |
class |
WizardArb_sv |
class |
WizardArb_th |
class |
WizardArb_tr |
class |
WizardArb_zh_CN |
class |
WizardArb_zh_TW |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
WizardArb.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Class and Description |
---|---|
class |
UpdateArb |
class |
UpdateArb_de |
class |
UpdateArb_en |
class |
UpdateArb_es |
class |
UpdateArb_fr |
class |
UpdateArb_it |
class |
UpdateArb_ja |
class |
UpdateArb_ko |
class |
UpdateArb_pt_BR |
class |
UpdateArb_zh_CN |
class |
UpdateArb_zh_TW |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
UpdateArb.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Class and Description |
---|---|
class |
BuilderArb |
class |
BuilderArb_de |
class |
BuilderArb_en |
class |
BuilderArb_es |
class |
BuilderArb_fr |
class |
BuilderArb_it |
class |
BuilderArb_ja |
class |
BuilderArb_ko |
class |
BuilderArb_pt_BR |
class |
BuilderArb_zh_CN |
class |
BuilderArb_zh_TW |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
BuilderArb.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
Res.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Class and Description |
---|---|
class |
DialogFactoryArb |
class |
DialogFactoryArb_de |
class |
DialogFactoryArb_en |
class |
DialogFactoryArb_es |
class |
DialogFactoryArb_fr |
class |
DialogFactoryArb_it |
class |
DialogFactoryArb_ja |
class |
DialogFactoryArb_ko |
class |
DialogFactoryArb_pt_BR |
class |
DialogFactoryArb_zh_CN |
class |
DialogFactoryArb_zh_TW |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
DialogFactoryArb.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Class and Description |
---|---|
class |
DeployArb |
class |
DeployArb_de |
class |
DeployArb_en |
class |
DeployArb_es |
class |
DeployArb_fr |
class |
DeployArb_it |
class |
DeployArb_ja |
class |
DeployArb_ko |
class |
DeployArb_pt_BR |
class |
DeployArb_zh_CN |
class |
DeployArb_zh_TW |
class |
MetaArb |
class |
MetaArb_en |
class |
MetaArb_ja |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
DeployArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
MetaArb.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Class and Description |
---|---|
class |
DlgArb |
class |
DlgArb_de |
class |
DlgArb_en |
class |
DlgArb_es |
class |
DlgArb_fr |
class |
DlgArb_it |
class |
DlgArb_ja |
class |
DlgArb_ko |
class |
DlgArb_pt_BR |
class |
DlgArb_zh_CN |
class |
DlgArb_zh_TW |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
DlgArb.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
EditorArb.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Class and Description |
---|---|
class |
ResCat |
class |
ResCat_en |
class |
ResCat_ja |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
ResCat.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
EJBAddinArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
ValArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
UIEditorArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
TechArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
TagArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
RefactoringArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
JspLibraryArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
JavadocUtilArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
JDevMenusArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
EditingArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
DialogsArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
CommandArb.getInstance()
Gets the singleton instance of this bundle class.
|
static ArrayResourceBundle |
ApplicationResourcesArb.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
RunMgrArb.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Class and Description |
---|---|
class |
J2eeServerArb |
class |
J2eeServerArb_en |
class |
J2eeServerArb_ja |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
J2eeServerArb.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Method and Description |
---|---|
IdeAction |
ModelFactory.registerAction(int cmdID,
java.lang.String name,
java.lang.Integer mnemonic,
ArrayResourceBundle bundle,
int key,
int parentID,
float weight,
float section)
Generate an IdeAction for use when interacting with instances of the
UIEditorCanvas produced by this factory.
|
IdeAction |
AbstractFactory.registerAction(int cmdID,
java.lang.String name,
java.lang.Integer mnemonic,
ArrayResourceBundle bundle,
int bundleKey,
int parentID,
float weight,
float section) |
Modifier and Type | Field and Description |
---|---|
static ArrayResourceBundle |
LayoutConstants.ARB |
Modifier and Type | Class and Description |
---|---|
class |
UsageArb |
class |
UsageArb_de |
class |
UsageArb_en |
class |
UsageArb_es |
class |
UsageArb_fr |
class |
UsageArb_it |
class |
UsageArb_ja |
class |
UsageArb_ko |
class |
UsageArb_pt_BR |
class |
UsageArb_zh_CN |
class |
UsageArb_zh_TW |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
UsageArb.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
Res.getInstance()
Gets the singleton instance of this bundle class.
|
Modifier and Type | Class and Description |
---|---|
class |
RcAsAdapter |
class |
RcAsAdapter_ar |
class |
RcAsAdapter_cs |
class |
RcAsAdapter_da |
class |
RcAsAdapter_de |
class |
RcAsAdapter_el |
class |
RcAsAdapter_en |
class |
RcAsAdapter_es |
class |
RcAsAdapter_fi |
class |
RcAsAdapter_fr |
class |
RcAsAdapter_hu |
class |
RcAsAdapter_it |
class |
RcAsAdapter_iw |
class |
RcAsAdapter_ja |
class |
RcAsAdapter_ko |
class |
RcAsAdapter_nl |
class |
RcAsAdapter_no |
class |
RcAsAdapter_pl |
class |
RcAsAdapter_pt |
class |
RcAsAdapter_pt_BR |
class |
RcAsAdapter_ro |
class |
RcAsAdapter_ru |
class |
RcAsAdapter_sk |
class |
RcAsAdapter_sv |
class |
RcAsAdapter_th |
class |
RcAsAdapter_tr |
class |
RcAsAdapter_zh_CN |
class |
RcAsAdapter_zh_TW |
Modifier and Type | Method and Description |
---|---|
static ArrayResourceBundle |
RcAsAdapter.getInstance()
Gets the singleton instance of this bundle class.
|