|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileListerTableModel | |
org.alltimeflashdreamer.filelister.gui | The gui package contains the classes used by the setup application which is used to graphically define the application settings. |
org.alltimeflashdreamer.filelister.xml | The xml package contains the XML tag representing classes and the DOM parser implementation. |
Uses of FileListerTableModel in org.alltimeflashdreamer.filelister.gui |
Constructors in org.alltimeflashdreamer.filelister.gui with parameters of type FileListerTableModel | |
FileListerTable(FileListerTableModel model,
FileListerTextArea jtDescriptions)
Constructor receives the table model and configures the table with the data and the selection model, the cell renderer and the cell editor. |
|
FileListerCellRenderer(FileListerTableModel model)
Constructor uses the given model pointer to build up the array of components representing the table cell entries. |
Uses of FileListerTableModel in org.alltimeflashdreamer.filelister.xml |
Methods in org.alltimeflashdreamer.filelister.xml with parameters of type FileListerTableModel | |
void |
FileListerXMLHandler.save(FileListerTableModel model)
Reads all the values of the given model and updates the DOM. |
void |
AbstractConfigElementList.setValues(FileListerTableModel model)
Searches the model for the properties named "getName(). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |