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

Packages that use TabConfiguration
org.jppf.ui.monitoring.charts.config Classes for configuring charts and their container tabs in a tabbed pane. 
 

Uses of TabConfiguration in org.jppf.ui.monitoring.charts.config
 

Methods in org.jppf.ui.monitoring.charts.config that return types with arguments of type TabConfiguration
 List<TabConfiguration> JPPFChartBuilder.getTabList()
          Get the list of active tabs in this chart builder.
 

Methods in org.jppf.ui.monitoring.charts.config with parameters of type TabConfiguration
 void JPPFChartBuilder.addChart(TabConfiguration tab, ChartConfiguration config)
          Add a chart to a tab.
 void JPPFChartBuilder.addTab(TabConfiguration tab)
          Remove a tab from the list of tabs.
 void JPPFChartBuilder.removeChart(TabConfiguration tab, ChartConfiguration config)
          Remove a specified configuration from the list of active configurations.
 void JPPFChartBuilder.removeTab(TabConfiguration tab)
          Remove a tab from the list of tabs.
 void PreferencesStorage.saveChartConfiguration(TabConfiguration tab, ChartConfiguration config)
          Save a specified chart configuration in the preferences tree.
 void PreferencesStorage.saveTabConfiguration(TabConfiguration tab)
          Save a specified tab configuration in the preferences tree.
 



Copyright © 2005-2010 JPPF Team.