Skip navigation links
A C D E F G H I L M N O P Q S T U V X 

A

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.

C

cancel() - Method in class net.sf.cuf.csvview.option.OptionPc
Act on "Cancel" or "ESCAPE" in the options dialog, we just hide the dialog.
COPY_WHOLE_ROW - Static variable in class net.sf.cuf.csvview.AppData
 
COPY_WHOLE_ROW_KEY - Static variable in class net.sf.cuf.csvview.AppData
 
COPY_WHOLE_ROW_VM - Static variable in class net.sf.cuf.csvview.AppData
 
CSV_SEPARATOR - Static variable in class net.sf.cuf.csvview.AppData
 
CSV_SEPARATOR_KEY - Static variable in class net.sf.cuf.csvview.AppData
 
CSV_SEPARATOR_VM - Static variable in class net.sf.cuf.csvview.AppData
 
CSV_SOURCE_FILE - Static variable in class net.sf.cuf.csvview.AppData
 
CSV_SOURCE_KEY - Static variable in class net.sf.cuf.csvview.AppData
 
CSV_SOURCE_TREE - Static variable in class net.sf.cuf.csvview.AppData
 
CSV_SOURCE_URL - Static variable in class net.sf.cuf.csvview.AppData
 
CSVFileFilter - Class in net.sf.cuf.csvview.util
Filter for the Swing file dialog.
CSVFileFilter() - Constructor for class net.sf.cuf.csvview.util.CSVFileFilter
 
CSVTableModel - Class in net.sf.cuf.csvview.util
A CSVTableModel generates its data from parsing a CSV input stream.
CSVTableModel() - Constructor for class net.sf.cuf.csvview.util.CSVTableModel
Create an empty table model (no rows, no columns).
CSVTableModel(InputStream, boolean, String, String) - Constructor for class net.sf.cuf.csvview.util.CSVTableModel
Create a new table model by parsing the input stream as CSV data.
CSVTableModel(Reader, boolean, String) - Constructor for class net.sf.cuf.csvview.util.CSVTableModel
Create a new table model by parsing the CSV data from the input reader.
CSVVIEW_USER_PROPERTIES - Static variable in class net.sf.cuf.csvview.AppData
 

D

dataSourceChanged(DataSourceChanged) - Method in class net.sf.cuf.csvview.browse.MainDc
AppEvent callback for the DataSourceChanged event, we re-load the current data.
DataSourceChanged - Class in net.sf.cuf.csvview.util
AppEvent posted when the input of our data changed.
DataSourceChanged(Object) - Constructor for class net.sf.cuf.csvview.util.DataSourceChanged
Creates a new DataSourceChanged event.
DATE - Static variable in class net.sf.cuf.csvview.Version
build date.
DEFAULT_AUTOFILTER_KEY - Static variable in class net.sf.cuf.csvview.AppData
 
DEFAULT_DIR - Static variable in class net.sf.cuf.csvview.AppData
 
DEFAULT_DIR_KEY - Static variable in class net.sf.cuf.csvview.AppData
 
DEFAULT_FILE_NAME - Static variable in class net.sf.cuf.csvview.AppData
 
DEFAULT_FILE_NAME_KEY - Static variable in class net.sf.cuf.csvview.AppData
 
DEFAULT_FILTER_KEY - Static variable in class net.sf.cuf.csvview.AppData
 
DEFAULT_HEIGHT - Static variable in class net.sf.cuf.csvview.AppData
 
DEFAULT_HEIGHT_KEY - Static variable in class net.sf.cuf.csvview.AppData
 
DEFAULT_TABLE_SETTINGS - Static variable in class net.sf.cuf.csvview.AppData
 
DEFAULT_TREE_NAME - Static variable in class net.sf.cuf.csvview.AppData
 
DEFAULT_TREE_NAME_KEY - Static variable in class net.sf.cuf.csvview.AppData
 
DEFAULT_URL_NAME - Static variable in class net.sf.cuf.csvview.AppData
 
DEFAULT_URL_NAME_KEY - Static variable in class net.sf.cuf.csvview.AppData
 
DEFAULT_WIDTH - Static variable in class net.sf.cuf.csvview.AppData
 
DEFAULT_WIDTH_KEY - Static variable in class net.sf.cuf.csvview.AppData
 
DEFAULT_X - Static variable in class net.sf.cuf.csvview.AppData
 
