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 _

L

label - Variable in class de.qfs.lib.option.SimpleOptionEdit
The label of the component.
label - Variable in class de.qfs.lib.option.ChoiceOptionEdit
The label of the component.
lastEntry - Variable in class de.qfs.lib.util.MultiMap.MapIterator
The Entry used in the last call to next.
lastValue - Variable in class de.qfs.lib.util.MultiMap.MapIterator
The lastValue returned from next.
layout - Variable in class de.qfs.lib.gui.Grid
The layout of the Grid.
layout - Variable in class de.qfs.lib.gui.ModalDialog
The layout for the dialog.
level - Variable in class de.qfs.lib.log.Logger
Log level set indirectly by using setDefaultLogLevel etc.
levelChanged(LogLevelEvent) - Method in interface de.qfs.lib.log.LogLevelListener
Notify the listener that a log level has been changed.
levelChanged(LogLevelEvent) - Method in class de.qfs.lib.logrmi.RemoteLogLevelListenerImplBase
Notify the listener that a log level has been changed.
levelChanged(LogLevelEvent) - Method in interface de.qfs.lib.logrmi.RemoteLogLevelListener
Notify the listener that a log level has been changed.
levelChanged(LogLevelEvent) - Method in class de.qfs.lib.logrmi.RemoteLogLevelAdapter
Notify the listener that a log level has been changed.
LevelFilter - class de.qfs.lib.log.LevelFilter.
A simple LogFilter that filters messages based on their level.
LevelFilter(int) - Constructor for class de.qfs.lib.log.LevelFilter
Create a new LevelFilter with mode FILTER_UNUSED and no LogWriter.
LevelFilter(int, int, LogWriter) - Constructor for class de.qfs.lib.log.LevelFilter
Create a new LevelFilter.
LevelFilter(int, LogWriter) - Constructor for class de.qfs.lib.log.LevelFilter
Create a new LevelFilter with mode FILTER_USED.
levelRemoved(LogLevelEvent) - Method in interface de.qfs.lib.log.LogLevelListener
Notify the listener that a log level has been unset.
levelRemoved(LogLevelEvent) - Method in class de.qfs.lib.logrmi.RemoteLogLevelListenerImplBase
Notify the listener that a log level has been unset.
levelRemoved(LogLevelEvent) - Method in interface de.qfs.lib.logrmi.RemoteLogLevelListener
Notify the listener that a log level has been unset.
levelRemoved(LogLevelEvent) - Method in class de.qfs.lib.logrmi.RemoteLogLevelAdapter
Notify the listener that a log level has been unset.
levels - Variable in class de.qfs.lib.log.TreeFilter
The hashtable holding the log levels
LevelTreeSelectionModel - class de.qfs.lib.gui.LevelTreeSelectionModel.
This class enables the selection of multiple nodes of a JTree, as long as the nodes are siblings.
LevelTreeSelectionModel() - Constructor for class de.qfs.lib.gui.LevelTreeSelectionModel
Create a new LevelTreeSelectionModel.
LimitedDocument - class de.qfs.lib.gui.LimitedDocument.
An extension of PlainDocument that limits the number of characters the Document may hold.
LimitedDocument() - Constructor for class de.qfs.lib.gui.LimitedDocument
Create a new LimitedDocument.
LimitedPasswordField - class de.qfs.lib.gui.LimitedPasswordField.
LimitedPasswordField extends JPasswordField to restrict the number of characters that may be entered.
LimitedPasswordField(int) - Constructor for class de.qfs.lib.gui.LimitedPasswordField
Create a new LimitedPasswordField.
LimitedPasswordField(int, int) - Constructor for class de.qfs.lib.gui.LimitedPasswordField
Create a new LimitedPasswordField.
LimitedPasswordField(String, int) - Constructor for class de.qfs.lib.gui.LimitedPasswordField
Create a new LimitedPasswordField.
LimitedPasswordField(String, int, int) - Constructor for class de.qfs.lib.gui.LimitedPasswordField
Create a new LimitedPasswordField.
LimitedTextArea - class de.qfs.lib.gui.LimitedTextArea.
LimitedTextArea extends JTextArea to restrict the number of characters that may be entered.
LimitedTextArea(int) - Constructor for class de.qfs.lib.gui.LimitedTextArea
Create a new LimitedTextArea.
LimitedTextArea(int, int, int) - Constructor for class de.qfs.lib.gui.LimitedTextArea
Create a new LimitedTextArea.
LimitedTextArea(String, int) - Constructor for class de.qfs.lib.gui.LimitedTextArea
Create a new LimitedTextArea.
LimitedTextArea(String, int, int, int) - Constructor for class de.qfs.lib.gui.LimitedTextArea
Create a new LimitedTextArea.
LimitedTextField - class de.qfs.lib.gui.LimitedTextField.
LimitedTextField extends JTextField to restrict the number of characters that may be entered.
LimitedTextField(int) - Constructor for class de.qfs.lib.gui.LimitedTextField
Create a new LimitedTextField.
LimitedTextField(int, int) - Constructor for class de.qfs.lib.gui.LimitedTextField
Create a new LimitedTextField.
LimitedTextField(String, int) - Constructor for class de.qfs.lib.gui.LimitedTextField
Create a new LimitedTextField.
LimitedTextField(String, int, int) - Constructor for class de.qfs.lib.gui.LimitedTextField
Create a new LimitedTextField.
lines - Variable in class de.qfs.lib.gui.Grid
The number of rows contained in the Grid.
LINESEP - Static variable in class de.qfs.lib.option.TextOption
Line separator (system specific).
listeners - Variable in class de.qfs.lib.gui.TableModelAdapter
The TableModelListeners registered with this model.
listeners - Variable in class de.qfs.lib.gui.DefaultTableModelSorter
The TableModelSorterListeners.
listeners - Variable in class de.qfs.lib.util.CountingInputStream
The registered CountListeners.
listOptions() - Method in class de.qfs.lib.option.OptionSet
Print the options in the OptionSet to a string.
loadClass(String) - Method in class de.qfs.lib.util.ArchiveClassLoader
Load and resolve a class.
loadClass(String) - Method in class de.qfs.lib.util.DynamicClassLoader
Load and resolve the class named name.
loadClass(String, boolean) - Method in class de.qfs.lib.util.ArchiveClassLoader
Load a class and maybe resolve it.
loadClass(String, boolean) - Method in class de.qfs.lib.util.DynamicClassLoader
Load a class and maybe resolve it.
loadDynamicClass(String) - Static method in class de.qfs.lib.util.DynamicClassLoader
Get a Class object for a class name.
loadedClasses - Static variable in class de.qfs.lib.util.DynamicClassLoader
Cache for loaded classes.
location - Variable in class de.qfs.lib.config.RelativeDialogConfigWrapper
The stored relative location of the dialog.
Log - class de.qfs.lib.log.Log.
The Log class coordiantes the logging of error and debug messages of different levels of importance.
Log() - Constructor for class de.qfs.lib.log.Log
 
