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 _

C

cache - Variable in class de.qfs.lib.log.TreeFilter
The cache for the log levels.
call(Object, String) - Static method in class de.qfs.lib.util.Reflector
Call a no args method of an object.
call(Object, String, boolean) - Static method in class de.qfs.lib.util.Reflector
Call a no args method of an object.
call(Object, String, Class[], Object[]) - Static method in class de.qfs.lib.util.Reflector
Call a method of an object.
call(Object, String, Class[], Object[], boolean) - Static method in class de.qfs.lib.util.Reflector
Call a method of an object.
call(Object, String, Class, Object) - Static method in class de.qfs.lib.util.Reflector
Call a one arg method of an object.
call(Object, String, Class, Object, boolean) - Static method in class de.qfs.lib.util.Reflector
Call a one arg method of an object.
CANCEL_OPTION - Static variable in class de.qfs.lib.gui.ModalDialog
Return value for the cancel button.
cancel() - Method in class de.qfs.lib.util.DelayedAction
Cancel a pending action.
CancelCommandException - exception de.qfs.lib.command.CancelCommandException.
A special exception to signal that a Command has been aborted by the user.
CancelCommandException() - Constructor for class de.qfs.lib.command.CancelCommandException
Create a new CancelCommandException.
CancelCommandException(String) - Constructor for class de.qfs.lib.command.CancelCommandException
Create a new CancelCommandException.
canPathsBeAdded(TreePath[]) - Method in class de.qfs.lib.gui.LevelTreeSelectionModel
Decide wheter some paths can be added to the selection.
canPathsBeRemoved(TreePath[]) - Method in class de.qfs.lib.gui.LevelTreeSelectionModel
Paths can always be removed.
centerWindow(Window) - Static method in class de.qfs.lib.gui.SwingUtil
Place a window in the center of the screen.
check - Variable in class de.qfs.lib.option.BooleanOptionEdit
The CheckBox Component of the BooleanOptionEdit.
checkLimit() - Method in class de.qfs.lib.log.RingFileLogWriter
Check whether the size limit is exceeded and act accordingly.
checkValue() - Method in class de.qfs.lib.option.OptionEdit
Check the currently entered value of the OptionEdit.
checkValue() - Method in class de.qfs.lib.option.SimpleOptionEdit
Check the currently entered value of the OptionEdit.
checkValue() - Method in class de.qfs.lib.option.IntegerOptionEdit
Check the currently entered value of the OptionEdit.
checkValue() - Method in class de.qfs.lib.option.ChoiceOptionEdit
Check the currently entered value of the OptionEdit.
checkValue() - Method in class de.qfs.lib.option.BooleanOptionEdit
Check the currently entered value of the OptionEdit.
checkValue(Component, Object) - Method in class de.qfs.lib.option.Option
Check, whether the Option accepts a value.
checkValue(Component, Object) - Method in class de.qfs.lib.option.IntegerOption
Check, whether the Option accepts a value.
checkValue(Component, Option, Object) - Method in interface de.qfs.lib.option.OptionValidator
Check whether a value is acceptable for an Option.
checkValues() - Method in class de.qfs.lib.option.OptionGroup
Check whether all members of the group contain valid values.
checkValues() - Method in class de.qfs.lib.option.RadioOptionGroup
Check the values.
checkValues() - Method in class de.qfs.lib.option.ChoiceOptionGroup
Deprecated. Check the values.
checkValues() - Method in class de.qfs.lib.option.NestedOptionGroup
Check whether all members of the nested group contain valid values.
ChoiceOption - class de.qfs.lib.option.ChoiceOption.
A ChoiceOption is an Option that is edited with the help of a ChoiceOptionEdit.
ChoiceOption() - Constructor for class de.qfs.lib.option.ChoiceOption
Create a new ChoiceOption.
ChoiceOption(String, Object) - Constructor for class de.qfs.lib.option.ChoiceOption
Create a new ChoiceOption.
ChoiceOptionEdit - class de.qfs.lib.option.ChoiceOptionEdit.
An OptionEdit for a ChoiceOption.
ChoiceOptionEdit() - Constructor for class de.qfs.lib.option.ChoiceOptionEdit
Create a new ChoiceOptionEdit.
ChoiceOptionGroup - class de.qfs.lib.option.ChoiceOptionGroup.
Deprecated. Removed in version 0.98.0. This class was experimental and should never have made it into a release. Please use ChoiceOptions and ChoiceOptionEdits instead. ChoiceOptionGroup will be removed in the next version.
ChoiceOptionGroup() - Constructor for class de.qfs.lib.option.ChoiceOptionGroup
Deprecated. No arg constructor for specialized OptionGroups.
ChoiceOptionGroup(String, OptionSet) - Constructor for class de.qfs.lib.option.ChoiceOptionGroup
Deprecated. Create a new ChoiceOptionGroup.
choices - Variable in class de.qfs.lib.option.ChoiceOptionEdit
The possible choices for the JComboBox.
choices - Variable in class de.qfs.lib.option.RadioOptionGroup
The possible choices.
choices - Variable in class de.qfs.lib.option.ChoiceOptionGroup
Deprecated. The possible choices.
classAdded(LogLevelEvent) - Method in interface de.qfs.lib.log.LogLevelListener
Notify the listener that a Logger for a formerly unknown class has requested its log level, adding the class to the log level tree.
classAdded(LogLevelEvent) - Method in class de.qfs.lib.logrmi.RemoteLogLevelListenerImplBase
Notify the listener that a Logger for a formerly unknown class has requested its log level, adding the class to the log level tree.
classAdded(LogLevelEvent) - Method in interface de.qfs.lib.logrmi.RemoteLogLevelListener
Notify the listener that a Logger for a formerly unknown class has requested its log level, adding the class to the log level tree.
classAdded(LogLevelEvent) - Method in class de.qfs.lib.logrmi.RemoteLogLevelAdapter
Notify the listener that a Logger for a formerly unknown class has requested its log level, adding the class to the log level tree.
classes - Variable in class de.qfs.lib.util.ArchiveClassLoader
Cache for loaded classes.
classes - Variable in class de.qfs.lib.util.DynamicClassLoader
Cache for dynamically created classes.
classpath - Static variable in class de.qfs.lib.util.DynamicClassLoader
Files and ZipFiles for the classpath.
ClassWrapper - class de.qfs.lib.util.ClassWrapper.
A ClassWrapper is one possible answer to the problem of parallel class hierarchies.
ClassWrapper(String, String) - Constructor for class de.qfs.lib.util.ClassWrapper
Create a ClassWrapper for objects from a class hierarchy.
ClassWrapper(String, String, boolean) - Constructor for class de.qfs.lib.util.ClassWrapper
Create a ClassWrapper for objects from a class hierarchy.
ClassWrapperAware - interface de.qfs.lib.util.ClassWrapperAware.
Classes can implement this interface to signal a ClassWrapper that they are aware of (at least some of) their partner classes, overriding the default mechanism of a ClassWrapper when generating a wrapper class.
cleanup(Component) - Static method in class de.qfs.lib.gui.SwingUtil
Break up a Component hierarchy to increase chances for garbage collection.
clear() - Method in class de.qfs.lib.util.MultiMap
Removes all mappings from this map.
clearAddedRows() - Method in class de.qfs.lib.gui.FilteredAndSortedTableModel
Reset the buffer for added rows.
clearCache(String) - Method in class de.qfs.lib.log.TreeFilter
Remove all cache entries for a class or package.
client - Variable in class de.qfs.lib.log.RingFileLogWriter
The client name, needed for subsequent new log files.
clone() - Method in class de.qfs.lib.option.Option
Create a shallow copy of the Option.
clone() - Method in class de.qfs.lib.option.OptionSet
Creates a deep copy of the OptionSet.
clone() - Method in class de.qfs.lib.util.MultiMap
Returns a shallow copy of this MultiMap: the keys and values themselves are not cloned.
cloneDelegate() - Method in class de.qfs.lib.util.MultiMap
This method is used by the clone method to create a copy of the delegate.
close - Variable in class de.qfs.lib.gui.ModalDialog.ButtonData
Whether the button should close the dialog.
close() - Method in class de.qfs.lib.log.StreamFilter
Deprecated. Close the StreamFilter's output stream and remove the StreamFilter from the Log filter chain.
close() - Method in interface de.qfs.lib.log.LogWriter
Close the LogWriter and free its resources, e.g. open Streams.
close() - Method in class de.qfs.lib.log.StreamLogWriter
Close the StreamLogWriter.
close() - Method in class de.qfs.lib.log.LogStream
Close the LogStream.
close() - Method in class de.qfs.lib.logrmi.RemoteLogWriter
Close the LogWriter and disconnect from the server.
close() - Method in class de.qfs.lib.transaction.Transaction
Close the transaction.
close() - Method in class de.qfs.lib.util.InputStreamAdapter
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class de.qfs.lib.util.StablePipedOutputStream
Close this output stream and release any system resources associated with this stream.
closed - Variable in class de.qfs.lib.log.StreamLogWriter
Whether the StreamLogWriter has been closed.
CLOSED_OPTION - Static variable in class de.qfs.lib.gui.ModalDialog
Retun value when the dialog is closed.
closeOnEscape(Window) - Static method in class de.qfs.lib.gui.SwingUtil
Add a KeyboardListener to a Window that posts a WINDOW_CLOSING event on it when Escape is pressed.
COLLAPSE - Static variable in class de.qfs.lib.gui.TreeNotification
Indicates that a node should be collapsed
collapseAll(JTree, TreePath) - Static method in class de.qfs.lib.gui.SwingUtil
Collapse a tree node and all its child nodes recursively.
CollateComparator - class de.qfs.lib.util.CollateComparator.
Standard comparison interface for Strings using a Collator for the current default locale.
CollateComparator() - Constructor for class de.qfs.lib.util.CollateComparator
Create a new CollateComparator using the default Collator for the current Locale.
CollateComparator(Collator) - Constructor for class de.qfs.lib.util.CollateComparator
Create a new CollateComparator.
column - Variable in class de.qfs.lib.gui.DefaultTableModelSorter
The column to sort on.
columnAdded(TableColumnModelEvent) - Method in class de.qfs.lib.config.JTableConfigWrapper
 
