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.Icon
The 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.Rectangle
getBounds()
int
getIconHeight()
int
getIconWidth()
void
paintIcon(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:
paintIcon
in interfacejavax.swing.Icon
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth
in interfacejavax.swing.Icon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight
in interfacejavax.swing.Icon
-
getBounds
public java.awt.Rectangle getBounds()
-
-