DEFAULT_X_KEY - Static variable in class net.sf.cuf.csvview.AppData
 
DEFAULT_Y - Static variable in class net.sf.cuf.csvview.AppData
 
DEFAULT_Y_KEY - Static variable in class net.sf.cuf.csvview.AppData
 
defaults() - Method in class net.sf.cuf.csvview.option.OptionPc
Set default values.
doStart(String[]) - Method in class net.sf.cuf.csvview.Main
Start the application, first load properties, then I18N stuff, then initialize the models and finally init the root Dc in the EDT.
doStop() - Method in class net.sf.cuf.csvview.Main
Stop the application, saves the properties and then calls System.exit.

E

ENCODING_DEFAULT_NAME - Static variable in class net.sf.cuf.csvview.AppData
 
ENCODING_ITEMS - Static variable in class net.sf.cuf.csvview.AppData
 
ENCODING_KEYS - Static variable in class net.sf.cuf.csvview.AppData
 
ENCODING_NAME_KEY - Static variable in class net.sf.cuf.csvview.AppData
 
ENCODING_SELECTION - Static variable in class net.sf.cuf.csvview.AppData
 
EXE_PROGRAM_ACTIVE - Static variable in class net.sf.cuf.csvview.AppData
 
EXE_PROGRAM_ACTIVE_KEY - Static variable in class net.sf.cuf.csvview.AppData
 
EXE_PROGRAM_NAME - Static variable in class net.sf.cuf.csvview.AppData
 
EXE_PROGRAM_NAME_KEY - Static variable in class net.sf.cuf.csvview.AppData
 
execute() - Method in class net.sf.cuf.csvview.browse.LoadFileRequest
Generate a CSVTableModel with the file given in the constructor.
execute() - Method in class net.sf.cuf.csvview.browse.LoadTreeRequest
Generate a TreeTableModel with the file given in the constructor.
execute() - Method in class net.sf.cuf.csvview.browse.LoadURLRequest
Generate a CSVTableModel with the URL given in the constructor.
EXEFileFilter - Class in net.sf.cuf.csvview.util
Filter for the Swing file dialog.
EXEFileFilter() - Constructor for class net.sf.cuf.csvview.util.EXEFileFilter
 
exeProgram(String) - Method in class net.sf.cuf.csvview.browse.MainDc
Called by our presentation component to execute an external command.
exeSearch() - Method in class net.sf.cuf.csvview.option.OptionPc
Fill in default exe field via a file chooser.

F

fileSearch() - Method in class net.sf.cuf.csvview.option.OptionPc
Fill in default file field via a file chooser.
filter() - Method in class net.sf.cuf.csvview.browse.MainPc
Callback of the text field on each caret movement.
filter(String) - Method in class net.sf.cuf.csvview.util.CSVTableModel
 
filter(String) - Method in interface net.sf.cuf.csvview.util.FilteredTableModel
Filter the data with the handed regular expression.
filter(String) - Method in class net.sf.cuf.csvview.util.TreeTableModel
 
FilteredTableModel - Interface in net.sf.cuf.csvview.util
Base interface of all the TableModels we use in our application.
filterReset() - Method in class net.sf.cuf.csvview.util.CSVTableModel
 
filterReset() - Method in interface net.sf.cuf.csvview.util.FilteredTableModel
Reset any filtering.
filterReset() - Method in class net.sf.cuf.csvview.util.TreeTableModel
 
FIRST_ROW_IS_HEADER - Static variable in class net.sf.cuf.csvview.AppData
 
FIRST_ROW_IS_HEADER_KEY - Static variable in class net.sf.cuf.csvview.AppData
 
FIRST_ROW_IS_HEADER_VM - Static variable in class net.sf.cuf.csvview.AppData
 

G

getAllRowsCount() - Method in class net.sf.cuf.csvview.util.CSVTableModel
 
getAllRowsCount() - Method in interface net.sf.cuf.csvview.util.FilteredTableModel
Return the number of all rows, including those that are currently filtered.
getAllRowsCount() - Method in class net.sf.cuf.csvview.util.TreeTableModel
 
getColumnClass(int) - Method in class net.sf.cuf.csvview.util.TreeTableModel
 
getColumnCount() - Method in class net.sf.cuf.csvview.util.CSVTableModel
 
getColumnCount() - Method in class net.sf.cuf.csvview.util.TreeTableModel
 
