Method Summary |
|
public void | add(CellImportExportInfo info) method used by XMLBeans to add new item. |
public CellImportExportInfo | get(String tableColumnName) Used by fw to find entries user previously entered for this column. |
public synchronized String[] | getCmdList() Used by fw to get the list of all commands this user has associated
with columns. |
public synchronized CellImportExportInfo[] | getData() Method used by the application code when unloading this object
into a file for storage during program shutdown. |
public static CellImportExportInfoSaver | getInstance() get the singleton instance of this class. |
public static void | remove(String tableColumnName) Used by fw to delete an entry or to make sure entry does not
exist in table, e.g. |
public synchronized void | save(String tableColumnName, String fileName, String command) Used by fw to save user input for export/import on column. |
public synchronized void | setCmdList(String[] data) Method called by reflection in the XMLBean loading of command list
data from the files during application startup. |
public synchronized void | setData(CellImportExportInfo[] data) Method called by reflection in the XMLBean loading of
CellImportExportInfo data from
the files during application startup. |
public static void | setInstance(CellImportExportInfoSaver newInstance) During application startup, an instance of this class is created by
the XMLBean reader and loaded by it automatically. |