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 _

I

icon - Variable in class de.qfs.lib.option.TreeOptionGroup.Node
The icon of the node that is displayed in the tree.
id - Variable in class de.qfs.lib.option.TableOptionEdit.Column
The identifier for the column.
ids - Static variable in class de.qfs.lib.gui.EventNames
Map event names to event ids.
ilabel - Variable in class de.qfs.lib.option.KeyOptionEdit
 
includeThread() - Static method in class de.qfs.lib.log.Log
Let the current Thread log again.
includeThread(Thread) - Static method in class de.qfs.lib.log.Log
Let a Thread log again.
index - Variable in class de.qfs.lib.tree.AbstractTraversal.Level
The index of the node
IndexBasedTreeAdapter - class de.qfs.lib.tree.IndexBasedTreeAdapter.
This abstract base class for an index based TreeAdapter implements the link and enumeration based methods in terms of the index based ones, so it leaves only the bare minimum to be implemented.
IndexBasedTreeAdapter.ChildEnumeration - class de.qfs.lib.tree.IndexBasedTreeAdapter.ChildEnumeration.
Helper class that enumerates the children of a node.
IndexBasedTreeAdapter.ChildEnumeration(IndexBasedTreeAdapter, Object) - Constructor for class de.qfs.lib.tree.IndexBasedTreeAdapter.ChildEnumeration
Create a new ChildEnumeration.
IndexBasedTreeAdapter() - Constructor for class de.qfs.lib.tree.IndexBasedTreeAdapter
 
indexMap - Variable in class de.qfs.lib.gui.FilteredAndSortedTableModel
A list of indexes into the original TableModel.
IndexTraversal - class de.qfs.lib.tree.IndexTraversal.
Index based tree traversal.
IndexTraversal(TreeAdapter, Object) - Constructor for class de.qfs.lib.tree.IndexTraversal
Create a new IndexTraversal.
init() - Method in class de.qfs.lib.gui.StatusLine
Initialize the StatusLine.
init() - Method in class de.qfs.lib.option.OptionEdit
Initialize the OptionEdit.
init() - Method in class de.qfs.lib.option.SimpleOptionEdit
Initialize the OptionEdit.
init() - Method in class de.qfs.lib.option.EditorOptionEdit
Initialize the OptionEdit.
init() - Method in class de.qfs.lib.option.IntegerOptionEdit
Initialize the OptionEdit.
init() - Method in class de.qfs.lib.option.TextOptionEdit
Initialize the OptionEdit.
init() - Method in class de.qfs.lib.option.ChoiceOptionEdit
Initialize the OptionEdit.
init() - Method in class de.qfs.lib.option.StringOptionEdit
Initialize the OptionEdit.
init() - Method in class de.qfs.lib.option.KeyOptionEdit
Initialize the OptionEdit.
init() - Method in class de.qfs.lib.option.TableOptionEdit
Initialize the Edit.
init() - Method in class de.qfs.lib.option.BooleanOptionEdit
Initialize the OptionEdit.
init(MapResourceBundle) - Method in class de.qfs.lib.gui.ModalDialog
Initialize the dialog and the buttons.
initButton(String, MapResourceBundle) - Method in class de.qfs.lib.gui.ModalDialog
Initialize one button.
initButton(String, MapResourceBundle) - Method in class de.qfs.lib.option.OptionDialog
Initialize one button.
initButtonNames(MapResourceBundle) - Method in class de.qfs.lib.gui.ModalDialog
Get the names of the dialog's buttons.
initClasspath() - Static method in class de.qfs.lib.util.DynamicClassLoader
Initialize the classpath.
initComponent() - Method in class de.qfs.lib.gui.ModalDialog
This method can be overridden in a derived class to initialize the mainComponent member of the dialog.
initComponent() - Method in class de.qfs.lib.option.OptionDialog
Initialize the OptionGroup.
initDialog(int) - Method in class de.qfs.lib.option.TableOptionEdit.Table
 