columnAdded(TableColumnModelEvent) - Method in class de.qfs.lib.gui.SortedTableHeaderCellRenderer
Set renderer for new columns.
columnMarginChanged(ChangeEvent) - Method in class de.qfs.lib.config.JTableConfigWrapper
 
columnMarginChanged(ChangeEvent) - Method in class de.qfs.lib.gui.SortedTableHeaderCellRenderer
Ignored
columnMoved(TableColumnModelEvent) - Method in class de.qfs.lib.config.JTableConfigWrapper
 
columnMoved(TableColumnModelEvent) - Method in class de.qfs.lib.gui.SortedTableHeaderCellRenderer
Ignored
columnRemoved(TableColumnModelEvent) - Method in class de.qfs.lib.config.JTableConfigWrapper
 
columnRemoved(TableColumnModelEvent) - Method in class de.qfs.lib.gui.SortedTableHeaderCellRenderer
Ignored
columnSelectionChanged(ListSelectionEvent) - Method in class de.qfs.lib.config.JTableConfigWrapper
 
columnSelectionChanged(ListSelectionEvent) - Method in class de.qfs.lib.gui.SortedTableHeaderCellRenderer
Ignored
combo - Variable in class de.qfs.lib.option.ChoiceOptionEdit
The ComboBox Component of the ChoiceOptionEdit.
combo - Variable in class de.qfs.lib.option.ChoiceOptionGroup
Deprecated. The JComboBox for the ChoiceOptionGroup.
Command - class de.qfs.lib.command.Command.
Commands are similar to the events of a GUI, but operate at a higher level of abstraction.
Command(Object) - Constructor for class de.qfs.lib.command.Command
Create a new Command object.
CommandDistributor - class de.qfs.lib.command.CommandDistributor.
This class is responsible for the distribution of high level commands among possible command handlers.
CommandDistributor() - Constructor for class de.qfs.lib.command.CommandDistributor
Create a new CommandDistributor.
CommandException - exception de.qfs.lib.command.CommandException.
This is the base class for exceptions thrown during the execution of Commands.
CommandException(String) - Constructor for class de.qfs.lib.command.CommandException
Create a new CommandException.
CommandHandler - interface de.qfs.lib.command.CommandHandler.
This is the interface through wich Commands that do not implement the Invokable interface get executed.
commit() - Method in class de.qfs.lib.transaction.CommitableNotify
Call the java.util.Observable.notifyObservers on the Observable.
commit() - Method in class de.qfs.lib.transaction.Transaction
Close the Transaction and commit all commitables on its rollback list.
commit() - Method in interface de.qfs.lib.transaction.Commitable
Commit the action of the Commitable.
commit() - Method in class de.qfs.lib.transaction.CommitableStateChange
Tell the StateHolder that its saved state will no longer be needed.
Commitable - interface de.qfs.lib.transaction.Commitable.
A Commitable serves as a placeholder for an action that is either delayed until it is safe to execute, or that can be undone.
CommitableNotify - class de.qfs.lib.transaction.CommitableNotify.
A CommitableNotify delays the notification of an Observable's Observer to the time of commit.
CommitableNotify(Observable) - Constructor for class de.qfs.lib.transaction.CommitableNotify
Create a new CommitableNotify.
CommitableNotify(Observable, Object) - Constructor for class de.qfs.lib.transaction.CommitableNotify
Create a new CommitableNotify.
CommitableStateChange - class de.qfs.lib.transaction.CommitableStateChange.
As part of a Transaction the CommitableStateChange tells a StateHolder when to save and restore its state.
CommitableStateChange(StateHolder) - Constructor for class de.qfs.lib.transaction.CommitableStateChange
Create a new CommitableStateChange.
commitState(Object) - Method in interface de.qfs.lib.transaction.StateHolder
Commit the saved state of the StateHolder.
compare(Object, Object) - Method in class de.qfs.lib.util.CollateComparator
Compare two Objects, using their String representation.
compare(TableModel, int, int) - Method in interface de.qfs.lib.gui.TableModelSorter
Compare two rows of the table.
compare(TableModel, int, int) - Method in class de.qfs.lib.gui.DefaultTableModelSorter
Compare two rows of the table.
componentHidden(ComponentEvent) - Method in class de.qfs.lib.config.FrameConfigWrapper
Ignored.
componentHidden(ComponentEvent) - Method in class de.qfs.lib.config.DialogConfigWrapper
 