log(int, long, String, String, String) - Static method in class de.qfs.lib.log.Log
Log a message.
log(int, String, String) - Method in class de.qfs.lib.log.Logger
Log a message.
log(int, String, String, Throwable) - Static method in class de.qfs.lib.log.Log
Log an exception.
log(int, String, String, Throwable, String) - Static method in class de.qfs.lib.log.Log
Log an exception.
log(int, String, Throwable) - Method in class de.qfs.lib.log.Logger
Log an Exception at some specified level.
log(int, String, Throwable, String) - Method in class de.qfs.lib.log.Logger
Log an Exception at some specified level.
log(LogEntry) - Method in class de.qfs.lib.logrmi.LogListenerImplBase
Accept a log message.
log(LogEntry) - Method in interface de.qfs.lib.logrmi.LogListener
Accept a log message.
log(LogEntry[]) - Method in class de.qfs.lib.logrmi.LogListenerImplBase
Accept many log messages.
log(LogEntry[]) - Method in interface de.qfs.lib.logrmi.LogListener
Accept many log messages.
log(String, Throwable) - Method in class de.qfs.lib.log.Logger
Log an Exception.
log(String, Throwable, String) - Method in class de.qfs.lib.log.Logger
Log an Exception.
LogClient - interface de.qfs.lib.logrmi.LogClient.
This interface must be implemented by LogServer clients that wish to register themselves in the RMI registry and connected to a LogServer once it starts up.
LogClientImplBase - class de.qfs.lib.logrmi.LogClientImplBase.
If a class wants to implement the LogClient interface it should do so by extending this abstract class instead of UnicastRemoteObject.
LogClientImplBase() - Constructor for class de.qfs.lib.logrmi.LogClientImplBase
Create a new LogClientImplBase.
LogEntry - class de.qfs.lib.log.LogEntry.
A LogEntry is a container for the elements of a log message.
LogEntry(int, long, String, String, String, String) - Constructor for class de.qfs.lib.log.LogEntry
Construct a new LogEntry.
LogFilter - interface de.qfs.lib.log.LogFilter.
A simple filter that decides, whether a message should be logged or not.
LogFormat - interface de.qfs.lib.log.LogFormat.
Interface for a formatter for LogEntries.
Logger - class de.qfs.lib.log.Logger.
This class simplyfies logging of messages.
Logger(Class) - Constructor for class de.qfs.lib.log.Logger
Construct a Logger owned by owner.
Logger(Object) - Constructor for class de.qfs.lib.log.Logger
Construct a Logger owned by owner.
Logger(String) - Constructor for class de.qfs.lib.log.Logger
Construct a Logger owned by owner.
LogLevelCallback - interface de.qfs.lib.log.LogLevelCallback.
Callback that enables access to the log levels of an application as well as the ouput and pre queue levels and the queue and flush buffer parameters.
LogLevelEvent - class de.qfs.lib.log.LogLevelEvent.
LogLevelEvent is used to notify LogLevelListeners of changes in the log levels used by the Loggers of an application.
LogLevelEvent(Object, String) - Constructor for class de.qfs.lib.log.LogLevelEvent
Create a new LogLevelEvent.
LogLevelEvent(Object, String[]) - Constructor for class de.qfs.lib.log.LogLevelEvent
Create a new LogLevelEvent.
LogLevelEvent(Object, String, int) - Constructor for class de.qfs.lib.log.LogLevelEvent
Create a new LogLevelEvent.
LogLevelListener - interface de.qfs.lib.log.LogLevelListener.
Listener interface for changes in the log levels of an application.
LogLevels.UnitTest - class de.qfs.lib.log.LogLevels.UnitTest.
Test cases for the LogLevels class.
LogLevels.UnitTest(String) - Constructor for class de.qfs.lib.log.LogLevels.UnitTest
Create a new UnitTest.
LogListener - interface de.qfs.lib.logrmi.LogListener.
A LogListener waits for calls from clients that dump their LogEntries into the LogServer.
LogListenerImplBase - class de.qfs.lib.logrmi.LogListenerImplBase.
If a class wants to implement the LogListener interface it should do so by extending this abstract class instead of UnicastRemoteObject.
LogListenerImplBase() - Constructor for class de.qfs.lib.logrmi.LogListenerImplBase
Create a new LogListenerImplBase.
LogQueue - class de.qfs.lib.log.LogQueue.
This is a queue specialized for LogEntries.
LogQueue.UnitTest - class de.qfs.lib.log.LogQueue.UnitTest.
Test cases for the LogQueue class.
LogQueue.UnitTest(String) - Constructor for class de.qfs.lib.log.LogQueue.UnitTest
Create a new UnitTest.
logRemote(String, int, boolean, boolean) - Static method in class de.qfs.lib.logrmi.RemoteLogFilter
Deprecated. Please use RemoteLogWriter.logRemote instead.
logRemote(String, int, boolean, boolean) - Static method in class de.qfs.lib.logrmi.RemoteLogWriter
Create a new RemoteLogWriter, register it with the RMI registry and use a LevelFilter to put it into the Log filter chain.
logRemote(String, String) - Static method in class de.qfs.lib.logrmi.RemoteLogFilter
Deprecated. Please use RemoteLogWriter.logRemote instead.
logRemote(String, String) - Static method in class de.qfs.lib.logrmi.RemoteLogWriter
Create a new RemoteLogWriter, connect it to a LogServer and use a LevelFilter to put it into the Log filter chain.
logRemote(String, String, int, boolean, boolean) - Static method in class de.qfs.lib.logrmi.RemoteLogFilter
Deprecated. Please use RemoteLogWriter.logRemote instead.
logRemote(String, String, int, boolean, boolean) - Static method in class de.qfs.lib.logrmi.RemoteLogWriter
Create a new RemoteLogWriter and connect it to a LogServer and register it with the RMI registry.
LogServer - interface de.qfs.lib.logrmi.LogServer.
A LogServer is a factory for LogListeners.
LogServerImplBase - class de.qfs.lib.logrmi.LogServerImplBase.
If a class wants to implement the LogServer interface it should do so by extending this abstract class instead of UnicastRemoteObject.
LogServerImplBase() - Constructor for class de.qfs.lib.logrmi.LogServerImplBase
Create a new LogServerImplBase.
LogSetup - class de.qfs.lib.util.LogSetup.
This utility class simplifies the setup of the logging system via command line options.
LogSetup() - Constructor for class de.qfs.lib.util.LogSetup
Protected constructor.
LogSource - interface de.qfs.lib.log.LogSource.
A LogSource passes LogEntries through a chain of LogFilters that can be added to or removed from the LogSource.
LogStream - class de.qfs.lib.log.LogStream.
This stream logs everything written to it.
LogStream(int, String, String) - Constructor for class de.qfs.lib.log.LogStream
Create a new LogStream.
logToFile(String, File, int) - Static method in class de.qfs.lib.log.StreamFilter
Deprecated. Please use FileLogWriter.logToFile or RingFileLogWriter.logToFile instead.
logToFile(String, String, int, boolean) - Static method in class de.qfs.lib.log.FileLogWriter
Log messages to a log file by creating a LevelFilter with a FileLogWriter and adding it to the Log filter chain.
logToFile(String, String, int, boolean, LogFormat) - Static method in class de.qfs.lib.log.FileLogWriter
Log messages to a log file by creating a LevelFilter with a FileLogWriter and adding it to the Log filter chain.
logToFile(String, String, int, int) - Static method in class de.qfs.lib.log.RingFileLogWriter
Log messages to a log file by creating a LevelFilter with a RingFileLogWriter and adding it to the Log filter chain.
logToFile(String, String, int, int, LogFormat) - Static method in class de.qfs.lib.log.RingFileLogWriter
Log messages to a log file by creating a LevelFilter with a RingFileLogWriter and adding it to the Log filter chain.
LogUser - interface de.qfs.lib.log.LogUser.
The LogUser interface extends LogFilter for customization.
LogWriter - interface de.qfs.lib.log.LogWriter.
A LogWriter is responsible for the final dispatch of LogEntries after they have passed through the chain of LogFilters.

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 _