Uses of Class
edu.wpi.cs.dsrg.xmldb.xat.component.gui.utils.JTabbedPaneCAPE

Packages that use JTabbedPaneCAPE
edu.wpi.cs.dsrg.xmldb.xat.component.gui.utils   
 

Uses of JTabbedPaneCAPE in edu.wpi.cs.dsrg.xmldb.xat.component.gui.utils
 

Methods in edu.wpi.cs.dsrg.xmldb.xat.component.gui.utils that return JTabbedPaneCAPE
 JTabbedPaneCAPE GraphManager.getGraphTabbedPane()
          Returns the tabbed pane that holds the open graphs.
 JTabbedPaneCAPE GraphManager.getStatsTabbedPane()
          Returns the tabbed pane that holds the statistic tables.
 

Methods in edu.wpi.cs.dsrg.xmldb.xat.component.gui.utils with parameters of type JTabbedPaneCAPE
 void GraphManager.setGraphTabbedPane(JTabbedPaneCAPE graphTabbedPane)
          Sets the graph tabbed pane to the given graphTabbedPane.
 void GraphManager.setStatsTabbedPane(JTabbedPaneCAPE statsTabbedPane)
          Sets the statistics tabbed pane to the given statsTabbedPane.