Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

oracle.apps.fnd.applcore.dt.patterns.metadata.icons
Class IconResources

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.patterns.metadata.icons.IconResources

public final class IconResources
extends java.lang.Object

A Simple class for looking up and returning icons specific to this project.

Author:
David Groves <david.groves@oracle.com>

Field Summary
static java.lang.String APPLICATION_PANEL
          Applications Panel image.
static java.lang.String APPLICATION_POPUP
          Applications Popup image.
static java.lang.String APPLICATION_POPUP_WIZARD
          Applications Popup Wizard image.
static java.lang.String APPLICATION_TABLE
          Applications Table image.
static java.lang.String APPLICATION_TREE_TABLE
          Applications Tree Table image.
static java.lang.String BUTTON
          Button image.
static java.lang.String COLUMN
          Column image.
static java.lang.String DIALOG
          Panel Form Layout image.
static java.lang.String FACET
          Facet image.
static java.lang.String NON_LINEAR_NEXT_ICON
          Non-linear next image.
static java.lang.String NON_LINEAR_PREV_ICON
          Non-linear previous image.
static java.lang.String PANEL_FORM_LAYOUT
          Panel Form Layout image.
 
Method Summary
static javax.swing.ImageIcon getImageIcon(java.lang.String name)
          Get an Icon from the classpath with the given name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION_POPUP

public static final java.lang.String APPLICATION_POPUP
Applications Popup image.

See Also:
Constant Field Values

APPLICATION_POPUP_WIZARD

public static final java.lang.String APPLICATION_POPUP_WIZARD
Applications Popup Wizard image.

See Also:
Constant Field Values

APPLICATION_TABLE

public static final java.lang.String APPLICATION_TABLE
Applications Table image.

See Also:
Constant Field Values

APPLICATION_PANEL

public static final java.lang.String APPLICATION_PANEL
Applications Panel image.

See Also:
Constant Field Values

APPLICATION_TREE_TABLE

public static final java.lang.String APPLICATION_TREE_TABLE
Applications Tree Table image.

See Also:
Constant Field Values

PANEL_FORM_LAYOUT

public static final java.lang.String PANEL_FORM_LAYOUT
Panel Form Layout image.

See Also:
Constant Field Values

DIALOG

public static final java.lang.String DIALOG
Panel Form Layout image.

See Also:
Constant Field Values

FACET

public static final java.lang.String FACET
Facet image.

See Also:
Constant Field Values

COLUMN

public static final java.lang.String COLUMN
Column image.

See Also:
Constant Field Values

BUTTON

public static final java.lang.String BUTTON
Button image.

See Also:
Constant Field Values

NON_LINEAR_PREV_ICON

public static final java.lang.String NON_LINEAR_PREV_ICON
Non-linear previous image.

See Also:
Constant Field Values

NON_LINEAR_NEXT_ICON

public static final java.lang.String NON_LINEAR_NEXT_ICON
Non-linear next image.

See Also:
Constant Field Values
Method Detail

getImageIcon

public static javax.swing.ImageIcon getImageIcon(java.lang.String name)
Get an Icon from the classpath with the given name.

Parameters:
name - nae of icon
Returns:
ImageIcon for this string, null if cannot be found.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.