![]() |
GrammarScope
4.0.0
|


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")) |
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.
| grammarscope.browser.components.ButtonTabComponent.ButtonTabComponent | ( | final String | title, |
| final ActionListener | actionListener | ||
| ) |
Constructor
| title | title |
| actionListener | action listener to invoke |
|
staticprivate |
Default icon
|
staticprivate |
Pressed icon
|
staticprivate |
Rollover icon
|
staticprivate |
1.8.17