Extension SDK

oracle.jdeveloper.compiler
Class CompArb

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byoracle.ide.util.ArrayResourceBundle
          extended byoracle.jdeveloper.compiler.CompArb

public final class CompArb
extends ArrayResourceBundle


Field Summary
static int BUILD_MENU
          Identifies keys to access localizable object
static int BUILD_PROJECT
           
static int BUILD_PROJECT_ICON
           
static int BUILD_PROJECT_MNEMONIC
           
static int BUILD_SELECTED
           
static int BUILD_SELECTED_ICON
           
static int BUILD_SELECTED_MNEMONIC
           
static int BUILD_SELECTED_STRING
           
static int BUILD_WORKSPACE
           
static int BUILD_WORKSPACE_ICON
           
static int BUILD_WORKSPACE_MNEMONIC
           
static int CANCEL_BUILD
           
static int CANCEL_BUILD_ICON
           
static int CANCEL_BUILD_MNEMONIC
           
static int COMPILE_FATAL_EXCEPTION
           
static int COMPILE_FINISH
           
static int COMPILE_START
           
static int COMPILE_STARTING
           
static int COMPILE_SUCCESSFUL
           
static int COMPILER_ERROR_ICON
           
static int COMPILER_GROUP_DESCRIPTION
           
static int COMPILER_GROUP_NAME
           
static int COMPILER_PAGE_NAME
           
static int COMPILER_PAGE_TOOLTIP
           
static int COMPILER_WARNING_ICON
           
static int COPY_IGNORE_SOURCE_NAME
           
static int COPY_INVALID_NODE_NAME_ERROR
           
static int COPY_NO_OUTPUTDIR_ERROR
           
static int COPY_READONLY_ERROR
           
static int COPY_SHOW_SOURCE_NAME
           
static int COPY_SOURCE_NOT_FOUND_ERROR
           
static int COPY_WRITE_ERROR
           
static int ERROR_PREFIX
           
static int MAKE_PROJECT
           
static int MAKE_PROJECT_ICON
           
static int MAKE_PROJECT_MNEMONIC
           
static int MAKE_SELECTED
           
static int MAKE_SELECTED_ICON
           
static int MAKE_SELECTED_MNEMONIC
           
static int MAKE_SELECTED_STRING
           
static int MAKE_WORKSPACE
           
static int MAKE_WORKSPACE_ICON
           
static int MAKE_WORKSPACE_MNEMONIC
           
static int MESSAGE_INVALID_ARCHIVE
           
static int OJC_CONFIG_PANE_ASSERTIONS_ENABLED
           
static int OJC_CONFIG_PANE_COPY_RES_TYPES
           
static int OJC_CONFIG_PANE_DEBUG_INFO
           
static int OJC_CONFIG_PANE_ENCODING
           
static int OJC_CONFIG_PANE_EXCLUDE_CLASS
           
static int OJC_CONFIG_PANE_MODIFY
           
static int OJC_CONFIG_PANE_OBFUSCATE
           
static int OJC_CONFIG_PANE_SHOW_COMPILE_PROGRESS
           
static int OJC_CONFIG_PANE_SHOW_DEPRECATED
           
static int OJC_CONFIG_PANE_SHOW_OBJECT_DOT_STATIC
           
static int OJC_CONFIG_PANE_SHOW_PARTIAL_IMPORT_WARNINGS
           
static int OJC_CONFIG_PANE_SHOW_SELF_DEPRECATED
           
static int OJC_CONFIG_PANE_SHOW_UNUSED_IMPORT_WARNINGS
           
static int OJC_CONFIG_PANE_SHOW_WARNINGS
           
static int OJC_CONFIG_PANE_TAB_NAME
           
static int OJC_CONFIG_PANE_TARGET_PREFIX
           
static int OJC_CONFIG_PANE_UPDATE_IMPORTS
           
static int OJC_CONFIG_PANE_UPDATE_ZIPJAR
           