componentMoved(ComponentEvent) - Method in class de.qfs.lib.config.FrameConfigWrapper
Notify the Configuration that the state has changed.
componentMoved(ComponentEvent) - Method in class de.qfs.lib.config.DialogConfigWrapper
 
componentMoved(ComponentEvent) - Method in class de.qfs.lib.config.RelativeDialogConfigWrapper
Notify the RelativeDialogConfigWrapper that its dialog has moved.
componentResized(ComponentEvent) - Method in class de.qfs.lib.config.FrameConfigWrapper
Notify the Configuration that the state has changed.
componentResized(ComponentEvent) - Method in class de.qfs.lib.config.DialogConfigWrapper
 
componentResized(ComponentEvent) - Method in class de.qfs.lib.config.RelativeDialogConfigWrapper
Notify the RelativeDialogConfigWrapper that a window was resized.
componentShown(ComponentEvent) - Method in class de.qfs.lib.config.FrameConfigWrapper
Ignored.
componentShown(ComponentEvent) - Method in class de.qfs.lib.config.DialogConfigWrapper
 
Configurable - interface de.qfs.lib.config.Configurable.
The Configurable interface is used together with the Configuration class to make an Object's state persistent.
configurableName - Variable in class de.qfs.lib.gui.DefaultTableModelSorter
The configuration name.
ConfigurableOption - interface de.qfs.lib.option.ConfigurableOption.
Options that implement this interface will be saved and restored via the Configuration mechanism, when they are contained in an OptionSet that is registered with the Configuration.
configurables - Variable in class de.qfs.lib.config.Configuration
A mapping from names to Configurables.
Configuration - class de.qfs.lib.config.Configuration.
The Configuration class provides the means for an application to save and restore some of its state, e.g.
Configuration() - Constructor for class de.qfs.lib.config.Configuration
The constructor is protected to prevent the creation of more than one Configuration object.
ConfigurationEvent - class de.qfs.lib.config.ConfigurationEvent.
This event encapsulates the details of a state change in a Configurable registered with the Configuration.
ConfigurationEvent(Configurable, String, Properties) - Constructor for class de.qfs.lib.config.ConfigurationEvent
Create a new ConfigurationEvent.
ConfigurationListener - interface de.qfs.lib.config.ConfigurationListener.
This interface has to be implemented by classes interested in a state change of a Configurable registered with the Configuration.
Configurator - class de.qfs.lib.config.Configurator.
A Configurator is a composite, holding Configurables and other Configurators, thus building a hierarchy which is used to determine the names under which the Configurables are registered with the Configuration.
Configurator(String) - Constructor for class de.qfs.lib.config.Configurator
Create a new Configurator.
ConfigWrapper - class de.qfs.lib.config.ConfigWrapper.
A ConfigWrapper implements the Configurable interface by wrapping itself around a client Object, getting and setting its state when needed.
ConfigWrapper() - Constructor for class de.qfs.lib.config.ConfigWrapper
Create a new ConfigWrapper.
connect(LogServer) - Method in interface de.qfs.lib.logrmi.LogClient
Tell the LogClient that it should disengage from the registry and connect itself to a LogServer.
connect(LogServer) - Method in class de.qfs.lib.logrmi.LogClientImplBase
Tell the LogClient that it should disengage from the registry and connect itself to a LogServer.
connect(LogServer) - Method in class de.qfs.lib.logrmi.RemoteLogFilter
Deprecated. Tell the LogClient that it should disengage from the registry and connect itself to a LogServer.
connect(LogServer) - Method in class de.qfs.lib.logrmi.RemoteLogWriter
Tell the LogClient that it should disengage from the registry and connect itself to a LogServer.
connect(String) - Method in class de.qfs.lib.logrmi.RemoteLogFilter
Deprecated. Connect to a LogServer.
connect(String) - Method in class de.qfs.lib.logrmi.RemoteLogWriter
Connect to a LogServer.
constrain - Variable in class de.qfs.lib.config.RelativeDialogConfigWrapper
Whether to constrain the dialog to the screen
constrainScroll(JScrollPane) - Static method in class de.qfs.lib.gui.SwingUtil
Constrain the scrolling range of a JScrollPane so that it never scrolls to a negative view position.
containsKey(Object) - Method in class de.qfs.lib.util.MultiMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class de.qfs.lib.util.MultiMap
Returns true if this map maps one or more keys to the specified value.
copy() - Method in class de.qfs.lib.config.Configurator
Create a deep copy of the Configurator hierarchy rooted at this Configurator.
count - Variable in class de.qfs.lib.util.CountingInputStream
The current byte count for the stream.
countChanged(CountEvent) - Method in class de.qfs.lib.gui.StatusLine
Notify the progress bar of a new value.
countChanged(CountEvent) - Method in interface de.qfs.lib.util.CountListener
Notify the listener of a change in the read count.
CountEvent - class de.qfs.lib.util.CountEvent.
Event object that contains details about read count changes in a CountingInputStream.
CountEvent(Object, long) - Constructor for class de.qfs.lib.util.CountEvent
Create a new CountEvent.
CountingInputStream - class de.qfs.lib.util.CountingInputStream.
This class adapts an InputStream to count the bytes read from it.
CountingInputStream(InputStream) - Constructor for class de.qfs.lib.util.CountingInputStream
Create a new CountingInputStream.
CountListener - interface de.qfs.lib.util.CountListener.
Interface for listeners to changes in a CountingInputStream.
createDefaultModel() - Method in class de.qfs.lib.gui.LimitedPasswordField
Create the default document model for the field.
createDefaultModel() - Method in class de.qfs.lib.gui.LimitedTextField
Create the default document model for the field.
createDefaultModel() - Method in class de.qfs.lib.gui.LimitedTextArea
Create the default document model for the field.
createMembers() - Method in class de.qfs.lib.option.OptionGroup
Create the members of the OptionGroup.
createMembers() - Method in class de.qfs.lib.option.TabbedOptionGroup
Create the tabs for the TabbedOptionGroup.
createValueSet() - Method in class de.qfs.lib.util.MultiMap
This method creates a new ValueSet to store multiple values for the same key.
current - Variable in class de.qfs.lib.util.MultiMap.MapIterator
The ValueSet that is currently iterated over.

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 _