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

A

AboutDc - Class in net.sf.cuf.csvviewfx.about
Dialog controller for the about dialog.
AboutDc() - Constructor for class net.sf.cuf.csvviewfx.about.AboutDc
Create a new dialog controller, the presentation controller is lazy created in our AboutDc.init(net.sf.cuf.fw.Dc, java.util.Map<java.lang.String, ? super java.lang.Object>) method.
AboutPc - Class in net.sf.cuf.csvviewfx.about
Presentation controller for the about dialog.
AboutPc() - Constructor for class net.sf.cuf.csvviewfx.about.AboutPc
 
AbstractFilteredObservableList - Class in net.sf.cuf.csvviewfx.data
Common filtering stuff for both the CSV and tree list.
AbstractFilteredObservableList() - Constructor for class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
AbstractLoadRequest<T> - Class in net.sf.cuf.csvviewfx.main
Commmon base class for loading.
AbstractLoadRequest(String, String, boolean) - Constructor for class net.sf.cuf.csvviewfx.main.AbstractLoadRequest
Creates a new Request, the CSV data will bi loaded in execute().
add(Map<String, String>) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
add(int, Map<String, String>) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
addAll(Map<String, String>...) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
addAll(Collection<? extends Map<String, String>>) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
addAll(int, Collection<? extends Map<String, String>>) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
addListener(ListChangeListener<? super Map<String, String>>) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
bellow are all delegated methods for the observable list behaviour
addListener(InvalidationListener) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
APP_NAME - Static variable in class net.sf.cuf.csvviewfx.AppData
our application name
APP_USER_PROPERTIES - Static variable in class net.sf.cuf.csvviewfx.AppData
the name of our application properties
AppData - Class in net.sf.cuf.csvviewfx
This class contains all keys for either the application model map, for the properties or for the init map.
autoFilterChanged() - Method in class net.sf.cuf.csvviewfx.main.MainPc
Callback from the auto filter checkbox.

C

cancel() - Method in class net.sf.cuf.csvviewfx.option.OptionPc
Callback from our cancel button or when the dialog is closed, we just hide the stage.
clear() - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
contains(Object) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
containsAll(Collection<?>) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
COPY_WHOLE_ROW_DEFAULT - Static variable in class net.sf.cuf.csvviewfx.AppData
default for the whole-row-copy-flag Boolean app property
COPY_WHOLE_ROW_KEY - Static variable in class net.sf.cuf.csvviewfx.AppData
key for the whole-row-copy-flag Boolean app property
COPY_WHOLE_ROW_PROPERTY - Static variable in class net.sf.cuf.csvviewfx.AppData
key for the whole-row-copy-flag BooleanProperty app model
CSV_EXTENSIONS - Static variable in class net.sf.cuf.csvviewfx.AppData
shared file chooser filter
CSV_SEPARATOR_DEFAULT - Static variable in class net.sf.cuf.csvviewfx.AppData
default for the CSV separator String app property
CSV_SEPARATOR_KEY - Static variable in class net.sf.cuf.csvviewfx.AppData
key for the CSV separator String app property
CsvFileredObservableList - Class in net.sf.cuf.csvviewfx.data
A CsvFileredObservableList generates its data from parsing a CSV input stream.
CsvFileredObservableList() - Constructor for class net.sf.cuf.csvviewfx.data.CsvFileredObservableList
Create an empty table model (no rows, no columns).
CsvFileredObservableList(InputStream, boolean, String, String) - Constructor for class net.sf.cuf.csvviewfx.data.CsvFileredObservableList
Create a new table model by parsing the input stream as CSV data.
CsvFileredObservableList(Reader, boolean, String) - Constructor for class net.sf.cuf.csvviewfx.data.CsvFileredObservableList
Create a new table model by parsing the CSV data from the input reader.

D

DataSourceChanged - Class in net.sf.cuf.csvviewfx
AppEvent posted when the data source was changed.
DataSourceChanged(Object) - Constructor for class net.sf.cuf.csvviewfx.DataSourceChanged
Creates a new DataSourceChanged event.
dataSourceChanged(DataSourceChanged) - Method in class net.sf.cuf.csvviewfx.main.MainDc
AppEvent callback for the DataSourceChanged event, we re-load the current data.
DATE - Static variable in class net.sf.cuf.csvviewfx.Version
build date.
DEFAULT_AUTOFILTER - Static variable in class net.sf.cuf.csvviewfx.AppData
 
