org.jppf.ui.monitoring.charts.config
Class TabConfiguration

java.lang.Object
  extended by org.jppf.ui.monitoring.charts.config.TabConfiguration

public class TabConfiguration
extends Object

This class manages the data related to the charts within a tab.

Author:
Laurent Cohen

Field Summary
 List<ChartConfiguration> configs
          The list of chart configurations contained in this tab.
 JPanel panel
          The panel that contains the configured charts.
 int position
          The position of this tab in the list of tabs.
 
Constructor Summary
TabConfiguration()
          Create a tab configuration with uninitialized parameters.
TabConfiguration(String name, int position)
          Create a tab configuration with a specified name and position.
 
Method Summary
 String toString()
          Get a string representation of this TabConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

panel

public JPanel panel
The panel that contains the configured charts.


configs

public List<ChartConfiguration> configs
The list of chart configurations contained in this tab.


position

public int position
The position of this tab in the list of tabs.

Constructor Detail

TabConfiguration

public TabConfiguration()
Create a tab configuration with uninitialized parameters.


TabConfiguration

public TabConfiguration(String name,
                        int position)
Create a tab configuration with a specified name and position.

Parameters:
name - the name of the tab to create.
position - the position of the tab in the list of tabs.
Method Detail

toString

public String toString()
Get a string representation of this TabConfiguration

Overrides:
toString in class Object
Returns:
a string with the tab name.
See Also:
Object.toString()


Copyright © 2005-2010 JPPF Team.