Uses of Class
com.steema.teechart.tools.ToolsCollection

Packages that use ToolsCollection
com.steema.teechart TeeChart Charting Library for Java. 
com.steema.teechart.editors   
com.steema.teechart.tools   
 

Uses of ToolsCollection in com.steema.teechart
 

Methods in com.steema.teechart that return ToolsCollection
 ToolsCollection TChartApplet.getTools()
          Collection of Tool components contained in this Chart.
 ToolsCollection TChart.getTools()
          Collection of Tool components contained in this Chart.
 ToolsCollection IBaseChart.getTools()
           
 ToolsCollection Chart.getTools()
          Collection of Tool components contained in this Chart.
 

Methods in com.steema.teechart with parameters of type ToolsCollection
 void TChart.setTools(ToolsCollection value)
          Collection of Tool components contained in this Chart.
 void Chart.setTools(ToolsCollection value)
          Collection of Tool components contained in this Chart.
 

Uses of ToolsCollection in com.steema.teechart.editors
 

Constructors in com.steema.teechart.editors with parameters of type ToolsCollection
ToolsEditor(ToolsCollection tools)
           
 

Uses of ToolsCollection in com.steema.teechart.tools
 

Subclasses of ToolsCollection in com.steema.teechart.tools
 class MarkersCollection