DEFAULT_AUTOFILTER_KEY - Static variable in class net.sf.cuf.csvviewfx.AppData
 
DEFAULT_DIR - Static variable in class net.sf.cuf.csvviewfx.AppData
 
DEFAULT_DIR_KEY - Static variable in class net.sf.cuf.csvviewfx.AppData
 
DEFAULT_FILTER_KEY - Static variable in class net.sf.cuf.csvviewfx.AppData
 
DEFAULT_HEIGHT - Static variable in class net.sf.cuf.csvviewfx.AppData
 
DEFAULT_HEIGHT_KEY - Static variable in class net.sf.cuf.csvviewfx.AppData
 
DEFAULT_WIDTH - Static variable in class net.sf.cuf.csvviewfx.AppData
 
DEFAULT_WIDTH_KEY - Static variable in class net.sf.cuf.csvviewfx.AppData
 
DEFAULT_X - Static variable in class net.sf.cuf.csvviewfx.AppData
 
DEFAULT_X_KEY - Static variable in class net.sf.cuf.csvviewfx.AppData
 
DEFAULT_Y - Static variable in class net.sf.cuf.csvviewfx.AppData
 
DEFAULT_Y_KEY - Static variable in class net.sf.cuf.csvviewfx.AppData
 
defaults() - Method in class net.sf.cuf.csvviewfx.option.OptionPc
Callback from our defaults button, we set all settings to default values.

E

ENCODING_NAME_DEFAULT - Static variable in class net.sf.cuf.csvviewfx.AppData
default for the encoding name String app property
ENCODING_NAME_KEY - Static variable in class net.sf.cuf.csvviewfx.AppData
key for the encoding name String app property
equals(Object) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
execute() - Method in class net.sf.cuf.csvviewfx.main.LoadFileRequest
Generate a CsvFileredObservableList with the file given in the constructor.
execute() - Method in class net.sf.cuf.csvviewfx.main.LoadTreeRequest
Generate a TreeFilteredObservableList with the file given in the constructor.

F

FILE_NAME_DEFAULT - Static variable in class net.sf.cuf.csvviewfx.AppData
default for the file name String app property
FILE_NAME_KEY - Static variable in class net.sf.cuf.csvviewfx.AppData
key for the file name String app property
filter(String) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
filter(String) - Method in interface net.sf.cuf.csvviewfx.data.FilteredObservableList
Filter the data with the handed regular expression.
FilteredObservableList - Interface in net.sf.cuf.csvviewfx.data
Base interface of all the Lists we use in our application.
filterReset() - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
filterReset() - Method in interface net.sf.cuf.csvviewfx.data.FilteredObservableList
Reset any filtering.
FIRST_ROW_IS_HEADER_DEFAULT - Static variable in class net.sf.cuf.csvviewfx.AppData
default for the first-row-is-header Boolean app property
FIRST_ROW_IS_HEADER_KEY - Static variable in class net.sf.cuf.csvviewfx.AppData
key for the first-row-is-header Boolean app property

G

get(int) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
getAllRowsCount() - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
getAllRowsCount() - Method in interface net.sf.cuf.csvviewfx.data.FilteredObservableList
Return the number of all rows, including those that are currently filtered.
getColumnCount() - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
getColumnCount() - Method in interface net.sf.cuf.csvviewfx.data.FilteredObservableList
Return the number of columns.
getColumnName(int) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
getColumnName(int) - Method in interface net.sf.cuf.csvviewfx.data.FilteredObservableList
Return the name of the column.

H

handle(KeyEvent) - Method in class net.sf.cuf.csvviewfx.util.TableCopyAction
hashCode() - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 

I