initTime - Static variable in class de.qfs.lib.util.DynamicClassLoader
Initialization time.
inner - Variable in class de.qfs.lib.util.MultiMap.MapIterator
An iteratore over the elements of a ValueSet.
INPUT_EVENTS - Static variable in class de.qfs.lib.gui.SwingUtil
Identifier for input events.
InputStreamAdapter - class de.qfs.lib.util.InputStreamAdapter.
This is a baseclass for InputStream adapters.
InputStreamAdapter(InputStream) - Constructor for class de.qfs.lib.util.InputStreamAdapter
Create a new InputStreamAdapter.
INSERTED - Static variable in class de.qfs.lib.gui.TreeNotification
Indicates that a node has been inserted
insertNodeAfter(Object) - Method in interface de.qfs.lib.tree.MutableTraversal
Insert a node after the current node of the traversal.
insertNodeAfter(Object) - Method in class de.qfs.lib.tree.IndexTraversal
Insert a node after the current node of the traversal.
insertNodeAfter(Object, Object, Object) - Method in interface de.qfs.lib.tree.MutableTreeAdapter
Insert a child node after another node.
insertNodeBefore(Object) - Method in interface de.qfs.lib.tree.MutableTraversal
Insert a node before the current node of the traversal.
insertNodeBefore(Object) - Method in class de.qfs.lib.tree.IndexTraversal
Insert a node before the current node of the traversal.
insertNodeBefore(Object, Object, Object) - Method in interface de.qfs.lib.tree.MutableTreeAdapter
Insert a child node before another node.
insertRow() - Method in class de.qfs.lib.option.TableOptionEdit.Table
Create and insert a new row.
insertString(int, String, AttributeSet) - Method in class de.qfs.lib.gui.LimitedDocument
Insert a string into the document.
insideTransaction() - Static method in class de.qfs.lib.transaction.Transaction
Check, whether a Transaction has been created for the current Thread.
install() - Static method in class de.qfs.lib.gui.EventQueue
Install the EventQueue instance as the System EventQueue.
installed - Variable in class de.qfs.lib.gui.EventQueue
Whether the queue is currently installed.
instance - Static variable in class de.qfs.lib.util.LogSetup
The singleton instance.
instance() - Static method in class de.qfs.lib.config.Configuration
Get the single Configuration instance.
instance() - Static method in class de.qfs.lib.gui.EventQueue
Get the EventQueue instance, if it has been installed.
instance() - Static method in class de.qfs.lib.gui.FocusFixer
Get the FocusFixer instance for the ThreadGroup of the calling Thread.
instance() - Static method in class de.qfs.lib.transaction.Transaction
Return the Transaction instance for the current Thread.
instance() - Static method in class de.qfs.lib.util.MessageCollector
Get the MessageCollector for the current thread, creating a new one if necessary.
instance() - Static method in class de.qfs.lib.util.LogSetup
Get the singleton LogSetup instance.
IntegerOption - class de.qfs.lib.option.IntegerOption.
An IntegerOption has a value of class Integer and an additional flag defining whether negative values are OK.
IntegerOption() - Constructor for class de.qfs.lib.option.IntegerOption
Create a new IntegerOption.
IntegerOption(String) - Constructor for class de.qfs.lib.option.IntegerOption
Create a new IntegerOption with a name and the value null.
IntegerOption(String, int) - Constructor for class de.qfs.lib.option.IntegerOption
Create a new IntegerOption with a name and a value.
IntegerOption(String, int, boolean, boolean) - Constructor for class de.qfs.lib.option.IntegerOption
Create a new IntegerOption with a name and a value and the nullOK and negativeOK flags.
IntegerOption(String, Integer, boolean, boolean) - Constructor for class de.qfs.lib.option.IntegerOption
Create a new IntegerOption with a name and a value and the nullOK and negativeOK flags.
IntegerOptionEdit - class de.qfs.lib.option.IntegerOptionEdit.
An OptionEdit for an IntegerOption.
IntegerOptionEdit() - Constructor for class de.qfs.lib.option.IntegerOptionEdit
Create a new IntegerOptionEdit.
IntTests - class de.qfs.lib.log.IntTests.
Integration tests for the log package.
IntTests - class de.qfs.lib.transaction.IntTests.
Integration tests for the transaction package.
IntTests(String) - Constructor for class de.qfs.lib.log.IntTests
Create a new IntTests.
IntTests(String) - Constructor for class de.qfs.lib.transaction.IntTests
Create a new IntTests.
Invokable - interface de.qfs.lib.command.Invokable.
Commands that implement this interface will be invoked directly by the CommandDistributor.
invoke() - Method in interface de.qfs.lib.command.Invokable
Execute the command directly.
invokeAndWait(Runnable) - Static method in class de.qfs.lib.gui.SwingUtil
Invoke a thread inside the swing EventLoop and wait for it to finish.
isActionPending() - Method in class de.qfs.lib.util.DelayedAction
Query the DelayedAction whether an action is currently pending.
isActive() - Method in class de.qfs.lib.gui.EventQueueMark
Check whether the mark is active.
isAscending() - Method in class de.qfs.lib.gui.TableModelSorterEvent
Query whether the sort order is ascending.
isAutoAscending() - Method in class de.qfs.lib.gui.DefaultTableModelSorter
Query whether autoAscending is turned on.
isBorderOpaque() - Method in class de.qfs.lib.gui.WholeRowFocusRenderer
Query whether the border is opaque.
isCellEditable(EventObject) - Method in class de.qfs.lib.option.TableOptionEdit.Editor
Query whether a cell is editable.
isCellEditable(int, int) - Method in class de.qfs.lib.gui.TableModelAdapter
Return true if the a cell is editable.
isCellEditable(int, int) - Method in class de.qfs.lib.gui.FilteredAndSortedTableModel
Get the number of columns in the table.
isCellEditable(int, int) - Method in class de.qfs.lib.option.TableOptionEdit.Table
 
