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 _

T

TabbedOptionGroup - class de.qfs.lib.option.TabbedOptionGroup.
A TabbedOptionGroup uses a JTabbedPane to distribute its OptionGroup members into several tabs.
TabbedOptionGroup() - Constructor for class de.qfs.lib.option.TabbedOptionGroup
No arg constructor for customized OptionGroups.
TabbedOptionGroup(String, OptionSet) - Constructor for class de.qfs.lib.option.TabbedOptionGroup
Create a new TabbedOptionGroup.
tabHack(AWTEvent) - Method in class de.qfs.lib.gui.EventQueue
At least on Motif systems (linux for example), no KEY_PRESSED and KEY_TYPED events are generated for the Shift_Tab combination, but only under certain circumstances.
table - Variable in class de.qfs.lib.config.JTableConfigWrapper
The wrapped table.
table - Variable in class de.qfs.lib.option.TableOptionEdit
The table of the edit.
tableChanged(TableModelEvent) - Method in class de.qfs.lib.gui.TableModelAdapter
Called, when the wrapped model has changed in some way.
tableChanged(TableModelEvent) - Method in class de.qfs.lib.gui.FilteredAndSortedTableModel
Called, when the wrapped model has changed in some way.
TableModelAdapter - class de.qfs.lib.gui.TableModelAdapter.
Built after the Adapter pattern, this class acts as the base for manipulators of TableModels which leave the original model undisturbed.
TableModelAdapter(TableModel) - Constructor for class de.qfs.lib.gui.TableModelAdapter
Create a new TableModelAdapter
TableModelFilter - interface de.qfs.lib.gui.TableModelFilter.
Interface for filters used by FilteredAndSortedTableModel.
TableModelFilterEvent - class de.qfs.lib.gui.TableModelFilterEvent.
This event is used to signal a change in the state of a TableModelFilter that requires the table model rows to be recalculated.
TableModelFilterEvent(Object) - Constructor for class de.qfs.lib.gui.TableModelFilterEvent
Create a new TableModelFilterEvent.
TableModelFilterListener - interface de.qfs.lib.gui.TableModelFilterListener.
The TableModelFilterListener interface must be implemented by classes interested in a change in a TableModelFilter.
TableModelSorter - interface de.qfs.lib.gui.TableModelSorter.
Interface for sorters used by FilteredAndSortedTableModel.
TableModelSorterEvent - class de.qfs.lib.gui.TableModelSorterEvent.
This event contains the details about a change in the sort order of a TableModelSorter.
TableModelSorterEvent(Object, int, boolean) - Constructor for class de.qfs.lib.gui.TableModelSorterEvent
Create a new TableModelSorterEvent.
TableModelSorterListener - interface de.qfs.lib.gui.TableModelSorterListener.
The TableModelSorterListener interface must be implemented by classes interested in a change in the sort order of a TableModelSorter.
TableOption - class de.qfs.lib.option.TableOption.
An option whose value is a two-dimensional array.
TableOption(String, Object[][]) - Constructor for class de.qfs.lib.option.TableOption
Create a new TableOption.
TableOptionEdit - class de.qfs.lib.option.TableOptionEdit.
JTable based Edit for a TableOption.
TableOptionEdit.BooleanEditor - class de.qfs.lib.option.TableOptionEdit.BooleanEditor.
Editor for Boolean table cell.
TableOptionEdit.BooleanEditor(TableOptionEdit, JTable) - Constructor for class de.qfs.lib.option.TableOptionEdit.BooleanEditor
Create a new BooleanEditor.
TableOptionEdit.Column - class de.qfs.lib.option.TableOptionEdit.Column.
Structure that holds column data.
TableOptionEdit.Column(TableOptionEdit, String) - Constructor for class de.qfs.lib.option.TableOptionEdit.Column
Crate a new column.
TableOptionEdit.Editor - class de.qfs.lib.option.TableOptionEdit.Editor.
Baseclass for the cell editors.
TableOptionEdit.Editor(TableOptionEdit, JCheckBox) - Constructor for class de.qfs.lib.option.TableOptionEdit.Editor
Create a new Editor.
TableOptionEdit.Editor(TableOptionEdit, JTextField) - Constructor for class de.qfs.lib.option.TableOptionEdit.Editor
Create a new Editor.
TableOptionEdit.Model - class de.qfs.lib.option.TableOptionEdit.Model.
The table model used by the edit.
TableOptionEdit.Model(TableOptionEdit, Object[][], int) - Constructor for class de.qfs.lib.option.TableOptionEdit.Model
Create a new Model.
TableOptionEdit.NumberEditor - class de.qfs.lib.option.TableOptionEdit.NumberEditor.
Editor for Number table cell.
TableOptionEdit.NumberEditor(TableOptionEdit) - Constructor for class de.qfs.lib.option.TableOptionEdit.NumberEditor
Create a new NumberEditor.
TableOptionEdit.StringEditor - class de.qfs.lib.option.TableOptionEdit.StringEditor.
Editor for String table cell.
TableOptionEdit.StringEditor(TableOptionEdit) - Constructor for class de.qfs.lib.option.TableOptionEdit.StringEditor
Create a new StringEditor.
TableOptionEdit.Table - class de.qfs.lib.option.TableOptionEdit.Table.
 
