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 _

A

AbstractLogUser - class de.qfs.lib.log.AbstractLogUser.
This class provides a default implementation of the LogUser interface that reduces the effort of writing a new LogFilter to implementing the isUseful method.
AbstractLogUser(int, LogWriter) - Constructor for class de.qfs.lib.log.AbstractLogUser
Create a new AbstractLogUser.
accept(File) - Method in class de.qfs.lib.util.ExtensionFileFilter
Accept or reject a file.
accept(File, String) - Method in class de.qfs.lib.util.ExtensionFileFilter
Accept or reject a file.
actionPerformed(ActionEvent) - Method in class de.qfs.lib.gui.ModalDialog
Handler for a button press.
actionPerformed(ActionEvent) - Method in class de.qfs.lib.gui.EventQueueMark
Called when a timer fires.
actionPerformed(ActionEvent) - Method in class de.qfs.lib.option.OptionDialog
Handler for a button press.
activate() - Method in class de.qfs.lib.gui.EventQueueMark
Activate the mark until the the events currently on the event queue are removed.
activate(int) - Method in class de.qfs.lib.gui.EventQueueMark
Activate the mark until some time has passed.
active - Variable in class de.qfs.lib.gui.EventQueueMark
Flag to determine whether the mark is active.
ADD_TO_SELECTION - Static variable in class de.qfs.lib.gui.TreeNotification
Indicates that a node should be selected
add(Commitable) - Method in class de.qfs.lib.transaction.Transaction
Add a Commitable to the Transaction's rollback list.
add(Component, double) - Method in class de.qfs.lib.gui.Grid
Add one Component as a full row to the Grid.
add(Configurable) - Method in class de.qfs.lib.config.Configurator
Add a Configurable to the Configurator's children.
add(Configurator) - Method in class de.qfs.lib.config.Configurator
Add a Configurator to the Configurator's children.
add(Option) - Method in class de.qfs.lib.option.OptionSet
Add an option to the OptionSet.
addAll(OptionSet) - Method in class de.qfs.lib.option.OptionSet
Add all options from another OptionSet to the OptionSet.
addCommandHandler(CommandHandler) - Method in class de.qfs.lib.command.CommandDistributor
Register a general CommandHandler.
addCommandHandler(CommandHandler, Class) - Method in class de.qfs.lib.command.CommandDistributor
Register a CommandHandler for commands whose source is of a certain class.
addCommandHandler(CommandHandler, Object) - Method in class de.qfs.lib.command.CommandDistributor
Register a CommandHandler for Commands originating from a certain source.
addConfigurationListener(ConfigurationListener) - Method in class de.qfs.lib.config.Configuration
Add a ConfigurationListener to the Configuration.
addCountListener(CountListener) - Method in class de.qfs.lib.util.CountingInputStream
Register a new CountListener.
addExceptionHandler(ExceptionHandler) - Method in class de.qfs.lib.command.CommandDistributor
Add an ExceptionHandler to handle RuntimeExceptions.
addFilter(LogFilter) - Method in interface de.qfs.lib.log.LogSource
Add a LogFilter to the front of the filter chain.
addFilter(LogFilter) - Static method in class de.qfs.lib.log.Log
Add a LogFilter to the front of the filter chain.
addGlue() - Method in class de.qfs.lib.gui.Grid
Add vertical glue to the Grid to provide proper spacing.
addGrid(Component[][]) - Method in class de.qfs.lib.gui.Grid
Add several rows of Components to the Grid.
addLine(Component[]) - Method in class de.qfs.lib.gui.Grid
Add one row of Components to the Grid.
addLine(Component[], double) - Method in class de.qfs.lib.gui.Grid
Add one row of Components to the Grid.
addLogLevelListener(LogLevelListener) - Static method in class de.qfs.lib.log.Logger
Add a LogLevelListener for the log levels.
addMessage(int, String) - Method in class de.qfs.lib.util.MessageCollector
Add a message to the MessageCollector.
addMRUCacheListener(MRUCacheListener) - Method in class de.qfs.lib.util.MRUCache
Add a listener for dropped resources to the MRUCache.
addMultiPaneListener(MultiPaneListener) - Method in class de.qfs.lib.gui.MultiPane
Add a MultiPaneListener to the MultiPane.
addOptions(ArgsParser) - Method in class de.qfs.lib.util.LogSetup
Add the LogSetup's options to an ArgsParser, so it will recognize them.
addOptions(String[]) - Method in class de.qfs.lib.util.ArgsParser
Set some additional options the ArgsParser should know about.
addPackage(String) - Static method in class de.qfs.lib.config.ConfigWrapper
Add a package to be searched for ConfigWrappers.
addPackage(String) - Static method in class de.qfs.lib.option.OptionEdit
Add a package to be searched for OptionEdit classes, to enable OptionEdits for user defined Options outside of the de.qfs.lib.option package.
addPackage(String) - Method in class de.qfs.lib.util.ClassWrapper
Add a package to be searched for classes.
addResources(Properties) - Method in class de.qfs.lib.util.MapResourceBundle
Add a some Properties to the MapResourceBundle, overriding existing resources with identical keys.
addResources(ResourceBundle) - Static method in class de.qfs.lib.gui.Message
Add some resources of the Message class.
addResources(ResourceBundle) - Static method in class de.qfs.lib.option.Option
Add some resources for the de.qfs.lib.option package.
addResources(ResourceBundle) - Method in class de.qfs.lib.util.MapResourceBundle
Add a ResourceBundle's resources to the MapResourceBundle, overriding existing resources with identical keys.
addSelectionPath(TreePath) - Method in class de.qfs.lib.gui.LevelTreeSelectionModel
Add a path to the selection.
addSelectionPaths(TreePath[]) - Method in class de.qfs.lib.gui.LevelTreeSelectionModel
Add some paths to the selection.
addTableModelFilterListener(TableModelFilterListener) - Method in interface de.qfs.lib.gui.TableModelFilter
Add a TableModelFilterListener to the TableModelFilter.
addTableModelListener(TableModelListener) - Method in class de.qfs.lib.gui.TableModelAdapter
Add a listener to the model.
addTableModelSorterListener(TableModelSorterListener) - Method in interface de.qfs.lib.gui.TableModelSorter
Add a TableModelSorterListener to the TableModelSorter.
addTableModelSorterListener(TableModelSorterListener) - Method in class de.qfs.lib.gui.DefaultTableModelSorter
Add a TableModelSorterListener to the TableModelSorter.
addTask(Runnable) - Method in class de.qfs.lib.util.TaskQueue
Add a task to the TaskQueue.
addValidator(OptionValidator) - Method in class de.qfs.lib.option.Option
Add an OptionValidator to the Option.
addWindow(Window) - Method in class de.qfs.lib.gui.FocusFixer
Register a window with a FocusFixer so it will keep track of the focus owner and restore the focus whenever the window is openened or activated.
ALL_EVENTS - Static variable in class de.qfs.lib.gui.SwingUtil
Identifier for all events.
ANY_TYPE - Static variable in class de.qfs.lib.option.FileOption
The file may be either a plain file or a directory.
ArchiveClassLoader - class de.qfs.lib.util.ArchiveClassLoader.
An ArchiveClassLoader loads classes from a single source, a ZipFile or a directory.
ArchiveClassLoader(File) - Constructor for class de.qfs.lib.util.ArchiveClassLoader
Create a new ArchiveClassLoader that loads classes from a directory.
ArchiveClassLoader(ZipFile) - Constructor for class de.qfs.lib.util.ArchiveClassLoader
Create a new ArchiveClassLoader that loads classes from a ZipFile.
areEqual(Object, Object) - Method in class de.qfs.lib.util.MultiMap
Compare two objects.
arg - Variable in class de.qfs.lib.transaction.CommitableNotify
The argument for the notifyObservers call.
ArgsParser - class de.qfs.lib.util.ArgsParser.
This class implements convenient command line parsing.
ArgsParser.UnitTest - class de.qfs.lib.util.ArgsParser.UnitTest.
Test cases for the ArgsParser class.
ArgsParser.UnitTest(String) - Constructor for class de.qfs.lib.util.ArgsParser.UnitTest
Create a new UnitTest.
ArgsParser() - Constructor for class de.qfs.lib.util.ArgsParser
Create a new ArgsParser that will accept all options it encounters with an optional parameter.
ArgsParser(String[]) - Constructor for class de.qfs.lib.util.ArgsParser
Create a new ArgsParser, defining the options it should accept.
ascending - Variable in class de.qfs.lib.gui.DefaultTableModelSorter
Whether sort order is ascending or descending.
assignAsyncCommand(AsyncCommand) - Method in class de.qfs.lib.command.CommandDistributor
Start a background thread and assign a Command in it.
assignCommand(Command) - Method in class de.qfs.lib.command.CommandDistributor
Either invoke a command directly or assign it to the registered CommandHandlers.
assignCommandSilently(Command) - Method in class de.qfs.lib.command.CommandDistributor
Either invoke a command directly or assign it to the registered CommandHandlers.
AsyncCommand - class de.qfs.lib.command.AsyncCommand.
This extension of the Command class is used as a marker for the CommandDistributor.assignAsyncCommand method.
AsyncCommand(Object) - Constructor for class de.qfs.lib.command.AsyncCommand
Create a new AsyncCommand object.
autoAscending - Variable in class de.qfs.lib.gui.DefaultTableModelSorter
Whether setting of the column determines ascending order.
autoSizeTableColumn(JTable, int) - Static method in class de.qfs.lib.gui.SwingUtil
Resize a table column so its fits exactly the broadest of its visible cells.
available() - Method in class de.qfs.lib.util.InputStreamAdapter
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.

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 _