qflib 0.98.0
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.
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.
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.
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.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.
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.
type - Variable in class de.qfs.lib.util.MultiMap.MapIterator
The type of the iterator, KEYS, VALUES or ENTRIES.

qflib 0.98.0
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 _