Package org.apache.uima.tools.cpm
Class CloseTabIcon
- java.lang.Object
-
- org.apache.uima.tools.cpm.CloseTabIcon
-
- All Implemented Interfaces:
javax.swing.Icon
class CloseTabIcon extends java.lang.Object implements javax.swing.IconThe class which generates the 'X' icon for the tabs. The constructor accepts an icon which is extra to the 'X' icon, so you can have tabs like in JBuilder. This value is null if no extra icon is required.
-
-
Constructor Summary
Constructors Constructor Description CloseTabIcon(javax.swing.Icon fileIcon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.RectanglegetBounds()intgetIconHeight()intgetIconWidth()voidpaintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
-
-
-
Method Detail
-
paintIcon
public void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)- Specified by:
paintIconin interfacejavax.swing.Icon
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidthin interfacejavax.swing.Icon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeightin interfacejavax.swing.Icon
-
getBounds
public java.awt.Rectangle getBounds()
-
-