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

R

RadioOptionGroup - class de.qfs.lib.option.RadioOptionGroup.
A RadioOptionGroup consists of a group of mutually exclusive RadioButtons for one Option value.
RadioOptionGroup() - Constructor for class de.qfs.lib.option.RadioOptionGroup
No arg constructor for customized OptionGroups.
RadioOptionGroup(String, OptionSet) - Constructor for class de.qfs.lib.option.RadioOptionGroup
Create a new RadioOptionGroup.
read() - Method in class de.qfs.lib.util.InputStreamAdapter
Reads the next byte of data from the input stream.
read() - Method in class de.qfs.lib.util.CountingInputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class de.qfs.lib.util.InputStreamAdapter
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[]) - Method in class de.qfs.lib.util.CountingInputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class de.qfs.lib.util.InputStreamAdapter
Reads up to len bytes of data from the input stream into an array of bytes.
read(byte[], int, int) - Method in class de.qfs.lib.util.CountingInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read(InputStream) - Static method in class de.qfs.lib.util.StreamInput
Read all bytes from a stream into a byte array.
readValue() - Method in class de.qfs.lib.option.OptionEdit
Read the currently entered value and store it in the Option.
readValue() - Method in class de.qfs.lib.option.SimpleOptionEdit
Read the currently entered value and store it in the Option.
readValue() - Method in class de.qfs.lib.option.IntegerOptionEdit
Read the currently entered value and store it in the Option.
readValue() - Method in class de.qfs.lib.option.ChoiceOptionEdit
Read the currently entered value and store it in the Option.
readValue() - Method in class de.qfs.lib.option.KeyOptionEdit
Read the currently entered value and store it in the Option.
readValue() - Method in class de.qfs.lib.option.TableOptionEdit
Read the current value of the table.
readValue() - Method in class de.qfs.lib.option.BooleanOptionEdit
Read the currently entered value and store it in the Option.
readValues() - Method in class de.qfs.lib.option.OptionGroup
Read the values from the edit components and store them into the Options.
readValues() - Method in class de.qfs.lib.option.RadioOptionGroup
Store the value for the selected Button in the Option.
readValues() - Method in class de.qfs.lib.option.ChoiceOptionGroup
Deprecated. Store the value for the selected Choice in the Option.
readValues() - Method in class de.qfs.lib.option.NestedOptionGroup
Read the values from the nested group components and store them into the Options.
readValues() - Method in class de.qfs.lib.option.OptionDialog
Read the current values from the dialog, store them in the options and notify the observers.
reference - Variable in class de.qfs.lib.config.RelativeDialogConfigWrapper
The reference for the Dialog's location, one of "Absolute", "Center", "Northwest", "Northeast", "Southwest" and "Southeast".
Reflector - class de.qfs.lib.util.Reflector.
This class holds a collection of static methods for convenient access to the reflection API.
Reflector() - Constructor for class de.qfs.lib.util.Reflector
 