getColumnName(int) - Method in class net.sf.cuf.csvview.util.CSVTableModel
 
getColumnName(int) - Method in class net.sf.cuf.csvview.util.TreeTableModel
 
getDescription() - Method in class net.sf.cuf.csvview.util.CSVFileFilter
Return our description.
getDescription() - Method in class net.sf.cuf.csvview.util.EXEFileFilter
Return our description.
getRowCount() - Method in class net.sf.cuf.csvview.util.CSVTableModel
 
getRowCount() - Method in class net.sf.cuf.csvview.util.TreeTableModel
 
getValueAt(int, int) - Method in class net.sf.cuf.csvview.util.CSVTableModel
 
getValueAt(int, int) - Method in class net.sf.cuf.csvview.util.TreeTableModel
 

H

HEADER - Static variable in class net.sf.cuf.csvview.util.TreeTableModel
our table headers.
HEADERCLASS - Static variable in class net.sf.cuf.csvview.util.TreeTableModel
our column classes.

I

init(Dc, Map<String, ? super Object>) - Method in class net.sf.cuf.csvview.about.AboutDc
This method initializes only its presentation component.
init(Dc, Map<String, ? super Object>) - Method in class net.sf.cuf.csvview.about.AboutPc
This method initializes the widgets and connects the the label to the timer start.
init(Dc, Map<String, ? super Object>) - Method in class net.sf.cuf.csvview.browse.MainDc
This method initializes the AppEvent handling, loads the first data, initializes all sub-dialog components and then initializes its presentation component.
init(Dc, Map<String, ? super Object>) - Method in class net.sf.cuf.csvview.browse.MainPc
This method connects the widgets to models and uses states/state adapters and ValueModel adapters to minimize the event handling code.
init(Dc, Map<String, ? super Object>) - Method in class net.sf.cuf.csvview.option.OptionDc
This method initializes its presentation component and stores the parent for AppEvent routing.
init(Dc, Map<String, ? super Object>) - Method in class net.sf.cuf.csvview.option.OptionPc
This method connects the widgets to ValueModel's, all states/state adapter init was already done in the XML.
INPUT_ITEMS - Static variable in class net.sf.cuf.csvview.AppData
 
INPUT_KEYS - Static variable in class net.sf.cuf.csvview.AppData
 
INPUT_SELECTION - Static variable in class net.sf.cuf.csvview.AppData
 

L

LoadDataRequest<T> - Interface in net.sf.cuf.csvview.browse
Base interface for all our different load requests.
LoadFileRequest<T> - Class in net.sf.cuf.csvview.browse
A LoadFileRequest creates a CSVTableModel.
LoadFileRequest(File, boolean, String, String) - Constructor for class net.sf.cuf.csvview.browse.LoadFileRequest
Creates a new LoadFileRequest, the CSV data is loaded in execute() from the handed file.
loadResponse(Response<FilteredTableModel>) - Method in class net.sf.cuf.csvview.browse.MainDc
Called by the Dispatcher after the request dispatched in openFile, openTree or dataSourceChanged finished.
LoadTreeRequest<T> - Class in net.sf.cuf.csvview.browse
A LoadTreeRequest creates a FilteredTableModel.
LoadTreeRequest(String) - Constructor for class net.sf.cuf.csvview.browse.LoadTreeRequest
Creates a new LoadTreeRequest, the tree is loaded in execute().
LoadTreeRequest(File) - Constructor for class net.sf.cuf.csvview.browse.LoadTreeRequest
Creates a new LoadTreeRequest, the tree is loaded in execute().
LoadURLRequest<T> - Class in net.sf.cuf.csvview.browse
A LoadURLRequest creates a CSVTableModel.
LoadURLRequest(String, boolean, String, String) - Constructor for class net.sf.cuf.csvview.browse.LoadURLRequest
Creates a new LoadURLRequest, the CSV data is loaded in execute() from the handed URL.

M

Main - Class in net.sf.cuf.csvview
Main class of the csvview application.
main(String[]) - Static method in class net.sf.cuf.csvview.Main
Main entry point to the application.
MainDc - Class in net.sf.cuf.csvview.browse
Dialog component of the main panel.
MainDc() - Constructor for class net.sf.cuf.csvview.browse.MainDc
 
MainPc - Class in net.sf.cuf.csvview.browse
Presentation component of the main panel.
MainPc() - Constructor for class net.sf.cuf.csvview.browse.MainPc
 
