GrammarScope  4.0.0
Public Member Functions | Static Private Attributes | List of all members
grammarscope.browser.components.ButtonTabComponent Class Reference
Inheritance diagram for grammarscope.browser.components.ButtonTabComponent:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.browser.components.ButtonTabComponent:
Collaboration graph
[legend]

Public Member Functions

 ButtonTabComponent (final String title, final ActionListener actionListener)
 

Static Private Attributes

static final long serialVersionUID = 3022863610428104065L
 
static final Icon defaultIcon = new ImageIcon(ButtonTabComponent.class.getResource("images/close_default.png"))
 
static final Icon rolloverIcon = new ImageIcon(ButtonTabComponent.class.getResource("images/close_rollover.png"))
 
static final Icon pressedIcon = new ImageIcon(ButtonTabComponent.class.getResource("images/close_pressed.png"))
 

Detailed Description

Component to be used as tabComponent; Contains a JLabel to show the text and a JButton to close the tab it belongs to. Copyright (c) 1995 - 2008 Sun Microsystems, Inc. All rights reserved.

Constructor & Destructor Documentation

◆ ButtonTabComponent()

grammarscope.browser.components.ButtonTabComponent.ButtonTabComponent ( final String  title,
final ActionListener  actionListener 
)

Constructor

Parameters
titletitle
actionListeneraction listener to invoke

Member Data Documentation

◆ defaultIcon

final Icon grammarscope.browser.components.ButtonTabComponent.defaultIcon = new ImageIcon(ButtonTabComponent.class.getResource("images/close_default.png"))
staticprivate

Default icon

◆ pressedIcon

final Icon grammarscope.browser.components.ButtonTabComponent.pressedIcon = new ImageIcon(ButtonTabComponent.class.getResource("images/close_pressed.png"))
staticprivate

Pressed icon

◆ rolloverIcon

final Icon grammarscope.browser.components.ButtonTabComponent.rolloverIcon = new ImageIcon(ButtonTabComponent.class.getResource("images/close_rollover.png"))
staticprivate

Rollover icon

◆ serialVersionUID

final long grammarscope.browser.components.ButtonTabComponent.serialVersionUID = 3022863610428104065L
staticprivate

The documentation for this class was generated from the following file: