Uses of Class
fable.python.ColumnFile

Packages that use ColumnFile
fable.framework.ui.editors   
fable.framework.ui.object   
fable.framework.ui.views   
 

Uses of ColumnFile in fable.framework.ui.editors
 

Methods in fable.framework.ui.editors that return ColumnFile
 ColumnFile ColumnFileEditorInput.getColumn()
           
 

Uses of ColumnFile in fable.framework.ui.object
 

Methods in fable.framework.ui.object that return ColumnFile
 ColumnFile ColumnFileController.getCurrentColumnFile()
           
 

Methods in fable.framework.ui.object with parameters of type ColumnFile
 void ColumnFileController.addColumnFile(ColumnFile col)
           
 void ColumnFileController.removeColumnFile(ColumnFile col)
           
 void ColumnFileController.setCurrentColumnFile(ColumnFile column)
           
 

Method parameters in fable.framework.ui.object with type arguments of type ColumnFile
 void ColumnFileController.setcolumnFileVector(java.util.Vector<ColumnFile> vector)
           
 

Uses of ColumnFile in fable.framework.ui.views
 

Methods in fable.framework.ui.views with parameters of type ColumnFile
 void ColFileXYPlot.addColumnFile(ColumnFile col)
          Add a new columnFile object in the plot if it doesn't exist.
 void ColFileXYPlot.populateListsKeys(ColumnFile col)
          Initialise x and y keys combo box with values to plot
 void ColumnFilePlotView.setColumnFile(ColumnFile _columnFile)
          set column file and add it to the plot
 void ColumnFileContentView.setColumnFile(ColumnFile col)
          Gaelle 24/06/2008 15h24
 void ColFileXYPlot.updateColumnFile(ColumnFile col)