|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.ResourceBundle
oracle.ide.util.ArrayResourceBundle
oracle.ide.resource.IdeIcons
public final class IdeIcons
This class exists only for backward compatibility. Use the oracle.javatools.icons.OracleIcons API to obtain icons.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.ResourceBundle |
|---|
java.util.ResourceBundle.Control |
| Field Summary | |
|---|---|
static int |
BACK_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
BLANK_ICON
|
static int |
CLASS_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
CONNECTIONS_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
DEFAULT_EDITOR_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
DISABLED_DOWN_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
DISABLED_UP_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
DOWN_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
DRAWER_HANDLE
Deprecated. with no replacement |
static int |
DRAWER_MINIMIZE
Deprecated. use the OracleIcons API in icons.jar. |
static int |
DRAWER_MINTRAY
Deprecated. with no replacement. |
static int |
DRAWER_MINTRAY_FULL
Deprecated. with no replacement. |
static int |
DRAWER_TRIANGLE
Deprecated. with no replacement. |
static int |
EDIT_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
FEEDBACK_ICON
Deprecated. with no replacement. |
static int |
FILE_NODE_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
FOLDER_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
GLOBAL_LIBRARIES_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
HOME_32x32_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
HTML_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
IMAGE_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
JAR_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
JAVA_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
JAVA_NODE_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
JSP_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
MISCELLANEOUS_FILES_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
OPEN_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
PACKAGE_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
PROJECT_32x32_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
PROJECT_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
SHUTTLE_LEFT
Deprecated. use the OracleIcons API in icons.jar. |
static int |
TEXT_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
UP_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
USER_32x32_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
WORKSPACE_32x32_ICON
Deprecated. use the OracleIcons API in icons.jar. |
static int |
WORKSPACE_ICON
Deprecated. use the OracleIcons API in icons.jar. |
| Fields inherited from class java.util.ResourceBundle |
|---|
parent |
| Constructor Summary | |
|---|---|
IdeIcons()
|
|
| 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 |
|---|
public static final int DRAWER_MINIMIZE
OracleIcons API in icons.jar.public static final int CLASS_ICON
OracleIcons API in icons.jar.public static final int CONNECTIONS_ICON
OracleIcons API in icons.jar.public static final int DISABLED_DOWN_ICON
OracleIcons API in icons.jar.public static final int HOME_32x32_ICON
OracleIcons API in icons.jar.public static final int UP_ICON
OracleIcons API in icons.jar.public static final int DRAWER_MINTRAY
public static final int FEEDBACK_ICON
public static final int GLOBAL_LIBRARIES_ICON
OracleIcons API in icons.jar.public static final int DOWN_ICON
OracleIcons API in icons.jar.public static final int HTML_ICON
OracleIcons API in icons.jar.public static final int DRAWER_HANDLE
public static final int TEXT_ICON
OracleIcons API in icons.jar.public static final int PROJECT_ICON
OracleIcons API in icons.jar.public static final int USER_32x32_ICON
OracleIcons API in icons.jar.public static final int DRAWER_TRIANGLE
public static final int IMAGE_ICON
OracleIcons API in icons.jar.public static final int SHUTTLE_LEFT
OracleIcons API in icons.jar.public static final int WORKSPACE_32x32_ICON
OracleIcons API in icons.jar.public static final int WORKSPACE_ICON
OracleIcons API in icons.jar.public static final int DEFAULT_EDITOR_ICON
OracleIcons API in icons.jar.public static final int DISABLED_UP_ICON
OracleIcons API in icons.jar.public static final int BACK_ICON
OracleIcons API in icons.jar.public static final int BLANK_ICON
public static final int PROJECT_32x32_ICON
OracleIcons API in icons.jar.public static final int DRAWER_MINTRAY_FULL
public static final int FOLDER_ICON
OracleIcons API in icons.jar.public static final int JAVA_NODE_ICON
OracleIcons API in icons.jar.public static final int FILE_NODE_ICON
OracleIcons API in icons.jar.public static final int PACKAGE_ICON
OracleIcons API in icons.jar.public static final int EDIT_ICON
OracleIcons API in icons.jar.public static final int MISCELLANEOUS_FILES_ICON
OracleIcons API in icons.jar.public static final int JAR_ICON
OracleIcons API in icons.jar.public static final int JSP_ICON
OracleIcons API in icons.jar.public static final int OPEN_ICON
OracleIcons API in icons.jar.public static final int JAVA_ICON
OracleIcons API in icons.jar.| Constructor Detail |
|---|
public IdeIcons()
| Method Detail |
|---|
public static final ArrayResourceBundle getInstance()
protected java.lang.Object[] getContents()
getContents in class ArrayResourceBundlepublic static java.lang.String getString(int key)
public static char getChar(int key)
public static java.lang.Integer getInteger(int key)
public static javax.swing.Icon getIcon(int key)
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 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||