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

E52944-01

oracle.jdeveloper.vcs.icons
Class VCSIconArb

java.lang.Object
  extended by java.util.ResourceBundle
      extended by oracle.ide.util.ArrayResourceBundle
          extended by oracle.jdeveloper.vcs.icons.VCSIconArb

public final class VCSIconArb
extends ArrayResourceBundle


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.ResourceBundle
java.util.ResourceBundle.Control
 
Field Summary
static int ADD_ALL_ICON
           
static int ADD_ICON
           
static int CHECK_IN_ALL_ICON
           
static int CHECK_IN_ICON
           
static int COMPARE_PREVIOUS_ICON
           
static int MERGE_ICON
           
static int OPTIONS_ICON
           
static int OVERLAY_ADDED_ICON
           
static int OVERLAY_CHECKED_IN_ICON
           
static int OVERLAY_CHECKED_OUT_ICON
           
static int OVERLAY_CHECKED_OUT_UNRESERVED_ICON
           
static int OVERLAY_CONFLICTS_ICON
           
static int OVERLAY_IGNORED_ICON
           
static int OVERLAY_MODIFIED_ICON
           
static int OVERLAY_NOT_AUTHENTICATED
           
static int OVERLAY_REMOVED_ICON
          Identifies keys to access localizable object
static int OVERLAY_UNVERSIONED_ICON
           
static int PENDING_CHANGES_ICON
           
static int SYNCHRONIZE_ALL_ICON
           
static int SYNCHRONIZE_ICON
           
static int UNDO_CHECKOUT_ICON
           
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
VCSIconArb()
           
 
Method Summary
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 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

OVERLAY_REMOVED_ICON

public static final int OVERLAY_REMOVED_ICON
Identifies keys to access localizable object

See Also:
Constant Field Values

OVERLAY_CHECKED_OUT_ICON

public static final int OVERLAY_CHECKED_OUT_ICON
See Also:
Constant Field Values

OVERLAY_CHECKED_OUT_UNRESERVED_ICON

public static final int OVERLAY_CHECKED_OUT_UNRESERVED_ICON
See Also:
Constant Field Values

OVERLAY_CHECKED_IN_ICON

public static final int OVERLAY_CHECKED_IN_ICON
See Also:
Constant Field Values

OVERLAY_UNVERSIONED_ICON

public static final int OVERLAY_UNVERSIONED_ICON
See Also:
Constant Field Values

OVERLAY_ADDED_ICON

public static final int OVERLAY_ADDED_ICON
See Also:
Constant Field Values

OVERLAY_MODIFIED_ICON

public static final int OVERLAY_MODIFIED_ICON
See Also:
Constant Field Values

OVERLAY_CONFLICTS_ICON

public static final int OVERLAY_CONFLICTS_ICON
See Also:
Constant Field Values

OVERLAY_NOT_AUTHENTICATED

public static final int OVERLAY_NOT_AUTHENTICATED
See Also:
Constant Field Values

OVERLAY_IGNORED_ICON

public static final int OVERLAY_IGNORED_ICON
See Also:
Constant Field Values

ADD_ICON

public static final int ADD_ICON
See Also:
Constant Field Values

ADD_ALL_ICON

public static final int ADD_ALL_ICON
See Also:
Constant Field Values

UNDO_CHECKOUT_ICON

public static final int UNDO_CHECKOUT_ICON
See Also:
Constant Field Values

COMPARE_PREVIOUS_ICON

public static final int COMPARE_PREVIOUS_ICON
See Also:
Constant Field Values

PENDING_CHANGES_ICON

public static final int PENDING_CHANGES_ICON
See Also:
Constant Field Values

OPTIONS_ICON

public static final int OPTIONS_ICON
See Also:
Constant Field Values

MERGE_ICON

public static final int MERGE_ICON
See Also:
Constant Field Values

SYNCHRONIZE_ICON

public static final int SYNCHRONIZE_ICON
See Also:
Constant Field Values

SYNCHRONIZE_ALL_ICON

public static final int SYNCHRONIZE_ALL_ICON
See Also:
Constant Field Values

CHECK_IN_ICON

public static final int CHECK_IN_ICON
See Also:
Constant Field Values

CHECK_IN_ALL_ICON

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

VCSIconArb

public VCSIconArb()
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)

getIcon

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

getImage

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

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

E52944-01

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