regHelper - Variable in class de.qfs.lib.config.DialogConfigWrapper
Helper for registration callbacks.
register() - Method in class de.qfs.lib.config.Configurator
Register the children of the Configurator with the Configuration.
register(Configurable) - Method in class de.qfs.lib.config.Configuration
Register a Configurable.
register(Configuration) - Method in class de.qfs.lib.config.Configurator
Register the children of the Configurator with a special Configuration.
register(int, boolean, boolean) - Method in class de.qfs.lib.logrmi.RemoteLogFilter
Deprecated. Register the RemoteLogFilter with the RMI registry.
register(int, boolean, boolean) - Method in class de.qfs.lib.logrmi.RemoteLogWriter
Register the RemoteLogWriter with the RMI registry.
registerAs(Configurable, String) - Method in class de.qfs.lib.config.Configuration
Register a Configurable under a (possibly) different name.
registered - Variable in class de.qfs.lib.config.JSplitPaneConfigWrapper
Whether the wrapper is registered with the Configuration.
registrationChanged(Configuration, boolean) - Method in class de.qfs.lib.config.RegistrationHelper
Helper for registrationChanged callbacks on the Configurable.
registrationChanged(Configuration, String, boolean, boolean) - Method in interface de.qfs.lib.config.Configurable
This callback is used to notify the Configurable whenever it is registered with or unregistered from the Configuration, so it can decide whether to notify the Configuration when its state changes.
registrationChanged(Configuration, String, boolean, boolean) - Method in class de.qfs.lib.config.ConfigWrapper
This callback is used to notify the Configurable whenever it is registered with or unregistered from the Configuration, so it can decide whether to notify the Configuration when its state changes.
registrationChanged(Configuration, String, boolean, boolean) - Method in class de.qfs.lib.config.FrameConfigWrapper
This callback is used to notify the Configurable whenever it is registered with or unregistered from the Configuration, so it can decide whether to notify the Configuration when its state changes.
registrationChanged(Configuration, String, boolean, boolean) - Method in class de.qfs.lib.config.DialogConfigWrapper
This callback is used to notify the Configurable whenever it is registered with or unregistered from the Configuration, so it can decide whether to notify the Configuration when its state changes.
registrationChanged(Configuration, String, boolean, boolean) - Method in class de.qfs.lib.config.JSplitPaneConfigWrapper
This callback is used to notify the Configurable whenever it is registered with or unregistered from the Configuration, so it can decide whether to notify the Configuration when its state changes.
registrationChanged(Configuration, String, boolean, boolean) - Method in class de.qfs.lib.config.JTableConfigWrapper
This callback is used to notify the Configurable whenever it is registered with or unregistered from the Configuration, so it can decide whether to notify the Configuration when its state changes.
registrationChanged(Configuration, String, boolean, boolean) - Method in class de.qfs.lib.gui.DefaultTableModelSorter
This callback is used to notify the Configurable whenever it is registered with or unregistered from the Configuration, so it can decide whether to notify the Configuration when its state changes.
registrationChanged(Configuration, String, boolean, boolean) - Method in class de.qfs.lib.gui.MultiPane
This callback is used to notify the Configurable whenever it is registered with or unregistered from the Configuration, so it can decide whether to notify the Configuration when its state changes.
registrationChanged(Configuration, String, boolean, boolean) - Method in class de.qfs.lib.option.OptionSet
This callback is used to register or unregister nested OptionSets.
RegistrationHelper - class de.qfs.lib.config.RegistrationHelper.
Helper class for Configurables that care about the Configurations they are registered with.
RegistrationHelper() - Constructor for class de.qfs.lib.config.RegistrationHelper
 
