Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.2)

E13403-10


oracle.ide.keyboard
Class KeyStrokeArb

java.lang.Object
  extended by java.util.ResourceBundle
      extended by oracle.ide.util.ArrayResourceBundle
          extended by oracle.ide.keyboard.KeyStrokeArb


public final class KeyStrokeArb
extends ArrayResourceBundle

Nested Class Summary

 

Nested classes/interfaces inherited from class java.util.ResourceBundle
java.util.ResourceBundle.Control

 

Field Summary
static int KEYSTROKE_EXPORT_DLG_TITLE
           
static int KEYSTROKE_EXPORT_FAILED_MSG_FMT
           
static int KEYSTROKE_EXPORT_FAILED_TITLE
           
static int KEYSTROKE_EXPORT_FILE_EXISTS_MSG_FMT
           
static int KEYSTROKE_EXPORT_FILE_EXISTS_TITLE
           
static int KEYSTROKE_EXPORT_READ_ONLY_FILE_MSG_FMT
           
static int KEYSTROKE_EXPORT_READ_ONLY_FILE_TITLE
           
static int KEYSTROKE_IMPORT_CONFIRMATION_MSG
           
static int KEYSTROKE_IMPORT_CONFIRMATION_TITLE
           
static int KEYSTROKE_IMPORT_DLG_TITLE
           
static int KEYSTROKE_IMPORT_EXPORT_DLG_URL_FILTER
           
static int KEYSTROKE_IMPORT_FAILED_MSG
           
static int KEYSTROKE_IMPORT_FAILED_TITLE
           
static int KEYSTROKE_PANEL_ASSIGN_SHORTCUT
           
static int KEYSTROKE_PANEL_CANCEL
           
static int KEYSTROKE_PANEL_CONFLICT
           
static int KEYSTROKE_PANEL_CONFLICT_HINT
           
static int KEYSTROKE_PANEL_DUPLICATE_TOOLTIP
           
static int KEYSTROKE_PANEL_EXPORT_PRESET
           
static int KEYSTROKE_PANEL_EXPORT_PRESET_MNEMONIC
           
static int KEYSTROKE_PANEL_HIDE_UNMAPPED_COMMANDS
           
static int KEYSTROKE_PANEL_IMPORT_PRESET
           
static int KEYSTROKE_PANEL_IMPORT_PRESET_MNEMONIC
           
static int KEYSTROKE_PANEL_LOAD_PRESET
           
static int KEYSTROKE_PANEL_LOAD_PRESET_CONFIRMATION_MSG
           
static int KEYSTROKE_PANEL_LOAD_PRESET_CONFIRMATION_TITLE
           
static int KEYSTROKE_PANEL_LOAD_PRESET_DLG_TITLE
           
static int KEYSTROKE_PANEL_LOAD_PRESET_HINT
           
static int KEYSTROKE_PANEL_LOAD_PRESET_MNEMONIC
           
static int KEYSTROKE_PANEL_LOAD_PRESET_PRESETS_LABEL
           
static int KEYSTROKE_PANEL_MORE_ACTIONS
           
static int KEYSTROKE_PANEL_NEW_SHORTCUT
           
static int KEYSTROKE_PANEL_OK
           
static int KEYSTROKE_PANEL_OTHER_CATEGORY
           
static int KEYSTROKE_PANEL_REMOVE_TOOLTIP
           
static int KEYSTROKE_PANEL_SEARCH_FIELD_PROMPT
           
static int KEYSTROKE_PANEL_TABLE_COLUMN_CATEGORY
          Identifies keys to access localizable object
static int KEYSTROKE_PANEL_TABLE_COLUMN_COMMAND
           
static int KEYSTROKE_PANEL_TABLE_COLUMN_SHORTCUT
           
static int KEYSTROKE_PANEL_TABLE_LABEL
           

 

Fields inherited from class java.util.ResourceBundle
parent

 

Constructor Summary
KeyStrokeArb()
           

 

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 javax.swing.KeyStroke getAccelerator(int key)
           
