Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.db
Class DBIcons

java.lang.Object
  extended by java.util.ResourceBundle
      extended by oracle.ide.util.ArrayResourceBundle
          extended by oracle.ide.db.DBIcons

Deprecated. Use equivalents in oracle.javatools.icons.OracleIcons

@Deprecated
public final class DBIcons
extends ArrayResourceBundle


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.ResourceBundle
java.util.ResourceBundle.Control
 
Field Summary
static int ADD_BUTTON
          Deprecated.  
static int COLUMN
          Deprecated.  
static int COMMIT_BUTTON
          Deprecated. Identifies keys to access localizable object
static int CONSTRAINTS
          Deprecated.  
static int DATABASE_HEADER
          Deprecated.  
static int DATABASE_LINK
          Deprecated.  
static int DB_CONNECTION
          Deprecated.  
static int DELETE_BUTTON
          Deprecated.  
static int DOMAIN
          Deprecated.  
static int EXPLAIN
          Deprecated.  
static int FILTER
          Deprecated.  
static int FILTER_OVERLAY
          Deprecated.  
static int FOREIGN_KEY
          Deprecated.  
static int FUNCTION
          Deprecated.  
static int HISTORY
          Deprecated.  
static int INDEX
          Deprecated.  
static int INDEXTYPE
          Deprecated.  
static int JAVA_CLASS
          Deprecated.  
static int JAVA_RESOURCE
          Deprecated.  
static int KEY
          Deprecated.  
static int MATVIEW
          Deprecated.  
static int MATVIEWLOG
          Deprecated.  
static int PACKAGE
          Deprecated.  
static int PROCEDURE
          Deprecated.  
static int RECYCLED
          Deprecated.  
static int RELATION_USAGE
          Deprecated.  
static int ROLLBACK_BUTTON
          Deprecated.  
static int SCHEMA
          Deprecated.  
static int SEQUENCE
          Deprecated.  
static int SQL
          Deprecated.  
static int SYNONYM
          Deprecated.  
static int SYNONYM_PUBLIC
          Deprecated.  
static int TABLE
          Deprecated.  
static int TRIGGER
          Deprecated.  
static int USER
          Deprecated.  
static int VIEW
          Deprecated.  
static int XML_SCHEMA
          Deprecated.  
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
DBIcons()
          Deprecated.  
 
Method Summary
static char getChar(int key)
          Deprecated. Gets the character associated with the specified resource id.
protected  java.lang.Object[] getContents()
          Deprecated. Gets the localizable objects
static javax.swing.Icon getIcon(int key)
          Deprecated.  
static java.awt.Image getImage(int key)
          Deprecated.  
static ArrayResourceBundle getInstance()
          Deprecated. Gets the singleton instance of this bundle class.
static java.lang.Integer getInteger(int key)
          Deprecated.  
static java.lang.String getString(int key)
          Deprecated. 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

COMMIT_BUTTON

public static final int COMMIT_BUTTON
Deprecated. 
Identifies keys to access localizable object

See Also:
Constant Field Values

JAVA_RESOURCE

public static final int JAVA_RESOURCE
Deprecated. 
See Also:
Constant Field Values

FUNCTION

public static final int FUNCTION
Deprecated. 
See Also:
Constant Field Values

TRIGGER

public static final int TRIGGER
Deprecated. 
See Also:
Constant Field Values

MATVIEW

public static final int MATVIEW
Deprecated. 
See Also:
Constant Field Values

SQL

public static final int SQL
Deprecated. 
See Also:
Constant Field Values

FILTER

public static final int FILTER
Deprecated. 
See Also:
Constant Field Values

INDEXTYPE

public static final int INDEXTYPE
Deprecated. 
See Also:
Constant Field Values

RECYCLED

public static final int RECYCLED
Deprecated. 
See Also:
Constant Field Values

SCHEMA

public static final int SCHEMA
Deprecated. 
See Also:
Constant Field Values

DB_CONNECTION

public static final int DB_CONNECTION
Deprecated. 
See Also:
Constant Field Values

SYNONYM

public static final int SYNONYM
Deprecated. 
See Also:
Constant Field Values

COLUMN

public static final int COLUMN
Deprecated. 
See Also:
Constant Field Values

JAVA_CLASS

public static final int JAVA_CLASS
Deprecated. 
See Also:
Constant Field Values

DATABASE_LINK

public static final int DATABASE_LINK
Deprecated. 
See Also:
Constant Field Values

VIEW

public static final int VIEW
Deprecated. 
See Also:
Constant Field Values

XML_SCHEMA

public static final int XML_SCHEMA
Deprecated. 
See Also:
Constant Field Values

TABLE

public static final int TABLE
Deprecated. 
See Also:
Constant Field Values

SYNONYM_PUBLIC

public static final int SYNONYM_PUBLIC
Deprecated. 
See Also:
Constant Field Values

MATVIEWLOG

public static final int MATVIEWLOG
Deprecated. 
See Also:
Constant Field Values

FOREIGN_KEY

public static final int FOREIGN_KEY
Deprecated. 
See Also:
Constant Field Values

EXPLAIN

public static final int EXPLAIN
Deprecated. 
See Also:
Constant Field Values

INDEX

public static final int INDEX
Deprecated. 
See Also:
Constant Field Values

DELETE_BUTTON

public static final int DELETE_BUTTON
Deprecated. 
See Also:
Constant Field Values

PACKAGE

public static final int PACKAGE
Deprecated. 
See Also:
Constant Field Values

HISTORY

public static final int HISTORY
Deprecated. 
See Also:
Constant Field Values

CONSTRAINTS

public static final int CONSTRAINTS
Deprecated. 
See Also:
Constant Field Values

RELATION_USAGE

public static final int RELATION_USAGE
Deprecated. 
See Also:
Constant Field Values

KEY

public static final int KEY
Deprecated. 
See Also:
Constant Field Values

DOMAIN

public static final int DOMAIN
Deprecated. 
See Also:
Constant Field Values

SEQUENCE

public static final int SEQUENCE
Deprecated. 
See Also:
Constant Field Values

USER

public static final int USER
Deprecated. 
See Also:
Constant Field Values

ROLLBACK_BUTTON

public static final int ROLLBACK_BUTTON
Deprecated. 
See Also:
Constant Field Values

DATABASE_HEADER

public static final int DATABASE_HEADER
Deprecated. 
See Also:
Constant Field Values

FILTER_OVERLAY

public static final int FILTER_OVERLAY
Deprecated. 
See Also:
Constant Field Values

PROCEDURE

public static final int PROCEDURE
Deprecated. 
See Also:
Constant Field Values

ADD_BUTTON

public static final int ADD_BUTTON
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

DBIcons

public DBIcons()
Deprecated. 
Method Detail

getInstance

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


getContents

protected java.lang.Object[] getContents()
Deprecated. 
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)
Deprecated. 
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)
Deprecated. 
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)
Deprecated. 

getIcon

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

getImage

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

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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