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

E13403-07

oracle.ide.explorer
Class IconOverlay

java.lang.Object
  extended by oracle.ide.explorer.IconOverlay

public class IconOverlay
extends java.lang.Object

Class holding element overlay information for an overlay cache.


Constructor Summary
IconOverlay(Displayable displayable)
          Constructor.
IconOverlay(javax.swing.Icon icon)
          Constructor.
IconOverlay(javax.swing.Icon icon, java.lang.String shortLabel, java.lang.String toolTipText)
          Constructor.
 
Method Summary
 Displayable getDisplayable()
          Gets the displayable information describing this object.
 javax.swing.Icon getIcon()
          Gets an Icon describing this object.
 java.lang.String getShortLabel()
          Gets the Short Label describing this object.
 java.lang.String getToolTipText()
          Gets the tool tip text describing this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconOverlay

public IconOverlay(Displayable displayable)
Constructor.

Parameters:
displayable - an overlay displayable.

IconOverlay

public IconOverlay(javax.swing.Icon icon)
Constructor.

Parameters:
icon - an overlay icon.

IconOverlay

public IconOverlay(javax.swing.Icon icon,
                   java.lang.String shortLabel,
                   java.lang.String toolTipText)
Constructor.

Parameters:
icon - an overlay icon.
icon - an overlay short label.
icon - an overlay tooltip text.
Method Detail

getDisplayable

public Displayable getDisplayable()
Gets the displayable information describing this object.

Returns:
the displayable.

getShortLabel

public java.lang.String getShortLabel()
Gets the Short Label describing this object.

Returns:
the Short Label.

getIcon

public javax.swing.Icon getIcon()
Gets an Icon describing this object.

Returns:
an Icon.

getToolTipText

public java.lang.String getToolTipText()
Gets the tool tip text describing this object.

Returns:
the tool tip text.

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

E13403-07

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