|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.ui.monitoring.charts.config.TabConfiguration
public class TabConfiguration
This class manages the data related to the charts within a tab.
| 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 |
|---|
public JPanel panel
public List<ChartConfiguration> configs
public int position
| Constructor Detail |
|---|
public TabConfiguration()
public TabConfiguration(String name,
int position)
name - the name of the tab to create.position - the position of the tab in the list of tabs.| Method Detail |
|---|
public String toString()
toString in class ObjectObject.toString()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||