TableOptionEdit.Table.ActionHandler - class de.qfs.lib.option.TableOptionEdit.Table.ActionHandler.
Action listener for the table row actions.
TableOptionEdit.Table.ActionHandler(TableOptionEdit.Table) - Constructor for class de.qfs.lib.option.TableOptionEdit.Table.ActionHandler
 
TableOptionEdit.Table(TableOptionEdit) - Constructor for class de.qfs.lib.option.TableOptionEdit.Table
Create a new Table.
TableOptionEdit() - Constructor for class de.qfs.lib.option.TableOptionEdit
Create a new TableOptionEdit.
TaskQueue - class de.qfs.lib.util.TaskQueue.
A TaskQueue is a Thread that executes runnables from a queue.
TaskQueue.UnitTest - class de.qfs.lib.util.TaskQueue.UnitTest.
Test cases for the TaskQueue class.
TaskQueue.UnitTest(String) - Constructor for class de.qfs.lib.util.TaskQueue.UnitTest
Create a new UnitTest.
TaskQueue() - Constructor for class de.qfs.lib.util.TaskQueue
Create a new TaskQueue.
TaskQueue(String) - Constructor for class de.qfs.lib.util.TaskQueue
Create a new TaskQueue.
testBadOptions() - Method in class de.qfs.lib.util.ArgsParser.UnitTest
Test bad options in setOptions method.
testChange() - Method in class de.qfs.lib.util.MultiMap.UnitTest
Test for concurrent changes.
testCommit() - Method in class de.qfs.lib.transaction.IntTests
Test setting some States and committing.
testCubby() - Method in class de.qfs.lib.log.LogQueue.UnitTest
Test non-queueing.
testDrop() - Method in class de.qfs.lib.log.LogQueue.UnitTest
Test drop on overflow.
testException() - Method in class de.qfs.lib.util.Visitor.UnitTest
Test Exceptions in visit method.
testExceptions() - Method in class de.qfs.lib.log.IntTests
Test exception logging.
testExceptions() - Method in class de.qfs.lib.transaction.IntTests
Test exceptions during rollback.
testFileLogWriter() - Method in class de.qfs.lib.log.IntTests
Test log file creation with a FileLogWriter.
testFilter() - Method in class de.qfs.lib.log.IntTests
Test filtering.
testFilterMany() - Method in class de.qfs.lib.log.TreeFilter.UnitTest
Test filtering of an array.
testFindNodeAndParent() - Method in class de.qfs.lib.log.LogLevels.UnitTest
Test the Node.findNodeAndParent method.
testFlush() - Method in class de.qfs.lib.log.FlushBuffer.UnitTest
Test the flush method.
testFlush() - Method in class de.qfs.lib.log.LogQueue.UnitTest
Test automatic flushing.
testFlushBuffer() - Method in class de.qfs.lib.log.IntTests
Test the flush buffer.
testGetLogLevel() - Method in class de.qfs.lib.log.LogLevels.UnitTest
Test the getLogLevel method.
testGetLogLevels() - Method in class de.qfs.lib.log.LogLevels.UnitTest
Test the getLogLevels method.
testInheritance() - Method in class de.qfs.lib.util.Visitor.UnitTest
Test method lookup for baseclass.
testIterators() - Method in class de.qfs.lib.util.MultiMap.UnitTest
Test iterators.
testLevels() - Method in class de.qfs.lib.log.IntTests
Test setting the level for the logger.
testListener() - Method in class de.qfs.lib.log.LogLevels.UnitTest
Test adding a log level listener.
testListener() - Method in class de.qfs.lib.util.MRUCache.UnitTest
Test adding and removing an MRUCacheListener.
testLogLevel() - Method in class de.qfs.lib.log.IntTests
Test the log level.
testLogStream() - Method in class de.qfs.lib.log.IntTests
Test a log stream.
testLookup() - Method in class de.qfs.lib.util.Visitor.UnitTest
Test method lookup.
testMulti() - Method in class de.qfs.lib.util.MultiMap.UnitTest
Test the multi functionality of the MultiMap.
testMulti() - Method in class de.qfs.lib.util.MRUCache.UnitTest
Test the extended multi map functionality of the MRUCache.
testNoSuchMethod() - Method in class de.qfs.lib.util.Visitor.UnitTest
Test failed method lookup.
testOverrun() - Method in class de.qfs.lib.log.FlushBuffer.UnitTest
Test a buffer overrun.
testOverrunAfterResizeLarge() - Method in class de.qfs.lib.log.FlushBuffer.UnitTest
Test overrun after resize to larger buffer.
testOverrunAfterResizeSmall() - Method in class de.qfs.lib.log.FlushBuffer.UnitTest
Test overrun after resize to smaller buffer.
testOverrunResizeLarge() - Method in class de.qfs.lib.log.FlushBuffer.UnitTest
Test resize to larger buffer after overrun.
testOverrunResizeSmall() - Method in class de.qfs.lib.log.FlushBuffer.UnitTest
Test resize to smaller buffer after overrun.
testParseBad() - Method in class de.qfs.lib.util.ArgsParser.UnitTest
Test the parse method.
testParseMultiple() - Method in class de.qfs.lib.util.ArgsParser.UnitTest
Test the parse method.
testParseOK() - Method in class de.qfs.lib.util.ArgsParser.UnitTest
Test the parse method.
testParseWildcards() - Method in class de.qfs.lib.util.ArgsParser.UnitTest
Test the parse method.
testPreQueueLevel() - Method in class de.qfs.lib.log.IntTests
Test the pre queue level.
testRemoveClassLevel() - Method in class de.qfs.lib.log.LogLevels.UnitTest
Test removing the log level for a class.
testRemoveLevel() - Method in class de.qfs.lib.log.TreeFilter.UnitTest
Test removing the log levels for a class and package.
testRemovePackageLevel() - Method in class de.qfs.lib.log.LogLevels.UnitTest
Test removing the log level for a package.
testRemoveRecursive() - Method in class de.qfs.lib.log.TreeFilter.UnitTest
Test removing the log levels for a package recursively.
testResize() - Method in class de.qfs.lib.log.LogQueue.UnitTest
Test reisze of the queue.
testResizeLarge() - Method in class de.qfs.lib.log.FlushBuffer.UnitTest
Test resize to larger buffer.
testResizeSmall() - Method in class de.qfs.lib.log.FlushBuffer.UnitTest
Test resize to smaller buffer.
testRingFileLogWriter() - Method in class de.qfs.lib.log.IntTests
Test log file creation with a RingFileLogWriter.
testRollback() - Method in class de.qfs.lib.transaction.IntTests
Test setting some States and rolling back.
testSetClassLevel() - Method in class de.qfs.lib.log.LogLevels.UnitTest
Test setting the log level for a class before and after it is requested.
testSetClassLevel() - Method in class de.qfs.lib.log.TreeFilter.UnitTest
Test setting the log level for a class.
testSetDefault() - Method in class de.qfs.lib.log.LogLevels.UnitTest
Test the setDefaultLogLevel method.
testSetDefault() - Method in class de.qfs.lib.log.TreeFilter.UnitTest
Test the setDefault method.
testSetMethodLevel() - Method in class de.qfs.lib.log.TreeFilter.UnitTest
Test setting the log level for a method.
testSetPackageLevel() - Method in class de.qfs.lib.log.LogLevels.UnitTest
Test setting the log level for a package before and after class log levels are requested
testSetPackageLevel() - Method in class de.qfs.lib.log.TreeFilter.UnitTest
Test setting the log level for a package.
testSets() - Method in class de.qfs.lib.util.MultiMap.UnitTest
Test key, value and entry sets.
testStreamLogWriter() - Method in class de.qfs.lib.log.IntTests
Test a stream writer in a LevelFilter.
testStreamLogWriter2() - Method in class de.qfs.lib.log.IntTests
Test a stream writer directly in Log.
testThreads() - Method in class de.qfs.lib.transaction.IntTests
Test creating Transactions from different Threads.
text - Variable in class de.qfs.lib.option.SimpleOptionEdit
The text of the component.
TextOption - class de.qfs.lib.option.TextOption.
A TextOption is similar to a StringOption except that its edit Component is a mulitline text area.
TextOption() - Constructor for class de.qfs.lib.option.TextOption
Create a new TextOption.
TextOption(String, String) - Constructor for class de.qfs.lib.option.TextOption
Create a new TextOption with a name and a value.
TextOption(String, String, boolean) - Constructor for class de.qfs.lib.option.TextOption
Create a new TextOption with a name and a value and the nullOK flag.
TextOptionEdit - class de.qfs.lib.option.TextOptionEdit.
A multiline OptionEdit for a TextOption.
TextOptionEdit() - Constructor for class de.qfs.lib.option.TextOptionEdit
Create a new TextOptionEdit.
theQueue - Static variable in class de.qfs.lib.gui.EventQueue
The installed Queue or null.
ThreadPool - class de.qfs.lib.util.ThreadPool.
A Thread pool manages a number of Threads to execute asynchronous calls.
ThreadPool(int, int, int) - Constructor for class de.qfs.lib.util.ThreadPool
Create a new ThreadPool.
ThreadPool(int, int, int, ThreadGroup) - Constructor for class de.qfs.lib.util.ThreadPool
Create a new ThreadPool.
title - Variable in class de.qfs.lib.option.OptionGroup
The title of the FramedOptionGroup's border.
title - Variable in class de.qfs.lib.option.TreeOptionGroup.Node
The title fot the group display.
titleBorder - Variable in class de.qfs.lib.option.OptionGroup
The TitledBorder of the Frame.
toArray(boolean) - Method in class de.qfs.lib.option.TextOption
Return the value of the TextOption as an array of Strings, each element of the array representing one line of text.
toClear - Variable in class de.qfs.lib.gui.EventQueueMark
That many incantations need to be cleared.
toolbar - Variable in class de.qfs.lib.config.JToolBarConfigWrapper
The JToolBar to wrap.
toSkip - Variable in class de.qfs.lib.gui.EventQueueMark
That many clearances need to be skipped.
toString() - Method in class de.qfs.lib.config.ConfigurationEvent
Get a String representation of the ConfigurationEvent
toString() - Method in class de.qfs.lib.gui.TreeNotification
Get a string representation of the TreeNotification.
toString() - Method in class de.qfs.lib.log.LogEntry
Override the toString method to return a formatted String containing all the relevant data of the message.
toString() - Method in class de.qfs.lib.option.Option
Get a String representation for the Option.
toString() - Method in class de.qfs.lib.option.KeyOption.Data
Get a String representation for the data.
toString() - Method in class de.qfs.lib.option.TableOptionEdit.Column
Get a string representation of the Column.
toString() - Method in class de.qfs.lib.util.MultiMap.MapEntry
Get a String representatio for the entry.
toString() - Method in class de.qfs.lib.util.CountEvent
Get a String representation for the event.
toString() - Method in class de.qfs.lib.util.MRUCacheEvent
Get a String representation for the event.
toString(DateFormat) - Method in class de.qfs.lib.log.LogEntry
Deprecated. Please use the LogFormat interface to customize LogEntry output.
totalWeight - Variable in class de.qfs.lib.gui.Grid
The total accumulated y-weight.
Transaction - class de.qfs.lib.transaction.Transaction.
Transaction instances allow actions to be collected and executed together by commit or to be undone together by rollback.
Transaction() - Constructor for class de.qfs.lib.transaction.Transaction
Constructor is not hidden.
Traversal - interface de.qfs.lib.tree.Traversal.
This interface is implemented by classes that traverse a tree.
TraversalCallback - interface de.qfs.lib.tree.TraversalCallback.
This interface must be implemented when traversing a tree with TreeUtil.traverse or TreeUtil.traverseFrom.
traverse(TraversalCallback) - Method in class de.qfs.lib.tree.IndexTraversal
Traverse the tree.
traverse(TreeAdapter, Object, TraversalCallback) - Static method in class de.qfs.lib.tree.TreeUtil
Traverse a tree and notify a Callback about every node entered and exited on the way.
traverseFrom(TraversalCallback, Object[]) - Method in class de.qfs.lib.tree.IndexTraversal
Traverse the tree, skipping the callback for some nodes.
traverseFrom(TreeAdapter, Object, Object, TraversalCallback) - Static method in class de.qfs.lib.tree.TreeUtil
Traverse a tree and notify a Callback about every node entered and exited on the way.
TreeAdapter - interface de.qfs.lib.tree.TreeAdapter.
With the help of this interface the methods of the TreeUtil class can be applied to every kind of tree structure without the need to change anything in the implementation of the structure itself (provided that the basic tree functionality is there).
TreeBuilder - class de.qfs.lib.tree.TreeBuilder.
Helper class that simplifies building a tree from some kind of data, e.g. a file.
TreeBuilder(MutableTreeAdapter, NodeFactory) - Constructor for class de.qfs.lib.tree.TreeBuilder
Create a new TreeBuilder.
TreeFilter - class de.qfs.lib.log.TreeFilter.
This class filters log messages based on a tree of log levels.
TreeFilter.UnitTest - class de.qfs.lib.log.TreeFilter.UnitTest.
Test cases for the TreeFilter class.
TreeFilter.UnitTest(String) - Constructor for class de.qfs.lib.log.TreeFilter.UnitTest
Create a new UnitTest.
TreeFilter() - Constructor for class de.qfs.lib.log.TreeFilter
Create a new TreeFilter with mode FILTER_UNUSED.
TreeFilter(int, LogWriter) - Constructor for class de.qfs.lib.log.TreeFilter
Create a new TreeFilter.
TreeFilter(LogWriter) - Constructor for class de.qfs.lib.log.TreeFilter
Create a new TreeFilter with mode FILTER_USED.
TreeNotification - class de.qfs.lib.gui.TreeNotification.
A TreeNotification supports a mechanism similar to TreeEvents, but with a different philosophy.
TreeNotification(int, int) - Constructor for class de.qfs.lib.gui.TreeNotification
Create a new TreeNotification.
TreeNotification(Object, int, int) - Constructor for class de.qfs.lib.gui.TreeNotification
Create a new TreeNotification.
TreeOptionGroup - class de.qfs.lib.option.TreeOptionGroup.
This OptionGroup builds a tree structure from the resources.
TreeOptionGroup.Listener - class de.qfs.lib.option.TreeOptionGroup.Listener.
Delayed listener for changes in the tree selection.
TreeOptionGroup.Listener(TreeOptionGroup) - Constructor for class de.qfs.lib.option.TreeOptionGroup.Listener
 
