qflib 0.98.1
A B C D E F G H I J K L M N O P R S T U V W X Y Z _

F

factory - Variable in class de.qfs.lib.tree.TreeBuilder
The node factory used to create the nodes.
FATAL_ERROR - Static variable in class de.qfs.lib.util.MessageCollector
Level for fatal errors.
FatalTransactionException - exception de.qfs.lib.transaction.FatalTransactionException.
A FatalTransactionException can be thrown by a Commitable.
FatalTransactionException(String) - Constructor for class de.qfs.lib.transaction.FatalTransactionException
Create a new FatalTransactionException.
FatalTransactionException(String, Exception) - Constructor for class de.qfs.lib.transaction.FatalTransactionException
Create a new FatalTransactionException.
fetchProperties(String, Class) - Method in class de.qfs.lib.util.MapResourceBundle
This is a replacement for ResourceBundle.getBundle that can handle resources from jar files.
fetchProperties(String, Locale, Class) - Method in class de.qfs.lib.util.MapResourceBundle
This is a replacement for ResourceBundle.getBundle that can handle resources from jar files.
file - Variable in class de.qfs.lib.log.FileLogWriter
The log file to write to.
FILE_TYPE - Static variable in class de.qfs.lib.option.FileOption
The file must be a plain file.
fileFilter - Variable in class de.qfs.lib.util.LogSetup
The LevelFilter for the file writer.
fileLimit - Variable in class de.qfs.lib.log.RingFileLogWriter
The maximum number of files to keep around.
FileLogWriter - class de.qfs.lib.log.FileLogWriter.
An extension of the StreamLogWriter that writes LogEntries to a File.
FileLogWriter(String, String) - Constructor for class de.qfs.lib.log.FileLogWriter
Create a new FileLogWriter that uses a DefaultLogFormat to write LogEntries to a file.
FileLogWriter(String, String, int, boolean) - Constructor for class de.qfs.lib.log.FileLogWriter
Create a new FileLogWriter that uses a DefaultLogFormat to write LogEntries to a file.
FileLogWriter(String, String, int, boolean, LogFormat) - Constructor for class de.qfs.lib.log.FileLogWriter
Create a new FileLogWriter that writes LogEntries to a file.
FileLogWriter(String, String, LogFormat) - Constructor for class de.qfs.lib.log.FileLogWriter
Create a new FileLogWriter that writes LogEntries to a file.
fileNotFound - Static variable in class de.qfs.lib.util.DynamicClassLoader
Special File to cache unknowns.
FileOption - class de.qfs.lib.option.FileOption.
A FileOption's value is of class File.
FileOption() - Constructor for class de.qfs.lib.option.FileOption
Create a new FileOption.
FileOption(String, File) - Constructor for class de.qfs.lib.option.FileOption
Create a new FileOption.
FileOption(String, File, boolean, boolean, int) - Constructor for class de.qfs.lib.option.FileOption
Create a new FileOption.
files - Static variable in class de.qfs.lib.util.DynamicClassLoader
Cache for files for class resources.
filter - Variable in class de.qfs.lib.gui.FilteredAndSortedTableModel
The filter for the data.
FILTER_ALL - Static variable in interface de.qfs.lib.log.LogUser
Tells the LogUser to block all log entries.
FILTER_NONE - Static variable in interface de.qfs.lib.log.LogUser
Tells the LogUser to let everything pass.
FILTER_UNUSED - Static variable in interface de.qfs.lib.log.LogUser
Tells the LogUser to let only logs used by it pass.
FILTER_USED - Static variable in interface de.qfs.lib.log.LogUser
Tells the LogUser to filer out logs used by it.
filter(int, String, String, String) - Method in class de.qfs.lib.log.TreeFilter
Decide, whether a message should be logged.
filter(LogEntry) - Method in class de.qfs.lib.log.StreamFilter
Deprecated. Take a LogEntry and write it to the stream.
filter(LogEntry) - Method in class de.qfs.lib.log.AbstractLogUser
Filter a LogEntry and possibly write it to the LogWriter.
filter(LogEntry) - Method in interface de.qfs.lib.log.LogFilter
Decide whether a message should be logged.
filter(LogEntry) - Method in class de.qfs.lib.logrmi.RemoteLogFilter
Deprecated. Take a LogEntry and pass it to the LogServer.
filter(LogEntry[]) - Method in class de.qfs.lib.log.StreamFilter
Deprecated. Write all entries from the list to the stream.
filter(LogEntry[]) - Method in class de.qfs.lib.log.AbstractLogUser
Filter an array of LogEntries, possibly writing some of them to the LogWriter.
filter(LogEntry[]) - Method in interface de.qfs.lib.log.LogFilter
Decide for each message in an array whether it should be logged.
filter(LogEntry[]) - Method in class de.qfs.lib.log.LevelFilter
Filter an array of LogEntries, possibly writing some of them to the LogWriter.
filter(LogEntry[]) - Method in class de.qfs.lib.logrmi.RemoteLogFilter
Deprecated. Send all messages from the list to the remote listener.
filter(TableModel, int) - Method in interface de.qfs.lib.gui.TableModelFilter
Decide, whether a row should be displayed or filtered.
filterChanged(TableModelFilterEvent) - Method in class de.qfs.lib.gui.SortedTableHelper
Notify the listener of a change in the TableModelFilter.
filterChanged(TableModelFilterEvent) - Method in interface de.qfs.lib.gui.TableModelFilterListener
Notify the listener of a change in the TableModelFilter.
filterChanged(TableModelFilterEvent) - Method in class de.qfs.lib.gui.FilteredAndSortedTableModel
Notify the FilteredAndSortedTableModel of a change in the TableModelFilter.
FilteredAndSortedTableModel - class de.qfs.lib.gui.FilteredAndSortedTableModel.
A TableModelAdapter that enables filtering and sorting.
FilteredAndSortedTableModel(TableModel) - Constructor for class de.qfs.lib.gui.FilteredAndSortedTableModel
Construct a new FilteredAndSortedTableModel without filter and sorter.
FilteredAndSortedTableModel(TableModel, TableModelFilter, TableModelSorter) - Constructor for class de.qfs.lib.gui.FilteredAndSortedTableModel
Construct a new FilteredAndSortedTableModel.
findButton(JButton) - Method in class de.qfs.lib.gui.ModalDialog
Get the index of a button.
findEdit(String) - Method in class de.qfs.lib.option.OptionGroup
Traverse the OptionGroup members and search for an OptionEdit.
findGroup(String) - Method in class de.qfs.lib.option.OptionGroup
Traverse the OptionGroup members and search for an OptionGroup.
findNode(String) - Method in class de.qfs.lib.option.TreeOptionGroup.Tree
Find a node by its path name.
finish() - Method in class de.qfs.lib.tree.IndexTraversal
Cleanly abort the traversal.
finish() - Method in interface de.qfs.lib.tree.Traversal
Cleanly abort the traversal.
finish(boolean) - Method in class de.qfs.lib.util.TaskQueue
Terminate the operation of the TaskQueue.
finishNode(Object) - Method in interface de.qfs.lib.tree.NodeFactory
Finish a tree node.
fireChanged() - Method in class de.qfs.lib.option.KeyOptionEdit
Notify the listeners that the key combination has changed.
fireCountChanged(long) - Method in class de.qfs.lib.util.CountingInputStream
Notify all registered listeners of a change in the read count.
fireResourceDropped(Object, Object) - Method in class de.qfs.lib.util.MRUCache
Notify all listeners about a resource dropped from the cache.
fireSortOrderChanged(TableModelSorterEvent) - Method in class de.qfs.lib.gui.DefaultTableModelSorter
Notify the listeners of a change in the sort order.
first - Variable in class de.qfs.lib.tree.TreeBuilder
Flag to check for the root node.
fixSize() - Method in class de.qfs.lib.gui.ModalDialog
Pack the dialog and enlarge it if necessary for the minimum width and height.
flush() - Method in class de.qfs.lib.log.LogStream
Flush the LogStream, logging the current message.
FlushBuffer.UnitTest - class de.qfs.lib.log.FlushBuffer.UnitTest.
Test cases for the FlushBuffer class.
FlushBuffer.UnitTest(String) - Constructor for class de.qfs.lib.log.FlushBuffer.UnitTest
Create a new UnitTest.
FocusFixer - class de.qfs.lib.gui.FocusFixer.
This class fixes an annoying bug that only occurs in JDK 1.1 with the motif Toolkit.
focusGained(FocusEvent) - Method in class de.qfs.lib.gui.WholeRowFocusRenderer
Notify the renderer that the table gained the focus.
focusGained(FocusEvent) - Method in class de.qfs.lib.option.KeyOptionEdit.KeyLabel
Notify the KeyLabel that it has gained the focus.
focusLost(FocusEvent) - Method in class de.qfs.lib.gui.WholeRowFocusRenderer
Notify the renderer that the table lost the focus.
focusLost(FocusEvent) - Method in class de.qfs.lib.option.KeyOptionEdit.KeyLabel
Notify the KeyLabel that it has lost the focus.
focusNextComponent(Component) - Method in class de.qfs.lib.gui.FocusFixer
Focus the next component.
focusPreviousComponent(Component) - Method in class de.qfs.lib.gui.FocusFixer
Focus the previous component.
forceExtension(File) - Method in class de.qfs.lib.util.ExtensionFileFilter
Check whether a filename has a proper extension for this ExtensionFileFilter.
forceUpdate() - Method in class de.qfs.lib.gui.StatusLine
Force redraw of StatusLine
format - Variable in class de.qfs.lib.log.StreamLogWriter
The format used to print LogEntries.
format(LogEntry) - Method in class de.qfs.lib.log.DefaultLogFormat
Format one LogEntry.
format(LogEntry) - Method in interface de.qfs.lib.log.LogFormat
Format one LogEntry.
format(String, Object[]) - Static method in class de.qfs.lib.gui.Message
Convenience method that creates a message from a resource string and its parameters.
frame - Variable in class de.qfs.lib.config.FrameConfigWrapper
The wrapped Frame.
FrameConfigWrapper - class de.qfs.lib.config.FrameConfigWrapper.
A ConfigWrapper for Frame objects.
FrameConfigWrapper() - Constructor for class de.qfs.lib.config.FrameConfigWrapper
Create a new FrameConfigWrapper with the default name "frame".
FramedOptionGroup - class de.qfs.lib.option.FramedOptionGroup.
Deprecated. Replaced by PlainOptionGroup with the frame property set to true as of version 0.98.0.
FramedOptionGroup() - Constructor for class de.qfs.lib.option.FramedOptionGroup
Deprecated. No arg constructor for customized OptionGroups.
FramedOptionGroup(String, OptionSet) - Constructor for class de.qfs.lib.option.FramedOptionGroup
Deprecated. Create a new FramedOptionGroup.
fromArray(String[]) - Method in class de.qfs.lib.option.TextOption
Create the value of the TextOption by joining Strings from an array with the newline character.

qflib 0.98.1
A B C D E F G H I J K L M N O P R S T U V W X Y Z _