isDeleteHackEnabled() - Static method in class de.qfs.lib.gui.EventQueue
Query whether the delete hack is enabled.
isDisabled() - Method in class de.qfs.lib.option.OptionEdit
Query whether the edit is permanently disabled.
isDisabled() - Method in class de.qfs.lib.option.OptionGroup
Query whether the OptionGroup is permanently disabled.
isDropOnOverflow() - Static method in class de.qfs.lib.log.Log
Query whether the queue drops entries when it overflows.
isDropOnOverflow() - Method in interface de.qfs.lib.log.LogLevelCallback
Check whether the callback's application is dropping entries when its log queue overflows.
isDropOnOverflow() - Method in class de.qfs.lib.log.LogQueue
Query whether the queue drops entries when it overflows.
isDropOnOverflow() - Method in class de.qfs.lib.logrmi.RemoteLogLevelCallbackImplBase
Check whether the callback's application is dropping entries when its log queue overflows.
isDropOnOverflow() - Method in interface de.qfs.lib.logrmi.RemoteLogLevelCallback
Check whether the callback's application is dropping entries when its log queue overflows.
isDropOnOverflow() - Method in class de.qfs.lib.logrmi.RemoteLogLevelAdapter
Check whether the callback's application is dropping entries when its log queue overflows.
isDynamic() - Method in class de.qfs.lib.util.ClassWrapper
Get the dynamic flag of the ClassWrapper.
isEmpty() - Method in class de.qfs.lib.util.MultiMap
Returns true if this map contains no key-value mappings.
isEnabled() - Method in class de.qfs.lib.option.SimpleOptionEdit
Query whether the SimpleOptionEdit is enabled.
isEnabled() - Method in class de.qfs.lib.option.ChoiceOptionEdit
Query whether the ChoiceOptionEdit is enabled.
isEnabled() - Method in class de.qfs.lib.option.KeyOptionEdit
Query whether the KeyOptionEdit is enabled.
isEnabled() - Method in class de.qfs.lib.option.TableOptionEdit
See if the ValueEdit is enabled.
isEnabled() - Method in class de.qfs.lib.option.BooleanOptionEdit
Query whether the BooleanOptionEdit is enabled.
isEnumerationBased() - Method in class de.qfs.lib.tree.IndexBasedTreeAdapter
Query whether the TreeAdapter implementation supports enumeration based child access efficiently.
isEnumerationBased() - Method in interface de.qfs.lib.tree.TreeAdapter
Query whether the TreeAdapter implementation supports enumeration based child access efficiently.
isFocusTraversable() - Method in class de.qfs.lib.option.KeyOptionEdit.KeyLabel
Query whether the KeyLabel is traversable.
isFocusTraversable() - Method in class de.qfs.lib.option.TableOptionEdit.Table
 
