org.cagrid.gaards.ui.gridgrouper.browser
Class ContentManagerTabCloseIcon

java.lang.Object
  extended by org.cagrid.gaards.ui.gridgrouper.browser.ContentManagerTabCloseIcon
All Implemented Interfaces:
javax.swing.Icon

public class ContentManagerTabCloseIcon
extends java.lang.Object
implements javax.swing.Icon

Version:
$Id: GridGrouperBaseTreeNode.java,v 1.1 2006/08/04 03:49:26 langella Exp $
Author:
Stephen Langella, Scott Oster, Shannon Hastings, David W. Ervin

Constructor Summary
ContentManagerTabCloseIcon()
          Creates a new instance of TabCloseIcon.
ContentManagerTabCloseIcon(javax.swing.Icon icon)
          Creates a new instance of TabCloseIcon.
 
Method Summary
 int getIconHeight()
          just delegate
 int getIconWidth()
          just delegate
 void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
          when painting, remember last position painted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentManagerTabCloseIcon

public ContentManagerTabCloseIcon(javax.swing.Icon icon)
Creates a new instance of TabCloseIcon.


ContentManagerTabCloseIcon

public ContentManagerTabCloseIcon()
Creates a new instance of TabCloseIcon.

Method Detail

paintIcon

public void paintIcon(java.awt.Component c,
                      java.awt.Graphics g,
                      int x,
                      int y)
when painting, remember last position painted.

Specified by:
paintIcon in interface javax.swing.Icon

getIconWidth

public int getIconWidth()
just delegate

Specified by:
getIconWidth in interface javax.swing.Icon

getIconHeight

public int getIconHeight()
just delegate

Specified by:
getIconHeight in interface javax.swing.Icon