static int OJC_CONFIG_PANE_USEDEFAULTENCODING
           
static int PROJECT_LABEL
           
static int SELECTED_STRING
           
static int WARNING_PREFIX
           
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
CompArb()
           
 
Method Summary
static java.lang.String format(int index, java.lang.Object param1)
           
static java.lang.String format(int index, java.lang.Object[] params)
           
static java.lang.String format(int index, java.lang.Object param1, java.lang.Object param2)
           
static java.lang.String format(int index, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3)
           
static char getChar(int key)
          Gets the character associated with the specified resource id.
protected  java.lang.Object[] getContents()
          Gets the localizable objects
static javax.swing.Icon getIcon(int key)
           
static java.awt.Image getImage(int key)
           
static ArrayResourceBundle getInstance()
          Gets the singleton instance of this bundle class.
static java.lang.Integer getInteger(int key)
           
static char getMnemonic(int key)
           
static java.lang.String getString(int key)
          Gets the string associated with the specified resource id.
 
Methods inherited from class oracle.ide.util.ArrayResourceBundle
formatImpl, formatImpl, formatImpl, formatImpl, getAcceleratorImpl, getCharImpl, getFontImpl, getIconImpl, getImageIconImpl, getImageImpl, getIntegerImpl, getKeys, getMnemonicImpl, getObject, getObjectImpl, getStringArray, getStringImpl, getUncachedIconImpl, getUncachedImageImpl, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUILD_MENU

public static final int BUILD_MENU
Identifies keys to access localizable object

See Also:
Constant Field Values

SELECTED_STRING

public static final int SELECTED_STRING
See Also:
Constant Field Values

MAKE_SELECTED_STRING

public static final int MAKE_SELECTED_STRING
See Also:
Constant Field Values

MAKE_SELECTED

public static final int MAKE_SELECTED
See Also:
Constant Field Values

MAKE_SELECTED_MNEMONIC

public static final int MAKE_SELECTED_MNEMONIC
See Also:
Constant Field Values

MAKE_SELECTED_ICON

public static final int MAKE_SELECTED_ICON
See Also:
Constant Field Values

BUILD_SELECTED_STRING

public static final int BUILD_SELECTED_STRING
See Also:
Constant Field Values

BUILD_SELECTED

public static final int BUILD_SELECTED
See Also:
Constant Field Values

BUILD_SELECTED_MNEMONIC

public static final int BUILD_SELECTED_MNEMONIC
See Also:
Constant Field Values

BUILD_SELECTED_ICON

public static final int BUILD_SELECTED_ICON
See Also:
Constant Field Values

MAKE_PROJECT

public static final int MAKE_PROJECT
See Also:
Constant Field Values

MAKE_PROJECT_MNEMONIC

public static final int MAKE_PROJECT_MNEMONIC
See Also:
Constant Field Values

MAKE_PROJECT_ICON

public static final int MAKE_PROJECT_ICON
See Also:
Constant Field Values

BUILD_PROJECT

public static final int BUILD_PROJECT
See Also:
Constant Field Values

BUILD_PROJECT_MNEMONIC

public static final int BUILD_PROJECT_MNEMONIC
See Also:
Constant Field Values

BUILD_PROJECT_ICON

public static final int BUILD_PROJECT_ICON
See Also:
Constant Field Values

MAKE_WORKSPACE

public static final int MAKE_WORKSPACE
See Also:
Constant Field Values

MAKE_WORKSPACE_MNEMONIC

public static final int MAKE_WORKSPACE_MNEMONIC
See Also:
Constant Field Values

MAKE_WORKSPACE_ICON

public static final int MAKE_WORKSPACE_ICON
See Also:
Constant Field Values

BUILD_WORKSPACE

public static final int BUILD_WORKSPACE
See Also:
Constant Field Values

BUILD_WORKSPACE_MNEMONIC

public static final int BUILD_WORKSPACE_MNEMONIC
See Also:
Constant Field Values

BUILD_WORKSPACE_ICON

