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 _

D

DBG - Static variable in class de.qfs.lib.log.Log
The level for debugging messages.
DBGDETAIL - Static variable in class de.qfs.lib.log.Log
The level for details for debugging messages.
de.qfs.lib - package de.qfs.lib
This package contains only few classes itself, acting mainly as the root for all qflib packages.
de.qfs.lib.command - package de.qfs.lib.command
The classes in this package implement a command dispatch mechanism at a higher level of abstraction than the standard AWT event loop.
de.qfs.lib.config - package de.qfs.lib.config
The de.qfs.lib.config package provides everything needed to save and restore an applications state in a user editable config file.
de.qfs.lib.gui - package de.qfs.lib.gui
This is a collection of classes and interfaces related to GUI management.
de.qfs.lib.log - package de.qfs.lib.log
This package provides the means for the creation and dispatch of log messages.
de.qfs.lib.logrmi - package de.qfs.lib.logrmi
Implementation of the client side functionality for connecting to the log server qflog.
de.qfs.lib.option - package de.qfs.lib.option
This package forms a framework for creating, managing, (re)storing and editing options.
de.qfs.lib.transaction - package de.qfs.lib.transaction
A simple transaction mechanism that supports commit and rollback on the client side.
de.qfs.lib.util - package de.qfs.lib.util
This package is a collection of independent little utility classes that don't fit in anywhere else.
deactivate() - Method in class de.qfs.lib.gui.EventQueueMark
Deactivate the mark immediately.
DEFAULT_DELAY - Static variable in class de.qfs.lib.gui.DelayedListSelectionListener
The default delay for a DelayedListSelectionListener.
DEFAULT_DELAY - Static variable in class de.qfs.lib.gui.DelayedTreeSelectionListener
The default delay for a DelayedTreeSelectionListener.
DEFAULT_DROP_ON_OVERFLOW - Static variable in class de.qfs.lib.log.Log
The default drop on overflow flag: false.
DEFAULT_FILE_LIMIT - Static variable in class de.qfs.lib.log.RingFileLogWriter
Default file limit.
DEFAULT_FLUSH_BUFFER_SIZE - Static variable in class de.qfs.lib.log.Log
The default size of the flush buffer: 0.
DEFAULT_FLUSH_TRIGGER_LEVEL - Static variable in class de.qfs.lib.log.Log
The default value for the flush trigger level: ERR.
DEFAULT_LOG_FILE_NUM - Static variable in class de.qfs.lib.util.LogSetup
Default number of files for RingFileLogWriter.
DEFAULT_LOG_LEVEL - Static variable in class de.qfs.lib.log.Logger
Default level for a Logger: Log.WRNDETAIL.
DEFAULT_OUTPUT_LEVEL - Static variable in class de.qfs.lib.log.Log
The default value for the output level: ERRDETAIL.
DEFAULT_POST_FLUSH_SIZE - Static variable in class de.qfs.lib.log.Log
The default value for the post flush size: 10.
DEFAULT_PRE_QUEUE_LEVEL - Static variable in class de.qfs.lib.log.Log
The default value for the pre queue level: ERRDETAIL.
DEFAULT_QUEUE_SIZE - Static variable in class de.qfs.lib.log.Log
The default queue size: 3000.
DEFAULT_QUEUEING - Static variable in class de.qfs.lib.log.Log
The default queueing flag: true.
DEFAULT_SIZE_LIMIT - Static variable in class de.qfs.lib.log.RingFileLogWriter
Default size limit.
defaultButtons - Static variable in class de.qfs.lib.gui.ModalDialog
The default button names.
defaultLevel - Variable in class de.qfs.lib.log.TreeFilter
The default level for messages that aren't further defined.
DefaultLogFormat - class de.qfs.lib.log.DefaultLogFormat.
This is a default implementation of the LogFormat interface that produces the same result as the LogEntry.toString method before Version 0.98.0
DefaultLogFormat() - Constructor for class de.qfs.lib.log.DefaultLogFormat
Create a new DefaultLogFormat that uses a default DateFormat of HH:mm:ss.SSS for timestamps.
DefaultLogFormat(DateFormat) - Constructor for class de.qfs.lib.log.DefaultLogFormat
Create a new DefaultLogFormat.
DefaultTableModelSorter - class de.qfs.lib.gui.DefaultTableModelSorter.
A default implementation of the TableModelSorter interface.
DefaultTableModelSorter() - Constructor for class de.qfs.lib.gui.DefaultTableModelSorter
Create a new DefaultTableModelSorter.
DefaultTableModelSorter(String) - Constructor for class de.qfs.lib.gui.DefaultTableModelSorter
Create a new DefaultTableModelSorter.
deflt - Variable in class de.qfs.lib.gui.ModalDialog.ButtonData
Whether the button is a default button.
DelayedAction - class de.qfs.lib.util.DelayedAction.
A DelayedAction is something that is generally useful in event handling, if subsequent events of the same kind cancel each other and the number of pending events is unknown at the time one event is handled.
DelayedAction(int) - Constructor for class de.qfs.lib.util.DelayedAction
Create a new DelayedAction.
DelayedListSelectionListener - class de.qfs.lib.gui.DelayedListSelectionListener.
This class implements a delayed version of the ListSelectionListener interface with the help of a DelayedAction.
DelayedListSelectionListener() - Constructor for class de.qfs.lib.gui.DelayedListSelectionListener
Create a new DelayedListSelectionListener with the default delay of 300 milliseconds.
DelayedListSelectionListener(int) - Constructor for class de.qfs.lib.gui.DelayedListSelectionListener
Create a new DelayedListSelectionListener.
DelayedTreeSelectionListener - class de.qfs.lib.gui.DelayedTreeSelectionListener.
This class implements a delayed version of the TreeSelectionListener interface with the help of a DelayedAction.
DelayedTreeSelectionListener() - Constructor for class de.qfs.lib.gui.DelayedTreeSelectionListener
Create a new DelayedTreeSelectionListener with the default delay of 300 milliseconds.
DelayedTreeSelectionListener(int) - Constructor for class de.qfs.lib.gui.DelayedTreeSelectionListener
Create a new DelayedTreeSelectionListener.
delayedValueChanged(ListSelectionEvent) - Method in class de.qfs.lib.gui.DelayedListSelectionListener
Handle a ListSelectionEvent similar to ListSelectionListener.valueChanged.
delayedValueChanged(TreeSelectionEvent) - Method in class de.qfs.lib.gui.DelayedTreeSelectionListener
Handle a TreeSelectionEvent similar to TreeSelectionListener.valueChanged.
dialog - Variable in class de.qfs.lib.config.DialogConfigWrapper
The wrapped Dialog.
DialogCommandException - exception de.qfs.lib.command.DialogCommandException.
When a DialogCommandException is thrown during the exection of a Command that has been assigned through a CommandDistributor, it will be caught and the Dialog contained in it will be displayed.
DialogCommandException(String, Dialog) - Constructor for class de.qfs.lib.command.DialogCommandException
Create a new DialogCommandException.
DialogConfigWrapper - class de.qfs.lib.config.DialogConfigWrapper.
A ConfigWrapper for Dialog objects.
DialogConfigWrapper() - Constructor for class de.qfs.lib.config.DialogConfigWrapper
Create a new DialogConfigWrapper with the default name "dialog".
dir - Variable in class de.qfs.lib.log.RingFileLogWriter
The directory of the log files.
dir - Variable in class de.qfs.lib.util.ArchiveClassLoader
The directory holding the classes.
DIRECTORY_TYPE - Static variable in class de.qfs.lib.option.FileOption
The file must be a directory.
disabled - Variable in class de.qfs.lib.option.OptionEdit
Whether the edit is permanently disabled.
disabled - Variable in class de.qfs.lib.option.OptionGroup
Whether the group is permanently disabled.
disconnect() - Method in class de.qfs.lib.logrmi.LogListenerImplBase
End the connection with the LogListener.
disconnect() - Method in class de.qfs.lib.logrmi.RemoteLogLevelListenerImplBase
End the connection with the RemoteLogLevelListener.
disconnect() - Method in interface de.qfs.lib.logrmi.RemoteLogLevelListener
End the connection with the RemoteLogLevelListener.
disconnect() - Method in class de.qfs.lib.logrmi.RemoteLogLevelCallbackImplBase
End the connection with the RemoteLogLevelCallback.
disconnect() - Method in class de.qfs.lib.logrmi.RemoteLogFilter
Deprecated. Disconnect from the LogServer.
disconnect() - Method in class de.qfs.lib.logrmi.RemoteLogWriter
Disconnect from the LogServer.
disconnect() - Method in interface de.qfs.lib.logrmi.RemoteLogLevelCallback
End the connection with the LogLevelCallback.
disconnect() - Method in class de.qfs.lib.logrmi.RemoteLogLevelAdapter
End the connection with the RemoteLogLevelListener.
disconnect() - Method in interface de.qfs.lib.logrmi.LogListener
End the connection with the LogListener.
disconnect(int) - Method in class de.qfs.lib.logrmi.LogServerImplBase
Disconnect the client from the server.
disconnect(int) - Method in interface de.qfs.lib.logrmi.LogServer
Disconnect the client from the server.
dispatch() - Method in class de.qfs.lib.gui.EventQueue.WrapperEvent
Dispatch the wrapped event through the EventQueue's dispatchEvent method.
dispatchEvent(AWTEvent) - Method in class de.qfs.lib.gui.EventQueue
Dispatch an event.
doModal() - Method in class de.qfs.lib.option.OptionDialog
Bring up the Dialog and wait for the user to finish editing.
doModal(Component, boolean) - Method in class de.qfs.lib.gui.ModalDialog
Bring up the dialog and wait for the user to finish editing.
dumpStack(int, String, String) - Method in class de.qfs.lib.log.Logger
Log a stack trace.
DynamicClassLoader - class de.qfs.lib.util.DynamicClassLoader.
A DynamicClassLoader is a valuable tool, particularly during the development phase of a program, since it can load new versions of a class into a running program without restarting it.
DynamicClassLoader() - Constructor for class de.qfs.lib.util.DynamicClassLoader
Create a new DynamicClassLoader.

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 _