indexOf(Object) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
init(Dc, Map<String, ? super Object>) - Method in class net.sf.cuf.csvviewfx.about.AboutDc
init(Dc, Map<String, ? super Object>) - Method in class net.sf.cuf.csvviewfx.about.AboutPc
init(Dc, Map<String, ? super Object>) - Method in class net.sf.cuf.csvviewfx.main.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.csvviewfx.main.MainPc
init(Dc, Map<String, ? super Object>) - Method in class net.sf.cuf.csvviewfx.option.OptionDc
init(Dc, Map<String, ? super Object>) - Method in class net.sf.cuf.csvviewfx.option.OptionPc
INPUT_SELECTION_DEFAULT - Static variable in class net.sf.cuf.csvviewfx.AppData
default for the input selection app property
INPUT_SELECTION_FILE - Static variable in class net.sf.cuf.csvviewfx.AppData
value for the input selection app property if we read from a CSV file
INPUT_SELECTION_KEY - Static variable in class net.sf.cuf.csvviewfx.AppData
key for the input selection app property
INPUT_SELECTION_TREE - Static variable in class net.sf.cuf.csvviewfx.AppData
value for the input selection app property if we read from a directory tree
isEmpty() - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
iterator() - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 

L

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

M

main(String[]) - Static method in class net.sf.cuf.csvviewfx.MainFx
Main entry point to the application.
MAIN_STAGE - Static variable in class net.sf.cuf.csvviewfx.AppData
argument key for the JavaFx main stage
MainDc - Class in net.sf.cuf.csvviewfx.main
Dialog controller for the main window.
MainDc(MainPc) - Constructor for class net.sf.cuf.csvviewfx.main.MainDc
Create a new dialog controller.
MainFx - Class in net.sf.cuf.csvviewfx
Main class of the csvview (JavaFX) application.
MainFx() - Constructor for class net.sf.cuf.csvviewfx.MainFx
 
MainPc - Class in net.sf.cuf.csvviewfx.main
Presentation controller for the main window.
MainPc() - Constructor for class net.sf.cuf.csvviewfx.main.MainPc
 
mAllRows - Variable in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
the list containing all rows, never null
mCancel - Variable in class net.sf.cuf.csvviewfx.option.OptionPc
our cancel button, never null
mCSVSeparator - Variable in class net.sf.cuf.csvviewfx.main.AbstractLoadRequest
null or the csv separator
mDefault - Variable in class net.sf.cuf.csvviewfx.option.OptionPc
our default button, never null
mEncoding - Variable in class net.sf.cuf.csvviewfx.main.AbstractLoadRequest
our encoding, never null
mFilteredRows - Variable in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
our delegate containing all filter rows
mFirstRowIsHeader - Variable in class net.sf.cuf.csvviewfx.main.AbstractLoadRequest
true if the first row contains the header
mOK - Variable in class net.sf.cuf.csvviewfx.option.OptionPc
our OK button, never null
mRootContainer - Variable in class net.sf.cuf.csvviewfx.about.AboutPc
our root container, never null
mRootContainer - Variable in class net.sf.cuf.csvviewfx.main.MainPc
our root container, never null
mRootContainer - Variable in class net.sf.cuf.csvviewfx.option.OptionPc
our root container, never null
mRowHeaders - Variable in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
column header names, key is the column index staring with 0

N

net.sf.cuf.csvviewfx - package net.sf.cuf.csvviewfx
 
net.sf.cuf.csvviewfx.about - package net.sf.cuf.csvviewfx.about
 
net.sf.cuf.csvviewfx.data - package net.sf.cuf.csvviewfx.data
 
net.sf.cuf.csvviewfx.main - package net.sf.cuf.csvviewfx.main
 
net.sf.cuf.csvviewfx.option - package net.sf.cuf.csvviewfx.option
 
net.sf.cuf.csvviewfx.util - package net.sf.cuf.csvviewfx.util
 

O

ok() - Method in class net.sf.cuf.csvviewfx.about.AboutPc
Called if the user presses ok or closes the dialog.
ok() - Method in class net.sf.cuf.csvviewfx.option.OptionPc
Callback from our ok button, we update the app state and fire an DataSourceChanged app event if something was changed.
openFile() - Method in class net.sf.cuf.csvviewfx.main.MainPc
Callback from the file open menu.
openTree(File) - Method in class net.sf.cuf.csvviewfx.main.MainDc
Called from our presentation peer to load a tree, we also set the file name as the new default file name.
openTree() - Method in class net.sf.cuf.csvviewfx.main.MainPc
Callback from the tree open menu.
OptionDc - Class in net.sf.cuf.csvviewfx.option
Dialog controller for the option dialog.
OptionDc() - Constructor for class net.sf.cuf.csvviewfx.option.OptionDc
Create a new dialog controller, the presentation controller is lazy created in our OptionDc.init(net.sf.cuf.fw.Dc, java.util.Map<java.lang.String, ? super java.lang.Object>) method.
OptionPc - Class in net.sf.cuf.csvviewfx.option
Presentation controller for the option dialog.
OptionPc() - Constructor for class net.sf.cuf.csvviewfx.option.OptionPc
 