TreeOptionGroup.Node - class de.qfs.lib.option.TreeOptionGroup.Node.
These elements of the tree model are simple structures.
TreeOptionGroup.Node(TreeOptionGroup, String) - Constructor for class de.qfs.lib.option.TreeOptionGroup.Node
Create a new Node.
TreeOptionGroup.Renderer - class de.qfs.lib.option.TreeOptionGroup.Renderer.
The Renderer for the tree.
TreeOptionGroup.Renderer(TreeOptionGroup) - Constructor for class de.qfs.lib.option.TreeOptionGroup.Renderer
Create a new Renderer.
TreeOptionGroup.Tree - class de.qfs.lib.option.TreeOptionGroup.Tree.
A straightforward tree, implemented in terms of the Node class and the TreeAdapter concept.
TreeOptionGroup.Tree(TreeOptionGroup) - Constructor for class de.qfs.lib.option.TreeOptionGroup.Tree
Create a new tree.
TreeOptionGroup() - Constructor for class de.qfs.lib.option.TreeOptionGroup
No arg constructor for customized OptionGroups.
TreeOptionGroup(String, OptionSet) - Constructor for class de.qfs.lib.option.TreeOptionGroup
Create a new TreeOptionGroup.
TreeUtil - class de.qfs.lib.tree.TreeUtil.
This is a collection of static convenience methods that are useful for tree management.
TreeUtil() - Constructor for class de.qfs.lib.tree.TreeUtil
 
type - Variable in class de.qfs.lib.util.MultiMap.MapIterator
The type of the iterator, KEYS, VALUES or ENTRIES.

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 _