Class CloseTabIcon

java.lang.Object
org.apache.uima.tools.cpm.CloseTabIcon
All Implemented Interfaces:
Icon

class CloseTabIcon extends Object implements 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.
  • Field Details

    • x_pos

      private int x_pos
    • y_pos

      private int y_pos
    • width

      private int width
    • height

      private int height
    • fileIcon

      private Icon fileIcon
  • Constructor Details

    • CloseTabIcon

      public CloseTabIcon(Icon fileIcon)
  • Method Details