static char getChar(int key)
          Gets the character associated with the specified resource id.
protected  java.lang.Object[] getContents()
          Gets the localizable objects
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
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

KEYSTROKE_PANEL_TABLE_COLUMN_CATEGORY

public static final int KEYSTROKE_PANEL_TABLE_COLUMN_CATEGORY
Identifies keys to access localizable object
See Also:
Constant Field Values

KEYSTROKE_PANEL_TABLE_COLUMN_COMMAND

public static final int KEYSTROKE_PANEL_TABLE_COLUMN_COMMAND
See Also:
Constant Field Values

KEYSTROKE_PANEL_TABLE_COLUMN_SHORTCUT

public static final int KEYSTROKE_PANEL_TABLE_COLUMN_SHORTCUT
See Also:
Constant Field Values

KEYSTROKE_PANEL_TABLE_LABEL

public static final int KEYSTROKE_PANEL_TABLE_LABEL
See Also:
Constant Field Values

KEYSTROKE_PANEL_SEARCH_FIELD_PROMPT

public static final int KEYSTROKE_PANEL_SEARCH_FIELD_PROMPT
See Also:
Constant Field Values

KEYSTROKE_PANEL_NEW_SHORTCUT

public static final int KEYSTROKE_PANEL_NEW_SHORTCUT
See Also:
Constant Field Values

KEYSTROKE_PANEL_CONFLICT

public static final int KEYSTROKE_PANEL_CONFLICT
See Also:
Constant Field Values

KEYSTROKE_PANEL_CONFLICT_HINT

public static final int KEYSTROKE_PANEL_CONFLICT_HINT
See Also:
Constant Field Values

KEYSTROKE_PANEL_OTHER_CATEGORY

public static final int KEYSTROKE_PANEL_OTHER_CATEGORY
See Also:
Constant Field Values

KEYSTROKE_PANEL_HIDE_UNMAPPED_COMMANDS

public static final int KEYSTROKE_PANEL_HIDE_UNMAPPED_COMMANDS
See Also:
Constant Field Values

KEYSTROKE_PANEL_DUPLICATE_TOOLTIP

public static final int KEYSTROKE_PANEL_DUPLICATE_TOOLTIP
See Also:
Constant Field Values

KEYSTROKE_PANEL_REMOVE_TOOLTIP

public static final int KEYSTROKE_PANEL_REMOVE_TOOLTIP
See Also:
Constant Field Values

KEYSTROKE_PANEL_ASSIGN_SHORTCUT

public static final int KEYSTROKE_PANEL_ASSIGN_SHORTCUT
See Also:
Constant Field Values

KEYSTROKE_PANEL_MORE_ACTIONS

public static final int KEYSTROKE_PANEL_MORE_ACTIONS
See Also:
Constant Field Values

KEYSTROKE_PANEL_IMPORT_PRESET

public static final int KEYSTROKE_PANEL_IMPORT_PRESET
See Also:
Constant Field Values

KEYSTROKE_PANEL_IMPORT_PRESET_MNEMONIC

public static final int KEYSTROKE_PANEL_IMPORT_PRESET_MNEMONIC
See Also:
Constant Field Values

KEYSTROKE_PANEL_EXPORT_PRESET

public static final int KEYSTROKE_PANEL_EXPORT_PRESET
See Also:
Constant Field Values

KEYSTROKE_PANEL_EXPORT_PRESET_MNEMONIC

public static final int KEYSTROKE_PANEL_EXPORT_PRESET_MNEMONIC
See Also:
Constant Field Values

KEYSTROKE_PANEL_LOAD_PRESET

public static final int KEYSTROKE_PANEL_LOAD_PRESET
See Also:
Constant Field Values

KEYSTROKE_PANEL_LOAD_PRESET_MNEMONIC

public static final int KEYSTROKE_PANEL_LOAD_PRESET_MNEMONIC
See Also:
Constant Field Values

KEYSTROKE_PANEL_LOAD_PRESET_DLG_TITLE

