Package hec.util

Class ButtonTabComponent

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ButtonTabComponent extends JPanel
Component to be used as tabComponent; Contains a JLabel to show the text and a JButton to close the tab it belongs to
See Also:
  • Field Details

    • _toolTipText

      protected String _toolTipText
  • Constructor Details

    • ButtonTabComponent

      public ButtonTabComponent(JTabbedPane pane, String toolTipText)
    • ButtonTabComponent

      public ButtonTabComponent(JTabbedPane pane)
  • Method Details

    • setColor

      public void setColor(Color color)
    • init

      protected void init()