P

postAppEvent(AppEvent) - Method in class net.sf.cuf.csvviewfx.main.MainDc
Process an AppEvent.
postAppEvent(AppEvent) - Method in class net.sf.cuf.csvviewfx.option.OptionDc
Process an AppEvent.
postAppEvent(AppEvent) - Method in class net.sf.cuf.csvviewfx.option.OptionPc
Process an AppEvent.

Q

quit() - Method in class net.sf.cuf.csvviewfx.main.MainPc
Callback from the file quit menu, will save our properties and quit.

R

remove(int, int) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
remove(Object) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
remove(int) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
removeAll(Map<String, String>...) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
removeAll(Collection<?>) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
removeListener(ListChangeListener<? super Map<String, String>>) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
removeListener(InvalidationListener) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
retainAll(Map<String, String>...) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
retainAll(Collection<?>) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 

S

search() - Method in class net.sf.cuf.csvviewfx.main.MainPc
Callback from the search button and the filter textfield.
searchDir() - Method in class net.sf.cuf.csvviewfx.option.OptionPc
Callback from the search dir tree button.
searchFile() - Method in class net.sf.cuf.csvviewfx.option.OptionPc
Callback from the search csv file button.
set(int, Map<String, String>) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
setAll(Map<String, String>...) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
setAll(Collection<? extends Map<String, String>>) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
setModel(FilteredObservableList) - Method in class net.sf.cuf.csvviewfx.main.MainPc
Called from our Dc to set a new table model, will also filter.
show() - Method in class net.sf.cuf.csvviewfx.about.AboutDc
Called when we should show our (modal) dialog, the call will block until the dialog was closed.
show() - Method in class net.sf.cuf.csvviewfx.option.OptionDc
Called when we should show our (modal) dialog, the call will block until the dialog was closed.
showAbout() - Method in class net.sf.cuf.csvviewfx.main.MainPc
Callback from the show about menu.
showLoadError(Response<?>) - Method in class net.sf.cuf.csvviewfx.main.MainPc
Called from our Dc if loading failed.
showOptions() - Method in class net.sf.cuf.csvviewfx.main.MainPc
Callback from the show options menu.
size() - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
start(Stage) - Method in class net.sf.cuf.csvviewfx.MainFx
stop() - Method in class net.sf.cuf.csvviewfx.MainFx
subList(int, int) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 

T

TableCopyAction - Class in net.sf.cuf.csvviewfx.util
This small helper class is used to provide either a row/rows or a cell copy to the clipboard of the selected row of a JavaFX TableView.
TableCopyAction(BooleanProperty) - Constructor for class net.sf.cuf.csvviewfx.util.TableCopyAction
Create a new table copy action.
toArray() - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
toArray(T[]) - Method in class net.sf.cuf.csvviewfx.data.AbstractFilteredObservableList
 
TREE_NAME_DEFAULT - Static variable in class net.sf.cuf.csvviewfx.AppData
default for the tree path String app property
TREE_NAME_KEY - Static variable in class net.sf.cuf.csvviewfx.AppData
key for the tree path String app property
TreeFilteredObservableList - Class in net.sf.cuf.csvviewfx.data
A TreeFilteredObservableList generates its data from recursivly parsing a directory tree.
TreeFilteredObservableList(File) - Constructor for class net.sf.cuf.csvviewfx.data.TreeFilteredObservableList
Creates a new TreeFilteredObservableList by parsing the directories starting at the handed tree.

V

Version - Class in net.sf.cuf.csvviewfx
Version class, do not modify, this is generated by Maven.
VERSION - Static variable in class net.sf.cuf.csvviewfx.Version
version string.
A C D E F G H I L M N O P Q R S T V 
Skip navigation links

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