mCSVSeparator - Variable in class net.sf.cuf.csvview.browse.AbstractLoadRequest
null or the csv separator
mEncoding - Variable in class net.sf.cuf.csvview.browse.AbstractLoadRequest
our encoding, never null
mFirstRowIsHeader - Variable in class net.sf.cuf.csvview.browse.AbstractLoadRequest
true if the first row contains the header

N

net.sf.cuf.csvview - package net.sf.cuf.csvview
 
net.sf.cuf.csvview.about - package net.sf.cuf.csvview.about
 
net.sf.cuf.csvview.browse - package net.sf.cuf.csvview.browse
 
net.sf.cuf.csvview.option - package net.sf.cuf.csvview.option
 
net.sf.cuf.csvview.util - package net.sf.cuf.csvview.util
 

O

ok() - Method in class net.sf.cuf.csvview.option.OptionPc
Act on "OK" in the options dialog.
openFile(File) - Method in class net.sf.cuf.csvview.browse.MainDc
Called by our presentation component to load a file, we also set the file name as the new default file name.
openFile() - Method in class net.sf.cuf.csvview.browse.MainPc
Callback for opening a file.
openTree(File) - Method in class net.sf.cuf.csvview.browse.MainDc
Called by our presentation component to load a tree, we also set the tree name as the new default tree name.
openTree() - Method in class net.sf.cuf.csvview.browse.MainPc
Callback for opening a tree.
OptionDc - Class in net.sf.cuf.csvview.option
Dialog component of the options panel.
OptionDc() - Constructor for class net.sf.cuf.csvview.option.OptionDc
 
OptionPc - Class in net.sf.cuf.csvview.option
OptionPc is the presentation component for the options panel of our application.
OptionPc() - Constructor for class net.sf.cuf.csvview.option.OptionPc
 

P

PLAF_DEFAULT_NAME - Static variable in class net.sf.cuf.csvview.AppData
 
PLAF_ITEMS - Static variable in class net.sf.cuf.csvview.AppData
 
PLAF_KEYS - Static variable in class net.sf.cuf.csvview.AppData
 
PLAF_NAME_KEY - Static variable in class net.sf.cuf.csvview.AppData
 
PLAF_SELECTION_KEY - Static variable in class net.sf.cuf.csvview.AppData
 
plafChanged(ChangeEvent) - Method in class net.sf.cuf.csvview.browse.MainPc
ValueModel callback if the user changed the wanted look-and-feel.
postAppEvent(AppEvent) - Method in class net.sf.cuf.csvview.browse.MainDc
Process an AppEvent.
postAppEvent(AppEvent) - Method in class net.sf.cuf.csvview.option.OptionDc
Process an AppEvent.
postAppEvent(AppEvent) - Method in class net.sf.cuf.csvview.option.OptionPc
Process an AppEvent.

Q

quit() - Method in class net.sf.cuf.csvview.browse.MainDc
Called by our presentation component to quit the application.
quit() - Method in class net.sf.cuf.csvview.browse.MainPc
Callback for quitting the application.

S

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.

T

TableRowCopyAction - Class in net.sf.cuf.csvview.util
This small helper class is used to provide either a row or a cell copy to the clipboard of the selected row of a JTable.
TableRowCopyAction(ValueModel<?>) - Constructor for class net.sf.cuf.csvview.util.TableRowCopyAction
Create a new table copy action.
treeSearch() - Method in class net.sf.cuf.csvview.option.OptionPc
Fill in default tree field via a file chooser.
TreeTableModel - Class in net.sf.cuf.csvview.util
A TreeTableModel generates its data from recursivly parsing a directory tree.
TreeTableModel(File) - Constructor for class net.sf.cuf.csvview.util.TreeTableModel
Creates a new TreeTableModel by parsing the directories starting at the handed tree.

U

updateStatusLabel() - Method in class net.sf.cuf.csvview.browse.MainPc
Small helper method that updates the status label.

V

Version - Class in net.sf.cuf.csvview
Version class, do not modify, this is generated by Maven.
VERSION - Static variable in class net.sf.cuf.csvview.Version
version string.

X

XML_UI_NAME - Static variable in class net.sf.cuf.csvview.AppData
 
A C D E F G H I L M N O P Q S T U V X 
Skip navigation links

Copyright © 2024 Jürgen Zeller (privat). All rights reserved.