Extension SDK 10.1.2

oracle.ide.explorer
Class IconOverlay

java.lang.Object
  extended byoracle.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.
 
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.
Method Detail

getDisplayable

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

Returns:
the displayable.

Extension SDK

 

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