- about() - Method in class net.sf.cuf.csvview.about.AboutPc
-
Show an about dialog.
- AboutDc - Class in net.sf.cuf.csvview.about
-
Dialog component of the about panel.
- AboutDc() - Constructor for class net.sf.cuf.csvview.about.AboutDc
-
- aboutOK() - Method in class net.sf.cuf.csvview.about.AboutPc
-
Act on "OK" or "ESCAPE" in the about dialog.
- AboutPc - Class in net.sf.cuf.csvview.about
-
The about panel has a small animation goody ;-).
- AboutPc() - Constructor for class net.sf.cuf.csvview.about.AboutPc
-
Create an presentation component for our about panel,
the rest of the construction work is done in init().
- AbstractLoadRequest<T> - Class in net.sf.cuf.csvview.browse
-
Commmon base class for loading.
- AbstractLoadRequest(String, String, boolean) - Constructor for class net.sf.cuf.csvview.browse.AbstractLoadRequest
-
Creates a new Request, the CSV data will bi loaded in execute().
- accept(File) - Method in class net.sf.cuf.csvview.util.CSVFileFilter
-
Accept all directories and all csv or txt files.
- accept(File) - Method in class net.sf.cuf.csvview.util.EXEFileFilter
-
Accept all directories and all csv or txt files.
- actionPerformed(ActionEvent) - Method in class net.sf.cuf.csvview.about.AboutPc
-
Invoked when an timer action occurs, we repaint (fade in/out) our image.
- actionPerformed(ActionEvent) - Method in class net.sf.cuf.csvview.util.TableRowCopyAction
-
Invoked when an action occurs.
- APP_NAME - Static variable in class net.sf.cuf.csvview.AppData
-
- AppData - Class in net.sf.cuf.csvview
-
This class contains all keys for either the application model map,
for the properties or for the init map.
- autoFilter() - Method in class net.sf.cuf.csvview.browse.MainPc
-
Callback from the auto-filter checkbox.
- search() - Method in class net.sf.cuf.csvview.browse.MainPc
-
Callback from our text field or the search button.
- setFirstRowIsHeader(ChangeEvent) - Method in class net.sf.cuf.csvview.browse.MainPc
-
ValueModel callback if the first-row-is-header value changed.
- setFirstRowIsHeader(boolean) - Method in class net.sf.cuf.csvview.util.CSVTableModel
-
- setFirstRowIsHeader(boolean) - Method in interface net.sf.cuf.csvview.util.FilteredTableModel
-
Sets if the first data row is treated as header information.
- setFirstRowIsHeader(boolean) - Method in class net.sf.cuf.csvview.util.TreeTableModel
-
We simply ignore the setFirstRowIsHeader call.
- setModel(FilteredTableModel) - Method in class net.sf.cuf.csvview.browse.MainPc
-
Called by our dialog component to publish new table data.
- setSwingXMLBuilder(SwingXMLBuilder) - Method in class net.sf.cuf.csvview.about.AboutDc
-
When a SwingXMLBuilder creates an object of ourselves, we want to
know that builder.
- setSwingXMLBuilder(SwingXMLBuilder) - Method in class net.sf.cuf.csvview.about.AboutPc
-
When a SwingXMLBuilder creates an object of ourselves, we want to
know that builder.
- setSwingXMLBuilder(SwingXMLBuilder) - Method in class net.sf.cuf.csvview.browse.MainDc
-
When a SwingXMLBuilder creates an object of ourselves, we want to
know that builder.
- setSwingXMLBuilder(SwingXMLBuilder) - Method in class net.sf.cuf.csvview.browse.MainPc
-
When a SwingXMLBuilder creates an object of ourselves, we want to
know that builder.
- setSwingXMLBuilder(SwingXMLBuilder) - Method in class net.sf.cuf.csvview.option.OptionDc
-
When a SwingXMLBuilder creates an object of ourselves, we want to
know that builder.
- setSwingXMLBuilder(SwingXMLBuilder) - Method in class net.sf.cuf.csvview.option.OptionPc
-
When a SwingXMLBuilder creates an object of ourselves, we want to
know that builder.
- show() - Method in class net.sf.cuf.csvview.option.OptionPc
-
Show an options dialog.
- showLoadError(Response<?>) - Method in class net.sf.cuf.csvview.browse.MainPc
-
Callback method from our dialog component to show an error.