public static final int BUILD_WORKSPACE_ICON
See Also:
Constant Field Values

CANCEL_BUILD

public static final int CANCEL_BUILD
See Also:
Constant Field Values

CANCEL_BUILD_MNEMONIC

public static final int CANCEL_BUILD_MNEMONIC
See Also:
Constant Field Values

CANCEL_BUILD_ICON

public static final int CANCEL_BUILD_ICON
See Also:
Constant Field Values

ERROR_PREFIX

public static final int ERROR_PREFIX
See Also:
Constant Field Values

WARNING_PREFIX

public static final int WARNING_PREFIX
See Also:
Constant Field Values

COMPILER_ERROR_ICON

public static final int COMPILER_ERROR_ICON
See Also:
Constant Field Values

COMPILER_WARNING_ICON

public static final int COMPILER_WARNING_ICON
See Also:
Constant Field Values

COMPILER_PAGE_NAME

public static final int COMPILER_PAGE_NAME
See Also:
Constant Field Values

COMPILER_PAGE_TOOLTIP

public static final int COMPILER_PAGE_TOOLTIP
See Also:
Constant Field Values

COMPILE_START

public static final int COMPILE_START
See Also:
Constant Field Values

COMPILE_STARTING

public static final int COMPILE_STARTING
See Also:
Constant Field Values

COMPILE_SUCCESSFUL

public static final int COMPILE_SUCCESSFUL
See Also:
Constant Field Values

COMPILE_FATAL_EXCEPTION

public static final int COMPILE_FATAL_EXCEPTION
See Also:
Constant Field Values

OJC_CONFIG_PANE_TAB_NAME

public static final int OJC_CONFIG_PANE_TAB_NAME
See Also:
Constant Field Values

OJC_CONFIG_PANE_DEBUG_INFO

public static final int OJC_CONFIG_PANE_DEBUG_INFO
See Also:
Constant Field Values

OJC_CONFIG_PANE_SHOW_WARNINGS

public static final int OJC_CONFIG_PANE_SHOW_WARNINGS
See Also:
Constant Field Values

OJC_CONFIG_PANE_SHOW_UNUSED_IMPORT_WARNINGS

public static final int OJC_CONFIG_PANE_SHOW_UNUSED_IMPORT_WARNINGS
See Also:
Constant Field Values

OJC_CONFIG_PANE_SHOW_PARTIAL_IMPORT_WARNINGS

public static final int OJC_CONFIG_PANE_SHOW_PARTIAL_IMPORT_WARNINGS
See Also:
Constant Field Values

OJC_CONFIG_PANE_SHOW_DEPRECATED

public static final int OJC_CONFIG_PANE_SHOW_DEPRECATED
See Also:
Constant Field Values

OJC_CONFIG_PANE_SHOW_SELF_DEPRECATED

public static final int OJC_CONFIG_PANE_SHOW_SELF_DEPRECATED
See Also:
Constant Field Values

OJC_CONFIG_PANE_SHOW_OBJECT_DOT_STATIC

public static final int OJC_CONFIG_PANE_SHOW_OBJECT_DOT_STATIC
See Also:
Constant Field Values

OJC_CONFIG_PANE_OBFUSCATE

public static final int OJC_CONFIG_PANE_OBFUSCATE
See Also:
Constant Field Values

OJC_CONFIG_PANE_UPDATE_IMPORTS

public static final int OJC_CONFIG_PANE_UPDATE_IMPORTS
See Also:
Constant Field Values

OJC_CONFIG_PANE_UPDATE_ZIPJAR

public static final int OJC_CONFIG_PANE_UPDATE_ZIPJAR
See Also:
Constant Field Values

OJC_CONFIG_PANE_SHOW_COMPILE_PROGRESS

public static final int OJC_CONFIG_PANE_SHOW_COMPILE_PROGRESS
See Also:
Constant Field Values

OJC_CONFIG_PANE_ASSERTIONS_ENABLED

public static final int OJC_CONFIG_PANE_ASSERTIONS_ENABLED
See Also:
Constant Field Values

OJC_CONFIG_PANE_EXCLUDE_CLASS

public static final int OJC_CONFIG_PANE_EXCLUDE_CLASS
See Also:
Constant Field Values

OJC_CONFIG_PANE_ENCODING

public static final int OJC_CONFIG_PANE_ENCODING
See Also:
Constant Field Values

OJC_CONFIG_PANE_USEDEFAULTENCODING

public static final int OJC_CONFIG_PANE_USEDEFAULTENCODING
See Also:
Constant Field Values

OJC_CONFIG_PANE_MODIFY

public static final int OJC_CONFIG_PANE_MODIFY
See Also:
Constant Field Values

OJC_CONFIG_PANE_COPY_RES_TYPES

public static final int OJC_CONFIG_PANE_COPY_RES_TYPES
See Also:
Constant Field Values

OJC_CONFIG_PANE_TARGET_PREFIX

public static final int OJC_CONFIG_PANE_TARGET_PREFIX
See Also:
Constant Field Values

COPY_READONLY_ERROR

public static final int COPY_READONLY_ERROR
See Also:
Constant Field Values

COPY_WRITE_ERROR

public static final int COPY_WRITE_ERROR
See Also:
Constant Field Values

COPY_SOURCE_NOT_FOUND_ERROR

public static final int COPY_SOURCE_NOT_FOUND_ERROR
See Also:
Constant Field Values

COPY_INVALID_NODE_NAME_ERROR

public static final int COPY_INVALID_NODE_NAME_ERROR
See Also:
Constant Field Values

COPY_NO_OUTPUTDIR_ERROR

public static final int COPY_NO_OUTPUTDIR_ERROR
See Also:
Constant Field Values

COMPILE_FINISH

public static final int COMPILE_FINISH
See Also:
Constant Field Values

MESSAGE_INVALID_ARCHIVE

public static final int MESSAGE_INVALID_ARCHIVE
See Also:
Constant Field Values

PROJECT_LABEL

public static final int PROJECT_LABEL
See Also:
Constant Field Values

COPY_SHOW_SOURCE_NAME

public static final int COPY_SHOW_SOURCE_NAME
See Also:
Constant Field Values

COPY_IGNORE_SOURCE_NAME

public static final int COPY_IGNORE_SOURCE_NAME
See Also:
Constant Field Values

COMPILER_GROUP_NAME

public static final int COMPILER_GROUP_NAME
See Also:
Constant Field Values

COMPILER_GROUP_DESCRIPTION

public static final int COMPILER_GROUP_DESCRIPTION
See Also:
Constant Field Values
Constructor Detail

CompArb

public CompArb()
Method Detail

getInstance

public static final ArrayResourceBundle getInstance()
Gets the singleton instance of this bundle class.


getString

public static java.lang.String getString(int key)
Gets the string associated with the specified resource id. By convention all LRB's should implement a getString static method similar to the one below.


getChar

public static char getChar(int key)
Gets the character associated with the specified resource id. By convention all LRB's should implement a getChar static method similar to the one below.


getInteger

public static java.lang.Integer getInteger(int key)

getContents

protected java.lang.Object[] getContents()
Gets the localizable objects

Specified by:
getContents in class ArrayResourceBundle
Returns:
the resources of the bundle as an array

format

public static java.lang.String format(int index,
                                      java.lang.Object[] params)

format

public static java.lang.String format(int index,
                                      java.lang.Object param1)

format

public static java.lang.String format(int index,
                                      java.lang.Object param1,
                                      java.lang.Object param2)

format

public static java.lang.String format(int index,
                                      java.lang.Object param1,
                                      java.lang.Object param2,
                                      java.lang.Object param3)

getIcon

public static javax.swing.Icon getIcon(int key)

getImage

public static java.awt.Image getImage(int key)

getMnemonic

public static char getMnemonic(int key)

Extension SDK

 

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