REGISTRY_BASE_NAME - Static variable in interface de.qfs.lib.logrmi.LogClient
LogClients should register themselves under a name that starts with this string.
reinit() - Method in class de.qfs.lib.gui.SortedTableHeaderCellRenderer
This method must be called after changing the TableModel or the TableColumnModel of the table.
RelativeDialogConfigWrapper - class de.qfs.lib.config.RelativeDialogConfigWrapper.
Special configuration wrapper that stores the Dialog location relative to some other window instead of as absolute screen values.
RelativeDialogConfigWrapper(Dialog, String, boolean, boolean) - Constructor for class de.qfs.lib.config.RelativeDialogConfigWrapper
Create a new RelativeDialogConfigWrapper.
RELEASE - Static variable in class de.qfs.lib.Version
The release number.
release() - Static method in class de.qfs.lib.util.MessageCollector
Destroy the MessageCollector for the current thread.
RelocatingObjectInputStream - class de.qfs.lib.util.RelocatingObjectInputStream.
The RelocatingObjectInputStream is useful when a class has been moved to a different package and some serialized Objects of its type should be restored.
RelocatingObjectInputStream(InputStream, String[], String[]) - Constructor for class de.qfs.lib.util.RelocatingObjectInputStream
Create a new RelocatingObjectInputStream.
remoteFilter - Variable in class de.qfs.lib.util.LogSetup
The LevelFilter for the remote writer.
RemoteLogFilter - class de.qfs.lib.logrmi.RemoteLogFilter.
Deprecated. Since qflib version 0.98.0 this class is superceded by RemoteLogWriter.
RemoteLogFilter(String) - Constructor for class de.qfs.lib.logrmi.RemoteLogFilter
Deprecated. Create a new RemoteLogFilter and connect to a LogServer.
RemoteLogLevelAdapter - class de.qfs.lib.logrmi.RemoteLogLevelAdapter.
Adapter that connects a RemoteLogLevelListener to an application.
RemoteLogLevelAdapter() - Constructor for class de.qfs.lib.logrmi.RemoteLogLevelAdapter
Create a new RemoteLogLevelAdapter.
RemoteLogLevelAdapter(RemoteLogLevelListener) - Constructor for class de.qfs.lib.logrmi.RemoteLogLevelAdapter
Create a new RemoteLogLevelAdapter.
RemoteLogLevelCallback - interface de.qfs.lib.logrmi.RemoteLogLevelCallback.
Callback that enables remote access to the log levels of an application as well as the ouput and pre queue levels and the queue and flush buffer parameters.
RemoteLogLevelCallbackImplBase - class de.qfs.lib.logrmi.RemoteLogLevelCallbackImplBase.
If a class wants to implement the RemoteLogLevelCallback interface it should do so by extending this abstract class instead of UnicastRemoteObject.
RemoteLogLevelCallbackImplBase() - Constructor for class de.qfs.lib.logrmi.RemoteLogLevelCallbackImplBase
Create a new RemoteLogLevelCallbackImplBase.
RemoteLogLevelListener - interface de.qfs.lib.logrmi.RemoteLogLevelListener.
Remote Listener interface for changes in the log levels of an application.
RemoteLogLevelListenerImplBase - class de.qfs.lib.logrmi.RemoteLogLevelListenerImplBase.
If a class wants to implement the RemoteLogLevelListener interface it should do so by extending this abstract class instead of UnicastRemoteObject.
RemoteLogLevelListenerImplBase() - Constructor for class de.qfs.lib.logrmi.RemoteLogLevelListenerImplBase
Create a new RemoteLogLevelListenerImplBase.
RemoteLogWriter - class de.qfs.lib.logrmi.RemoteLogWriter.
The RemoteLogWriter class takes care of all the necessary details to connect to a LogServer and pass the log messages created by a program to it.
RemoteLogWriter(String) - Constructor for class de.qfs.lib.logrmi.RemoteLogWriter
Create a new RemoteLogWriter and connect to a LogServer.
remove() - Method in class de.qfs.lib.gui.SplashWindow
Remove the SplashWindow from the screen and dispose it.
remove() - Method in class de.qfs.lib.util.MultiMap.MapIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(Configurable, boolean) - Method in class de.qfs.lib.config.Configurator
Remove a Configurable from the Configurator's children.
remove(Configurator, boolean) - Method in class de.qfs.lib.config.Configurator
Remove a Configurator from the Configurator's children.
remove(Object) - Method in class de.qfs.lib.util.MultiMap
Removes all mappings for this key from this map if present.
remove(Object, Object) - Method in class de.qfs.lib.util.MultiMap
In contrast to remove(Object) this method removes only the one binding for key and value.
remove(String) - Method in class de.qfs.lib.option.OptionSet
Remove an Option from the OptionSet.
removeAll() - Method in class de.qfs.lib.gui.Grid
Overridden to reset line count.
removeButton - Variable in class de.qfs.lib.option.TableOptionEdit.Table
The "remove row" button.
removeChangeListener(ChangeListener) - Method in class de.qfs.lib.option.KeyOptionEdit
Remove a ChangeListener from the KeyOptionEdit.
removeChildren(String, int) - Method in class de.qfs.lib.log.TreeFilter
Remove all further detailed entries for a class.
removeCommandHandler(CommandHandler) - Method in class de.qfs.lib.command.CommandDistributor
Remove a general CommandHandler.
removeCommandHandler(CommandHandler, Class) - Method in class de.qfs.lib.command.CommandDistributor
Remove a source class specific CommandHandler.
removeCommandHandler(CommandHandler, Object) - Method in class de.qfs.lib.command.CommandDistributor
Remove a source specific CommandHandler.
removeConfigurationListener(ConfigurationListener) - Method in class de.qfs.lib.config.Configuration
Remove a ConfigurationListener from the Configuration.
removeCountListener(CountListener) - Method in class de.qfs.lib.util.CountingInputStream
Unregister a CountListener.
REMOVED - Static variable in class de.qfs.lib.gui.TreeNotification
Indicates that a node has been removed
removeExceptionHandler(ExceptionHandler) - Method in class de.qfs.lib.command.CommandDistributor
Remove an ExceptionHandler.
removeFiles() - Method in class de.qfs.lib.log.RingFileLogWriter
Delete files that will exceed the file limit.
removeFilter(LogFilter) - Method in interface de.qfs.lib.log.LogSource
Remove a LogFilter from the filter chain.
removeFilter(LogFilter) - Static method in class de.qfs.lib.log.Log
Remove a LogFilter from the filter chain.
removeGlue() - Method in class de.qfs.lib.gui.Grid
Add vertical glue to the Grid to provide proper spacing.
removeLevel(String, String, boolean) - Method in class de.qfs.lib.log.TreeFilter
Unset a level for a class, method pair.
removeLogLevel(LogLevelListener, String) - Static method in class de.qfs.lib.log.Logger
Callback method for a LogLevelListener to remove the log level for a class or package.
removeLogLevel(String) - Static method in class de.qfs.lib.log.Logger
Remove the level that was set for a Class or package so the Class or the package's Classes will now inherit the default log level or a package (part) level.
removeLogLevel(String) - Method in interface de.qfs.lib.log.LogLevelCallback
Callback method for a LogLevelListener to remove the log level for a class or package.
removeLogLevel(String) - Method in class de.qfs.lib.logrmi.RemoteLogLevelCallbackImplBase
Callback method for a LogLevelListener to remove the log level for a class or package.
removeLogLevel(String) - Method in interface de.qfs.lib.logrmi.RemoteLogLevelCallback
Callback method for a LogLevelListener to remove the log level for a class or package.
removeLogLevel(String) - Method in class de.qfs.lib.logrmi.RemoteLogLevelAdapter
Callback method for a LogLevelListener to remove the log level for a class or package.
removeLogLevelListener(LogLevelListener) - Static method in class de.qfs.lib.log.Logger
Remove a LogLevelListener for the log levels.
removeMRUCacheListener(MRUCacheListener) - Method in class de.qfs.lib.util.MRUCache
Remove a listener for dropped resources from the MRUCache.
removeMultiPaneListener(MultiPaneListener) - Method in class de.qfs.lib.gui.MultiPane
Remove a MultiPaneListener from the MultiPane.
removeNode() - Method in interface de.qfs.lib.tree.MutableTraversal
Remove the current node of the traversal.
removeNode() - Method in class de.qfs.lib.tree.IndexTraversal
Remove the currently visited node from the tree.
removeNode(Object, int) - Method in interface de.qfs.lib.tree.MutableTreeAdapter
Remove a child from a node at a given index.
removeNode(Object, Object) - Method in interface de.qfs.lib.tree.MutableTreeAdapter
Remove a child from the node.
removeProgressBar() - Method in class de.qfs.lib.gui.StatusLine
Remove the progress bar from the StatusLine.
removeRow() - Method in class de.qfs.lib.option.TableOptionEdit.Table
Remove the selected row.
removeTableModelFilterListener(TableModelFilterListener) - Method in interface de.qfs.lib.gui.TableModelFilter
Remove a TableModelFilterListener from the TableModelFilter.
removeTableModelListener(TableModelListener) - Method in class de.qfs.lib.gui.TableModelAdapter
Remove a listener from the model.
removeTableModelSorterListener(TableModelSorterListener) - Method in interface de.qfs.lib.gui.TableModelSorter
Remove a TableModelSorterListener from the TableModelSorter.
removeTableModelSorterListener(TableModelSorterListener) - Method in class de.qfs.lib.gui.DefaultTableModelSorter
Remove a TableModelSorterListener from the TableModelSorter.
removeTreeModelListener(TreeModelListener) - Method in class de.qfs.lib.gui.AdapterTreeModel
Remove a listener previously added with addTreeModelListener.
removeValidator(OptionValidator) - Method in class de.qfs.lib.option.Option
Remove an OptionValidator from the Option.
removeWindow(Window) - Method in class de.qfs.lib.gui.FocusFixer
Remove a window from a FocusFixer so it will no longer handle its focus.
requestFocus() - Method in class de.qfs.lib.option.SimpleOptionEdit
Request the focus for the SimpleOptionEdit.
requestFocus() - Method in class de.qfs.lib.option.ChoiceOptionEdit
Request the focus for the ChoiceOptionEdit.
requestFocus() - Method in class de.qfs.lib.option.KeyOptionEdit
Request the focus for the KeyOptionEdit.
requestFocus() - Method in class de.qfs.lib.option.TableOptionEdit
Request the focus for the ValueEdit.
requestFocus() - Method in class de.qfs.lib.option.BooleanOptionEdit
Request the focus for the BooleanOptionEdit.
require(int, int, int) - Static method in class de.qfs.lib.Version
Check, whether this release of qflib is compatible with the required version.
reset() - Method in class de.qfs.lib.tree.TreeBuilder
Reset the TreeBuilder to build a new tree.
reset() - Method in class de.qfs.lib.util.InputStreamAdapter
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class de.qfs.lib.util.CountingInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class de.qfs.lib.util.MessageCollector
Reset the MessageCollector by clearing the collected messages and resetting the counts.
resName(String) - Method in class de.qfs.lib.gui.ModalDialog
Helper method that uses a StringBuffer to build a resource name for the dialog.
resolveClass(ObjectStreamClass) - Method in class de.qfs.lib.util.RelocatingObjectInputStream
Load the local class equivalent of the specified stream class description.
resourceDropped(MRUCacheEvent) - Method in interface de.qfs.lib.util.MRUCacheListener
Notify the listener about an object dropped from the MRUCache.
ResourceWaiter - class de.qfs.lib.util.ResourceWaiter.
This class is useful in cases where several Threads are waiting for a limited number of resources.
ResourceWaiter() - Constructor for class de.qfs.lib.util.ResourceWaiter
Create a new ResourceWaiter
ResourceWaiter(Object) - Constructor for class de.qfs.lib.util.ResourceWaiter
Create a new ResourceWaiter
restore(Dimension, Point) - Method in class de.qfs.lib.config.FrameConfigWrapper
Restore the frame's size and location.
restore(Dimension, Point) - Method in class de.qfs.lib.config.JFrameConfigWrapper
Restore the frame's size and location.
restore(Dimension, Point) - Method in class de.qfs.lib.config.DialogConfigWrapper
 