isHandled() - Method in class de.qfs.lib.command.Command
Query whether the Command was already handled.
isIndexBased() - Method in class de.qfs.lib.tree.IndexBasedTreeAdapter
Query whether the TreeAdapter implementation supports index based child access efficiently.
isIndexBased() - Method in interface de.qfs.lib.tree.TreeAdapter
Query whether the TreeAdapter implementation supports index based child access efficiently.
isInstalled() - Static method in class de.qfs.lib.gui.EventQueue
Check, whether the EventQueue has been installed.
isLeaf() - Method in class de.qfs.lib.option.TreeOptionGroup.Node
Query whether the node is a leaf.
isLeaf(Object) - Method in class de.qfs.lib.gui.AWTTreeAdapter
Query whether a node is a leaf.
isLeaf(Object) - Method in class de.qfs.lib.gui.AdapterTreeModel
Test whether a node is a leaf node.
isLeaf(Object) - Method in class de.qfs.lib.option.TreeOptionGroup.Tree
Query whether a node is a leaf.
isLeaf(Object) - Method in class de.qfs.lib.option.OptionGroupTreeAdapter
Query whether a node is a leaf.
isLeaf(Object) - Method in interface de.qfs.lib.tree.TreeAdapter
Query whether a node is a leaf.
isLinkBased() - Method in class de.qfs.lib.tree.IndexBasedTreeAdapter
Query whether the TreeAdapter implementation supports link based child access efficiently.
isLinkBased() - Method in interface de.qfs.lib.tree.TreeAdapter
Query whether the TreeAdapter implementation supports link based child access efficiently.
isManagingFocus() - Method in class de.qfs.lib.option.KeyOptionEdit.KeyLabel
Query whether the KeyLabel manages focus.
isManagingFocus() - Method in class de.qfs.lib.option.TableOptionEdit.Table
 
isMetaHackEnabled() - Static method in class de.qfs.lib.gui.EventQueue
Query whether the meta hack is enabled.
isMustExist() - Method in class de.qfs.lib.option.FileOption
Get the mustExist state of the FileOption.
isNegativeOK() - Method in class de.qfs.lib.option.IntegerOption
Query wether negative values are allowed.
isNullOK() - Method in class de.qfs.lib.option.Option
Query whether null is a legal value for the Option.
isProgressShowing() - Method in class de.qfs.lib.gui.StatusLine
Query whther the progess bar is currently showing.
isQueueing() - Static method in class de.qfs.lib.log.Log
Get the queueing state of the Log.
isQueueing() - Method in interface de.qfs.lib.log.LogLevelCallback
Check whether the callback's application is using a log queue.
isQueueing() - Method in class de.qfs.lib.log.LogQueue
Get the queueing state of the LogQueue.
isQueueing() - Method in class de.qfs.lib.logrmi.RemoteLogLevelCallbackImplBase
Check whether the callback's application is using a log queue.
isQueueing() - Method in interface de.qfs.lib.logrmi.RemoteLogLevelCallback
Check whether the callback's application is using a log queue.
isQueueing() - Method in class de.qfs.lib.logrmi.RemoteLogLevelAdapter
Check whether the callback's application is using a log queue.
isRegistered() - Method in class de.qfs.lib.config.Configurator
Query whether the Configurator is registered with the Configuration.
isRegistered(Configuration) - Method in class de.qfs.lib.config.Configurator
Query whether the Configurator is registered with a special Configuration.
isRequestFocusEnabled() - Method in class de.qfs.lib.option.TableOptionEdit.Table
 
isSortAscending() - Method in interface de.qfs.lib.gui.TableModelSorter
Query whether the rows are sorted in ascending order.
isSortAscending() - Method in class de.qfs.lib.gui.DefaultTableModelSorter
Query whether the rows are sorted in ascending order.
isSystemClass(String) - Static method in class de.qfs.lib.util.DynamicClassLoader
Check whether a class name refers to a system class.
isTabHackEnabled() - Static method in class de.qfs.lib.gui.EventQueue
Query whether the tab hack is enabled.
isUseful(LogEntry) - Method in class de.qfs.lib.log.AbstractLogUser
Decide whether a log message is useful and should be passed to the LogWriter.
isUseful(LogEntry) - Method in class de.qfs.lib.log.TreeFilter
Decide whether a log message is useful and should be passed to the log writer.
isUseful(LogEntry) - Method in class de.qfs.lib.log.LevelFilter
Decide whether a log message is useful and should be passed to the log writer.

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 _