Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

alma::acs::logging::errorbrowser::TabComponent Class Reference

List of all members.

Public Member Functions

 TabComponent (final JTabbedPane pane)

Private Attributes

final JTabbedPane pane

Static Private Attributes

final MouseListener buttonMouseListener

Detailed Description

The panel shows as title for the tabs of the error browser.

It is composed of a label and a button to close the tab

Author:
acaproni


Constructor & Destructor Documentation

alma::acs::logging::errorbrowser::TabComponent::TabComponent final JTabbedPane  pane  )  [inline]
 

Constructor

Parameters:
pane The JTabbedPane having this component as title


Member Data Documentation

final MouseListener alma::acs::logging::errorbrowser::TabComponent::buttonMouseListener [static, private]
 

Initial value:

new MouseAdapter() { @Override public void mouseEntered(MouseEvent e) { Component component = e.getComponent(); if (component instanceof AbstractButton) { AbstractButton button = (AbstractButton) component; button.setBorderPainted(true); } } @Override public void mouseExited(MouseEvent e) { Component component = e.getComponent(); if (component instanceof AbstractButton) { AbstractButton button = (AbstractButton) component; button.setBorderPainted(false); } } }
The listener for mouse events

final JTabbedPane alma::acs::logging::errorbrowser::TabComponent::pane [private]
 

The tabbed pane having this TabComponent as title


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 02:53:52 2009 for ACS Java API by doxygen 1.3.8