restore(Dimension, Point) - Method in class de.qfs.lib.config.JDialogConfigWrapper
 
restore(Dimension, Point) - Method in class de.qfs.lib.config.RelativeDialogConfigWrapper
Restore the dialog's size and location.
restore(InputStream) - Method in class de.qfs.lib.config.Configuration
Restore the Configuration from an InputStream.
restoreState(Object) - Method in interface de.qfs.lib.transaction.StateHolder
Restore the StateHolder's state.
ReturnFromTraversalException - exception de.qfs.lib.tree.ReturnFromTraversalException.
Special Exception that signals a premature end of a tree traversal and passes a result value back to the original caller.
ReturnFromTraversalException(Object) - Constructor for class de.qfs.lib.tree.ReturnFromTraversalException
Create a new ReturnFromTraversalException.
retval - Variable in class de.qfs.lib.gui.ModalDialog
The return code from the last call to doModal.
retval - Variable in class de.qfs.lib.gui.ModalDialog.ButtonData
The buttons return value.
reverseExtra - Variable in class de.qfs.lib.gui.FilteredAndSortedTableModel
The extra space the reverseMap was built with.
reverseMap - Variable in class de.qfs.lib.gui.FilteredAndSortedTableModel
An array mapping original TableModel indices to mapped inices.
RingFileLogWriter - class de.qfs.lib.log.RingFileLogWriter.
This class is similar to FileLogWriter but limits the size of the files it writes to.
RingFileLogWriter(String, String, int, int) - Constructor for class de.qfs.lib.log.RingFileLogWriter
Create a new RingFileLogWriter that uses a DefaultLogFormat to write LogEntries to a file.
RingFileLogWriter(String, String, int, int, LogFormat) - Constructor for class de.qfs.lib.log.RingFileLogWriter
Create a new RingFileLogWriter that writes LogEntries to a file.
rollback() - Method in class de.qfs.lib.transaction.CommitableNotify
This is a noop, since nothing has happened yet.
rollback() - Method in class de.qfs.lib.transaction.Transaction
Close the Transaction and roll back all commitables on its rollback list.
rollback() - Method in interface de.qfs.lib.transaction.Commitable
Undo the action of the Commitable.
rollback() - Method in class de.qfs.lib.transaction.CommitableStateChange
Undo the StateHolder's change of state.
root - Variable in class de.qfs.lib.gui.AdapterTreeModel
The root of the model.
root - Variable in class de.qfs.lib.option.OptionDialog
The name of the root OptionGroup.
root - Variable in class de.qfs.lib.tree.TreeBuilder
The root object of the new tree.
rowOptions - Variable in class de.qfs.lib.option.TableOptionEdit.Table
The OptionSet for the dialog.
run() - Method in interface de.qfs.lib.gui.SwingUtil.UnsafeRunnable
Execute the unsafe runnable.
run() - Method in class de.qfs.lib.gui.EventQueueMark
Zun method for SwingUtilities.invokeLater.
run() - Method in class de.qfs.lib.util.TaskQueue
Remove tasks from the queue one by one and execute them.
RuntimeCommandException - exception de.qfs.lib.command.RuntimeCommandException.
A RuntimeCommandException is useful to pass RuntimeExceptions that were expected and can be handled up to the CommandDistributor, without having to declare it.
RuntimeCommandException(Exception) - Constructor for class de.qfs.lib.command.RuntimeCommandException
Create a new RuntimeCommandException.
RuntimeCommandException(Exception, String) - Constructor for class de.qfs.lib.command.RuntimeCommandException
Create a new RuntimeCommandException.
RuntimeCommandException(Exception, String, Object, String) - Constructor for class de.qfs.lib.command.RuntimeCommandException
Create a new RuntimeCommandException.
RuntimeCommandException(Exception, String, Object, String, Object[]) - Constructor for class de.qfs.lib.command.RuntimeCommandException
Create a new RuntimeCommandException.

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