Package tkintertable :: Module Tables_IO :: Class TableImporter
[hide private]
[frames] | no frames]

Class TableImporter

source code

Provides import utility methods for the Table and Table Model classes

Instance Methods [hide private]
 
__init__(self)
Setup globals
source code
 
import_Dialog(self, parent)
Allows user to set some import options
source code
 
do_openFile(self) source code
 
open_File(self, parent) source code
 
update_display(self, evt=None)
Preview loaded file
source code
 
do_ModelImport(self)
imports and places the result in self.modeldata
source code
 
ImportTableModel(self, filename)
Import table data from a comma separated file and create data for a model This is reusable outside the GUI dialog also.
source code
 
close(self) source code