public static final int KEYSTROKE_PANEL_LOAD_PRESET_DLG_TITLE
See Also:
Constant Field Values

KEYSTROKE_PANEL_LOAD_PRESET_HINT

public static final int KEYSTROKE_PANEL_LOAD_PRESET_HINT
See Also:
Constant Field Values

KEYSTROKE_PANEL_LOAD_PRESET_PRESETS_LABEL

public static final int KEYSTROKE_PANEL_LOAD_PRESET_PRESETS_LABEL
See Also:
Constant Field Values

KEYSTROKE_PANEL_LOAD_PRESET_CONFIRMATION_TITLE

public static final int KEYSTROKE_PANEL_LOAD_PRESET_CONFIRMATION_TITLE
See Also:
Constant Field Values

KEYSTROKE_PANEL_LOAD_PRESET_CONFIRMATION_MSG

public static final int KEYSTROKE_PANEL_LOAD_PRESET_CONFIRMATION_MSG
See Also:
Constant Field Values

KEYSTROKE_PANEL_OK

public static final int KEYSTROKE_PANEL_OK
See Also:
Constant Field Values

KEYSTROKE_PANEL_CANCEL

public static final int KEYSTROKE_PANEL_CANCEL
See Also:
Constant Field Values

KEYSTROKE_IMPORT_DLG_TITLE

public static final int KEYSTROKE_IMPORT_DLG_TITLE
See Also:
Constant Field Values

KEYSTROKE_IMPORT_FAILED_TITLE

public static final int KEYSTROKE_IMPORT_FAILED_TITLE
See Also:
Constant Field Values

KEYSTROKE_IMPORT_FAILED_MSG

public static final int KEYSTROKE_IMPORT_FAILED_MSG
See Also:
Constant Field Values

KEYSTROKE_IMPORT_CONFIRMATION_TITLE

public static final int KEYSTROKE_IMPORT_CONFIRMATION_TITLE
See Also:
Constant Field Values

KEYSTROKE_IMPORT_CONFIRMATION_MSG

public static final int KEYSTROKE_IMPORT_CONFIRMATION_MSG
See Also:
Constant Field Values

KEYSTROKE_EXPORT_DLG_TITLE

public static final int KEYSTROKE_EXPORT_DLG_TITLE
See Also:
Constant Field Values

KEYSTROKE_EXPORT_FAILED_TITLE

public static final int KEYSTROKE_EXPORT_FAILED_TITLE
See Also:
Constant Field Values

KEYSTROKE_EXPORT_FAILED_MSG_FMT

public static final int KEYSTROKE_EXPORT_FAILED_MSG_FMT
See Also:
Constant Field Values

KEYSTROKE_EXPORT_FILE_EXISTS_TITLE

public static final int KEYSTROKE_EXPORT_FILE_EXISTS_TITLE
See Also:
Constant Field Values

KEYSTROKE_EXPORT_FILE_EXISTS_MSG_FMT

public static final int KEYSTROKE_EXPORT_FILE_EXISTS_MSG_FMT
See Also:
Constant Field Values

KEYSTROKE_EXPORT_READ_ONLY_FILE_TITLE

public static final int KEYSTROKE_EXPORT_READ_ONLY_FILE_TITLE
See Also:
Constant Field Values

KEYSTROKE_EXPORT_READ_ONLY_FILE_MSG_FMT

public static final int KEYSTROKE_EXPORT_READ_ONLY_FILE_MSG_FMT
See Also:
Constant Field Values

KEYSTROKE_IMPORT_EXPORT_DLG_URL_FILTER

public static final int KEYSTROKE_IMPORT_EXPORT_DLG_URL_FILTER
See Also:
Constant Field Values

Constructor Detail

KeyStrokeArb

public KeyStrokeArb()

Method Detail

getInstance

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

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

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)

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)

getAccelerator

public static javax.swing.KeyStroke getAccelerator(int key)

getMnemonic

public static char getMnemonic(int key)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.2)

E13403-10


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