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 _

S

safeCall(Object, String) - Static method in class de.qfs.lib.util.Reflector
Call a no args method of an object.
safeCall(Object, String, boolean) - Static method in class de.qfs.lib.util.Reflector
Call a no args method of an object.
safeCall(Object, String, Class[], Object[]) - Static method in class de.qfs.lib.util.Reflector
Call a method of an object.
safeCall(Object, String, Class[], Object[], boolean) - Static method in class de.qfs.lib.util.Reflector
Call a method of an object.
safeCall(Object, String, Class, Object) - Static method in class de.qfs.lib.util.Reflector
Call a one arg method of an object.
safeCall(Object, String, Class, Object, boolean) - Static method in class de.qfs.lib.util.Reflector
Call a one arg method of an object.
safeGet(Object, String) - Static method in class de.qfs.lib.util.Reflector
Get a field value from an object.
safeGet(Object, String, boolean) - Static method in class de.qfs.lib.util.Reflector
Get a field value from an object.
safeSet(Object, String, Object) - Static method in class de.qfs.lib.util.Reflector
Set a field value in an object.
safeSet(Object, String, Object, boolean) - Static method in class de.qfs.lib.util.Reflector
Set a field value in an object.
safeVisit(Object, Object) - Static method in class de.qfs.lib.util.Visitor
This method is identical to visit except for Exception handling.
save(OutputStream) - Method in class de.qfs.lib.config.Configuration
Save the complete Configuration to an OutputStream.
saved - Variable in class de.qfs.lib.transaction.CommitableStateChange
Some information handed back by saveState.
saveSelection(boolean) - Method in class de.qfs.lib.gui.SortedTableHelper
Set whether the FilteredAndSortedTableModel will save the selected rows of the table when sorting, filtering or updating.
saveState() - Method in interface de.qfs.lib.transaction.StateHolder
Save the StateHolder's state.
scrollDownLine(JScrollPane) - Static method in class de.qfs.lib.gui.SwingUtil
Scroll the contents of a scrollPane down by one line if possible.
scrollUpLine(JScrollPane) - Static method in class de.qfs.lib.gui.SwingUtil
Scroll the contents of a scrollPane up by one line if possible.
SELECT - Static variable in class de.qfs.lib.gui.TreeNotification
Indicates that a node should be selected
SELECT_AND_SHOW - Static variable in class de.qfs.lib.gui.TreeNotification
Indicates that a node should be selected and shown
set - Variable in class de.qfs.lib.option.OptionDialog.OptionButtonData
Whether to try to set the options' values.
set(Object, String, Object) - Static method in class de.qfs.lib.util.Reflector
Set a field value in an object.
set(Object, String, Object, boolean) - Static method in class de.qfs.lib.util.Reflector
Set a field value in an object.
setAutoAscending(boolean) - Method in class de.qfs.lib.gui.DefaultTableModelSorter
If autoAscending is set to true (the default), the sort order is determined by setSortColumn.
setBorderColor(Color) - Method in class de.qfs.lib.gui.WholeRowFocusRenderer
Set the color for the focus border.
setBorderIcon(Icon) - Method in class de.qfs.lib.gui.WholeRowFocusRenderer
Set the icon to use for painting the border.
setBorderIcon(Icon) - Method in class de.qfs.lib.gui.WindowsTableCellRenderer
Set the icon to use for painting the focus border.
setBorderIcon(Icon) - Method in class de.qfs.lib.gui.WindowsTreeCellRenderer
Set the icon to use for painting the focus border.
setClazz(String) - Method in class de.qfs.lib.log.LogEntry
Set the clazz of the message.
setClient(Object) - Method in class de.qfs.lib.config.ConfigWrapper
Set the client object for the ConfigWrapper.
setClient(Object) - Method in class de.qfs.lib.config.FrameConfigWrapper
Set the client object for the ConfigWrapper.
setClient(Object) - Method in class de.qfs.lib.config.DialogConfigWrapper
Set the client object for the ConfigWrapper.
setClient(Object) - Method in class de.qfs.lib.config.JSplitPaneConfigWrapper
Set the client object for the ConfigWrapper.
setClient(Object) - Method in class de.qfs.lib.config.JTableConfigWrapper
Set the client object for the ConfigWrapper.
setClient(Object) - Method in class de.qfs.lib.config.JToolBarConfigWrapper
Set the client object for the ConfigWrapper.
setComment(String) - Method in class de.qfs.lib.config.Configuration
Set the comment for the header of the config file.
setComment(String, String) - Method in class de.qfs.lib.config.Configuration
Set a comment for one Configurable name.
setConfigurableName(String) - Method in interface de.qfs.lib.config.Configurable
Set the Configurable's name.
setConfigurableName(String) - Method in class de.qfs.lib.config.ConfigWrapper
Set the receiver's configuration name.
setConfigurableName(String) - Method in class de.qfs.lib.gui.DefaultTableModelSorter
Set the DefaultTableModelSorter's configuration name.
setConfigurableName(String) - Method in class de.qfs.lib.gui.MultiPane
Set the receiver's configuration name.
setConfigurableName(String) - Method in class de.qfs.lib.option.OptionSet
Set the Configurable's name.
setConfigurableState(Properties) - Method in interface de.qfs.lib.config.Configurable
Set the Configurable's state.
setConfigurableState(Properties) - Method in class de.qfs.lib.config.ConfigWrapper
Set the Configurable's state.
setConfigurableState(Properties) - Method in class de.qfs.lib.config.FrameConfigWrapper
Set the Configurable's state.
setConfigurableState(Properties) - Method in class de.qfs.lib.config.DialogConfigWrapper
Set the Configurable's state.
setConfigurableState(Properties) - Method in class de.qfs.lib.config.JSplitPaneConfigWrapper
Set the Configurable's state.
setConfigurableState(Properties) - Method in class de.qfs.lib.config.RelativeDialogConfigWrapper
Set the Configurable's state.
setConfigurableState(Properties) - Method in class de.qfs.lib.config.JTableConfigWrapper
Set the Configurable's state.
setConfigurableState(Properties) - Method in class de.qfs.lib.config.JToolBarConfigWrapper
Set the Configurable's state.
setConfigurableState(Properties) - Method in class de.qfs.lib.gui.DefaultTableModelSorter
Set the DefaultTableModelSorter's configurable state.
setConfigurableState(Properties) - Method in class de.qfs.lib.gui.MultiPane
Set the Configurable's state.
setConfigurableState(Properties) - Method in class de.qfs.lib.option.OptionSet
Set the Configurable's state.
setConfigurableValue(String) - Method in class de.qfs.lib.option.FileOption
Set the Option's value from a String.
setConfigurableValue(String) - Method in class de.qfs.lib.option.IntegerOption
Set the Option's value from a String.
setConfigurableValue(String) - Method in interface de.qfs.lib.option.ConfigurableOption
Set the Option's value from a String.
setConfigurableValue(String) - Method in class de.qfs.lib.option.BooleanOption
Set the Option's value from a String.
setConfigurableValue(String) - Method in class de.qfs.lib.option.StringOption
Set the Option's value from a String.
setConfigurableValue(String) - Method in class de.qfs.lib.option.ChoiceOption
Set the Option's value from a String.
setCount(long) - Method in class de.qfs.lib.util.CountEvent
Set the count of the CountEvent.
setDateFormat(DateFormat) - Method in class de.qfs.lib.log.StreamFilter
Deprecated. Set the DateFormat used to print the timestamp of the log messages.
setDefault(int) - Method in class de.qfs.lib.log.TreeFilter
Set the default level for unknown classes/methods.
setDefault(String, String) - Method in class de.qfs.lib.util.ArgsParser
Set a default value for an option.
setDefaultDistributor(CommandDistributor) - Static method in class de.qfs.lib.command.CommandDistributor
Set the default CommandDistributor.
setDefaultEnterBinding(JTextComponent) - Static method in class de.qfs.lib.gui.SwingUtil
Restore the default binding for the return key, if it was changed by prepareKeymaps.
setDefaultLogLevel(int) - Static method in class de.qfs.lib.log.Logger
Set the default level for all Loggers, for which no level is set either directly on the class or on (parts of) its package.
setDefaultOption(String) - Method in class de.qfs.lib.util.ArgsParser
Set the option whose argument should be interpreted as source for the default options.
setDeleteHackEnabled(boolean) - Static method in class de.qfs.lib.gui.EventQueue
Set whether the delete hack should be enabled.
setDisabled(boolean) - Method in class de.qfs.lib.option.OptionEdit
Set whether theedit is permanently disabled.
setDisabled(boolean) - Method in class de.qfs.lib.option.OptionGroup
Set whether the OptionGroup is permanently disabled.
setDropOnOverflow(boolean) - Static method in class de.qfs.lib.log.Log
Set whether entries should be dropped when the log queue overflows.
setDropOnOverflow(boolean) - Method in interface de.qfs.lib.log.LogLevelCallback
Set whether the callback's application should drop entries when its log queue overflows.
setDropOnOverflow(boolean) - Method in class de.qfs.lib.log.LogQueue
Set whether entries should be dropped when the queue overflows.
setDropOnOverflow(boolean) - Method in class de.qfs.lib.logrmi.RemoteLogLevelCallbackImplBase
Set whether the callback's application should drop entries when its log queue overflows.
setDropOnOverflow(boolean) - Method in interface de.qfs.lib.logrmi.RemoteLogLevelCallback
Set whether the callback's application should drop entries when its log queue overflows.
setDropOnOverflow(boolean) - Method in class de.qfs.lib.logrmi.RemoteLogLevelAdapter
Set whether the callback's application should drop entries when its log queue overflows.
setDynamic(boolean) - Method in class de.qfs.lib.util.ClassWrapper
Set the dynamic flag of the ClassWrapper.
setEnabled(boolean) - Method in class de.qfs.lib.option.SimpleOptionEdit
Enable or disable the SimpleOptionEdit.
setEnabled(boolean) - Method in class de.qfs.lib.option.OptionGroup
Set the enabled state for all members of the group.
setEnabled(boolean) - Method in class de.qfs.lib.option.ChoiceOptionEdit
Enable or diesable the ChoiceOptionEdit.
setEnabled(boolean) - Method in class de.qfs.lib.option.RadioOptionGroup
Set the enabled state for the buttons.
setEnabled(boolean) - Method in class de.qfs.lib.option.ChoiceOptionGroup
Deprecated. Set the enabled state for the buttons.
setEnabled(boolean) - Method in class de.qfs.lib.option.NestedOptionGroup
Set the enabled state for the nested group.
setEnabled(boolean) - Method in class de.qfs.lib.option.BooleanOptionEdit
Enable or diesable the BooleanOptionEdit.
setExceptionHandler(ExceptionHandler) - Static method in class de.qfs.lib.gui.EventQueue
Set a handler for Exceptions that occur in the AWT event dispatch thread.
setFileLimit(int) - Method in class de.qfs.lib.log.RingFileLogWriter
Get the number of old log files to keep.
setFileType(int) - Method in class de.qfs.lib.option.FileOption
Set the fileType of the FileOption.
setFilter(TableModelFilter) - Method in class de.qfs.lib.gui.FilteredAndSortedTableModel
Set the filter for the data.
setFilterMode(int) - Method in class de.qfs.lib.log.StreamFilter
Deprecated. Configure the StreamFilter's filter mode.
setFilterMode(int) - Method in interface de.qfs.lib.log.LogUser
Configure the LogUser's filter mode.
setFilterMode(int) - Method in class de.qfs.lib.log.AbstractLogUser
Configure the AbstractLogUser's filter mode.
setFilterMode(int) - Method in class de.qfs.lib.logrmi.RemoteLogFilter
Deprecated. Configure the RemoteLogFilter's filter mode.
setFirstComponent(Component) - Method in class de.qfs.lib.gui.MultiPane
Set the top/left component of the MultiPane.
setFlushBufferSize(int) - Static method in class de.qfs.lib.log.Log
Set the size of the flush buffer.
setFlushBufferSize(int) - Method in interface de.qfs.lib.log.LogLevelCallback
Set the size of the flush buffer of the callback's application.
setFlushBufferSize(int) - Method in class de.qfs.lib.logrmi.RemoteLogLevelCallbackImplBase
Set the size of the flush buffer of the callback's application.
setFlushBufferSize(int) - Method in interface de.qfs.lib.logrmi.RemoteLogLevelCallback
Set the size of the flush buffer of the callback's application.
setFlushBufferSize(int) - Method in class de.qfs.lib.logrmi.RemoteLogLevelAdapter
Set the size of the flush buffer of the callback's application.
setFlushTriggerLevel(int) - Static method in class de.qfs.lib.log.Log
Set the level that will trigger a flush of the messages saved in the flush buffer.
setFlushTriggerLevel(int) - Method in interface de.qfs.lib.log.LogLevelCallback
Set the level that will trigger a flush of the messages saved in the flush buffer of the callback's application.
setFlushTriggerLevel(int) - Method in class de.qfs.lib.logrmi.RemoteLogLevelCallbackImplBase
Set the level that will trigger a flush of the messages saved in the flush buffer of the callback's application.
setFlushTriggerLevel(int) - Method in interface de.qfs.lib.logrmi.RemoteLogLevelCallback
Set the level that will trigger a flush of the messages saved in the flush buffer of the callback's application.
setFlushTriggerLevel(int) - Method in class de.qfs.lib.logrmi.RemoteLogLevelAdapter
Set the level that will trigger a flush of the messages saved in the flush buffer of the callback's application.
setFormat(LogFormat) - Method in interface de.qfs.lib.log.LogWriter
Set the format the LogWriter should use to format LogEntries.
setFormat(LogFormat) - Method in class de.qfs.lib.log.StreamLogWriter
Set the format to use for printing LogEntries.
setFormat(LogFormat) - Method in class de.qfs.lib.logrmi.RemoteLogWriter
Set the format the LogWriter should use to format LogEntries.
setHandled(boolean) - Method in class de.qfs.lib.command.Command
Set the handled state of the Command.
setHeaderCellRenderer(TableCellRenderer) - Method in class de.qfs.lib.gui.SortedTableHelper
Set the renderer for the TableHeader.
setHorizontalDistance(int) - Method in class de.qfs.lib.gui.Grid
Set the horizontalDistance of the Grid.
setIcon(String, Icon) - Method in class de.qfs.lib.util.MapResourceBundle
Set an icon for a resource name.
setIndex(int) - Method in class de.qfs.lib.gui.TreeNotification
Set the index of the TreeNotification.
setLevel(int) - Method in class de.qfs.lib.log.LevelFilter
Set the level limiting the filtering and writing of messages.
setLevel(int) - Method in class de.qfs.lib.log.LogEntry
Set the level of the message.
setLevel(String, String, int, boolean) - Method in class de.qfs.lib.log.TreeFilter
Set the log level for a class and method, where method may be null to set a general value.
setLimit(int) - Method in class de.qfs.lib.gui.LimitedDocument
Set the limit for the number of characters.
setLocation(Dimension) - Method in class de.qfs.lib.config.RelativeDialogConfigWrapper
Set the dialog's location relative to its master.
setLogLevel(int) - Method in class de.qfs.lib.log.StreamFilter
Deprecated. Set the level limiting the output of messages.
setLogLevel(LogLevelListener, String, int) - Static method in class de.qfs.lib.log.Logger
Callback method for a LogLevelListener to change the log level for a class or package.
setLogLevel(String, int) - Static method in class de.qfs.lib.log.Logger
Set the log level for a class or package.
setLogLevel(String, int) - Method in interface de.qfs.lib.log.LogLevelCallback
Callback method for a LogLevelListener to change the log level for a class or package.
setLogLevel(String, int) - Method in class de.qfs.lib.logrmi.RemoteLogLevelCallbackImplBase
Callback method for a LogLevelListener to change the log level for a class or package.
setLogLevel(String, int) - Method in interface de.qfs.lib.logrmi.RemoteLogLevelCallback
Callback method for a LogLevelListener to change the log level for a class or package.
setLogLevel(String, int) - Method in class de.qfs.lib.logrmi.RemoteLogLevelAdapter
Callback method for a LogLevelListener to change the log level for a class or package.
setLogLevelCallback(LogLevelCallback) - Method in interface de.qfs.lib.log.LogLevelListener
Sets the LogLevelCallback for the LogLevelListener.
setLogLevelCallback(LogLevelCallback) - Method in class de.qfs.lib.logrmi.RemoteLogLevelAdapter
Sets the LogLevelCallback for the LogLevelListener.
setLogLevelCallback(RemoteLogLevelCallback) - Method in class de.qfs.lib.logrmi.RemoteLogLevelListenerImplBase
Sets the RemoteLogLevelCallback for the RemoteLogLevelListener.
setLogLevelCallback(RemoteLogLevelCallback) - Method in interface de.qfs.lib.logrmi.RemoteLogLevelListener
Sets the RemoteLogLevelCallback for the RemoteLogLevelListener.
setLogLevels(Hashtable) - Static method in class de.qfs.lib.log.Logger
Set various levels by parsing a set of properties in a Hashtable.
setLogLevels(ResourceBundle) - Static method in class de.qfs.lib.log.Logger
Set various levels by parsing a ResourceBundle.
setLogWriter(LogWriter) - Static method in class de.qfs.lib.log.Log
Set the LogWriter to use for the default logging mechanism, i.e. to log the messages that have passed through the filter chain.
setLogWriter(LogWriter) - Method in class de.qfs.lib.log.AbstractLogUser
Set the LogWriter of the AbstractLogUser.
setMainComponent(Component) - Method in class de.qfs.lib.gui.ModalDialog
Set the main component of the dialog.
setMaster(Window) - Method in class de.qfs.lib.config.RelativeDialogConfigWrapper
Set the master window for the dialog.
setMaximumSize(int) - Method in class de.qfs.lib.util.MRUCache
Set the maximum size of the MRUCache.
setMaxTransactions(int) - Static method in class de.qfs.lib.transaction.Transaction
Set the maximum number of concurrent Transactions.
setMessage(String) - Method in class de.qfs.lib.log.LogEntry
Set the message.
setMessageParameters(Object[]) - Method in class de.qfs.lib.command.RuntimeCommandException
Set the messageParameters for the RuntimeCommandException.
setMessageResource(String) - Method in class de.qfs.lib.command.RuntimeCommandException
Set the messageResource for the RuntimeCommandException.
setMetaHackEnabled(boolean) - Static method in class de.qfs.lib.gui.EventQueue
Set whether the meta hack should be enabled.
setMethod(String) - Method in class de.qfs.lib.log.LogEntry
Set the method of the message.
setModel(TableModel) - Method in class de.qfs.lib.gui.TableModelAdapter
Set the wrapped model.
setMustExist(boolean) - Method in class de.qfs.lib.option.FileOption
Set the mustExist state of the FileOption.
setName(String) - Method in class de.qfs.lib.option.Option
Set the name of the Option.
setNegativeOK(boolean) - Method in class de.qfs.lib.option.IntegerOption
Set wether negative values are allowed.
setNullOK(boolean) - Method in class de.qfs.lib.option.Option
Set whether null is a legal value for the Option.
setNullOK(boolean) - Method in class de.qfs.lib.option.BooleanOption
Override setNullOK, since a null value is illegal for a BooleanOption.
setOperation(int) - Method in class de.qfs.lib.gui.TreeNotification
Set the operation of the TreeNotification.
setOptionGroup(OptionGroup) - Method in class de.qfs.lib.option.OptionEdit
Set the OptionGroup to which the edit belongs.
setOptions(String[]) - Method in class de.qfs.lib.util.ArgsParser
Set the options the ArgsParser should know about.
setOutputLevel(int) - Static method in class de.qfs.lib.log.Log
Set the current output log level.
setOutputLevel(int) - Method in interface de.qfs.lib.log.LogLevelCallback
Set the output log level for the callback's application.
setOutputLevel(int) - Method in class de.qfs.lib.logrmi.RemoteLogLevelCallbackImplBase
Set the output log level for the callback's application.
setOutputLevel(int) - Method in interface de.qfs.lib.logrmi.RemoteLogLevelCallback
Set the output log level for the callback's application.
setOutputLevel(int) - Method in class de.qfs.lib.logrmi.RemoteLogLevelAdapter
Set the output log level for the callback's application.
setParent(Configurator) - Method in class de.qfs.lib.config.Configurator
Set the Configurator's parent.
setParent(Frame) - Method in class de.qfs.lib.option.OptionDialog
Deprecated. The window's owner cannot really be changed. To place the dialog relative to some component use doModal(Component,boolean).
setParent(Object) - Method in class de.qfs.lib.command.RuntimeCommandException
Set the target component for the message display.
setParentGroup(OptionGroup) - Method in class de.qfs.lib.option.OptionGroup
Set the parent of the OptionGroup.
setParentGroup(OptionGroup) - Method in class de.qfs.lib.option.NestedOptionGroup
Set the parent of the OptionGroup.
setPath(Object[]) - Method in class de.qfs.lib.gui.TreeNotification
Set the path of the TreeNotification.
setPermanentMessage(String) - Method in class de.qfs.lib.gui.StatusLine
Set the message to display in the StatusLine whenever no other message is displayed.
setPostFlushSize(int) - Static method in class de.qfs.lib.log.Log
Set the number of messages to pass unfiltered through the pre-queue stage after a flush happened.
setPostFlushSize(int) - Method in interface de.qfs.lib.log.LogLevelCallback
Set the number of messages to pass unfiltered through the pre-queue stage after a flush happened in the callback's application.
setPostFlushSize(int) - Method in class de.qfs.lib.logrmi.RemoteLogLevelCallbackImplBase
Set the number of messages to pass unfiltered through the pre-queue stage after a flush happened in the callback's application.
setPostFlushSize(int) - Method in interface de.qfs.lib.logrmi.RemoteLogLevelCallback
Set the number of messages to pass unfiltered through the pre-queue stage after a flush happened in the callback's application.
setPostFlushSize(int) - Method in class de.qfs.lib.logrmi.RemoteLogLevelAdapter
Set the number of messages to pass unfiltered through the pre-queue stage after a flush happened in the callback's application.
setPreQueueLevel(int) - Static method in class de.qfs.lib.log.Log
Set the current pre-queue level.
setPreQueueLevel(int) - Method in interface de.qfs.lib.log.LogLevelCallback
Set the pre-queue level for the callback's application.
setPreQueueLevel(int) - Method in class de.qfs.lib.logrmi.RemoteLogLevelCallbackImplBase
Set the pre-queue level for the callback's application.
setPreQueueLevel(int) - Method in interface de.qfs.lib.logrmi.RemoteLogLevelCallback
Set the pre-queue level for the callback's application.
setPreQueueLevel(int) - Method in class de.qfs.lib.logrmi.RemoteLogLevelAdapter
Set the pre-queue level for the callback's application.
setProgress(String, int, int) - Method in class de.qfs.lib.gui.SplashWindow
Set information for the ProgressBar of the SplashWindow.
setProgressValue(int) - Method in class de.qfs.lib.gui.StatusLine
Set the value for the progress bar and force a redisplay of the StatusLine.
setProperty(String) - Method in class de.qfs.lib.util.ArgsParser
Set the system property name for the default options.
setPropertyFile(String) - Method in class de.qfs.lib.util.ArgsParser
Set the file name or URL to read options from.
setQueueing(boolean) - Static method in class de.qfs.lib.log.Log
Set the queueing state of the Log.
setQueueing(boolean) - Method in interface de.qfs.lib.log.LogLevelCallback
Set whether the callback's application should use a log queue.
setQueueing(boolean) - Method in class de.qfs.lib.log.LogQueue
Set the queueing state of the LogQueue.
setQueueing(boolean) - Method in class de.qfs.lib.logrmi.RemoteLogLevelCallbackImplBase
Set whether the callback's application should use a log queue.
setQueueing(boolean) - Method in interface de.qfs.lib.logrmi.RemoteLogLevelCallback
Set whether the callback's application should use a log queue.
setQueueing(boolean) - Method in class de.qfs.lib.logrmi.RemoteLogLevelAdapter
Set whether the callback's application should use a log queue.
setQueueSize(int) - Static method in class de.qfs.lib.log.Log
Set the maximum size of the log queue.
setQueueSize(int) - Method in interface de.qfs.lib.log.LogLevelCallback
Set the size of log queue of the callback's application.
setQueueSize(int) - Method in class de.qfs.lib.log.LogQueue
Set the maximum size of the queue.
setQueueSize(int) - Method in class de.qfs.lib.logrmi.RemoteLogLevelCallbackImplBase
Set the size of log queue of the callback's application.
setQueueSize(int) - Method in interface de.qfs.lib.logrmi.RemoteLogLevelCallback
Set the size of log queue of the callback's application.
setQueueSize(int) - Method in class de.qfs.lib.logrmi.RemoteLogLevelAdapter
Set the size of log queue of the callback's application.
setReceiver(Object) - Method in class de.qfs.lib.gui.TreeNotification
Set the designated receiver of the TreeNotification.
setRemoteListener(RemoteLogLevelListener) - Method in class de.qfs.lib.logrmi.RemoteLogLevelAdapter
Set the listener to forward LogLevelEvents to.
setResolvingClass(Class) - Method in class de.qfs.lib.util.MapResourceBundle
Set the Class to use for getting Icon resources.
setResources(ResourceBundle) - Static method in class de.qfs.lib.gui.Message
Set the resources of the Message class.
setResources(ResourceBundle) - Static method in class de.qfs.lib.option.Option
Set the resources of the de.qfs.lib.option package.
setSavedSelectionModel(ListSelectionModel) - Method in class de.qfs.lib.gui.FilteredAndSortedTableModel
The FilteredAndSortedTableModel can keep track of the selection state in one ListSelectionModel and keep it up to date during changes to the underlying TableModel.
setSecondComponent(Component) - Method in class de.qfs.lib.gui.MultiPane
Set the bottom/right component of the MultiPane.
setSelectionPaths(TreePath[]) - Method in class de.qfs.lib.gui.LevelTreeSelectionModel
Set the paths of the selection.
setShowing(int) - Method in class de.qfs.lib.gui.MultiPane
Set which component(s) to display.
setSizeLimit(int) - Method in class de.qfs.lib.log.RingFileLogWriter
Set the file size limit (in kB) of the RingFileLogWriter.
setSortAscending(boolean) - Method in interface de.qfs.lib.gui.TableModelSorter
Tell the TableSorter whether the sort order is ascending.
setSortAscending(boolean) - Method in class de.qfs.lib.gui.DefaultTableModelSorter
Define whether the rows should be sorted in ascending or descending order.
setSortColumn(int) - Method in interface de.qfs.lib.gui.TableModelSorter
Tell the TableSorter the column to sort on.
setSortColumn(int) - Method in class de.qfs.lib.gui.DefaultTableModelSorter
Set the column to sort in model coordinates.
setSortedTableModel(FilteredAndSortedTableModel) - Method in class de.qfs.lib.gui.SortedTableHelper
Call this method instead of JTable.setModel to change the model of the table.
setSorter(TableModelSorter) - Method in class de.qfs.lib.gui.FilteredAndSortedTableModel
Set the TableModelSorter for the data.
setState(Object) - Method in class de.qfs.lib.config.JTableConfigWrapper
Set the state of the Table.
setStippleBorder() - Method in class de.qfs.lib.gui.WholeRowFocusRenderer
Set a stipple border similar to the one Windows uses.
setTabHackEnabled(boolean) - Static method in class de.qfs.lib.gui.EventQueue
Set whether the tab hack should be enabled.
setTableModel(TableModel) - Method in class de.qfs.lib.gui.SortedTableHelper
Call this method instead of JTable.setModel to change the model of the table.
setTableModelFilter(TableModelFilter) - Method in class de.qfs.lib.gui.SortedTableHelper
Set the TableModelFilter for the table.
setTableModelSorter(TableModelSorter) - Method in class de.qfs.lib.gui.SortedTableHelper
Set the TableModelSorter implementing the sort order.
setTemporaryMessage(String) - Method in class de.qfs.lib.gui.StatusLine
Display a message temporarily.
setTemporaryMessageDelay(int) - Method in class de.qfs.lib.gui.StatusLine
Set the delay in milliseconds after which to replace the temporary message with the previous message.
setThread(String) - Method in class de.qfs.lib.log.LogEntry
Set the thread of the message.
setTimestamp(long) - Method in class de.qfs.lib.log.LogEntry
Set the timestamp of the message.
setTitle(String) - Method in class de.qfs.lib.option.OptionGroup
Set the title of the OptionGroup.
setTitle(String) - Method in class de.qfs.lib.option.NestedOptionGroup
Set the title of the OptionGroup.
setUp() - Method in class de.qfs.lib.log.FlushBuffer.UnitTest
Set up the test fixture.
setUp() - Method in class de.qfs.lib.log.LogLevels.UnitTest
Set up the test fixture.
setUp() - Method in class de.qfs.lib.log.TreeFilter.UnitTest
Set up the test fixture.
setUp() - Method in class de.qfs.lib.log.IntTests
Set up the test fixture.
setUp() - Method in class de.qfs.lib.log.LogQueue.UnitTest
Set up the test fixture.
setUp() - Method in class de.qfs.lib.transaction.IntTests
Set up the test fixture.
setUp() - Method in class de.qfs.lib.util.ArgsParser.UnitTest
Set up the test fixture.
setUp() - Method in class de.qfs.lib.util.MultiMap.UnitTest
Set up the test fixture.
setUp() - Method in class de.qfs.lib.util.MRUCache.UnitTest
Set up the test fixture.
setUp() - Method in class de.qfs.lib.util.TaskQueue.UnitTest
Set up the test fixture.
setUp() - Method in class de.qfs.lib.util.Visitor.UnitTest
Set up the test fixture.
setupLogging(String, ArgsParser) - Method in class de.qfs.lib.util.LogSetup
Set up the logging system after the ArgsParser did its job.
setValue(Object) - Method in class de.qfs.lib.option.Option
Set the value of the Option.
setValue(Object) - Method in class de.qfs.lib.util.MultiMap.MapEntry
Set the value of this entry.
setValueAt(Object, int, int) - Method in class de.qfs.lib.gui.TableModelAdapter
Set the attribute value for a cell.
setValueAt(Object, int, int) - Method in class de.qfs.lib.gui.FilteredAndSortedTableModel
Set the attribute value for a cell.
setVerticalDistance(int) - Method in class de.qfs.lib.gui.Grid
Set the verticalDistance of the Grid.
setViewPosition(Point) - Method in class de.qfs.lib.gui.SwingUtil.ConstrainedViewport
Sets the view coordinates that appear in the upper left hand corner of the viewport, does nothing if there's no view.
SHOW - Static variable in class de.qfs.lib.gui.TreeNotification
Indicates that a node should be made visible
SHOW_BOTH - Static variable in class de.qfs.lib.gui.MultiPane
Indicates that both components are shown.
SHOW_FIRST - Static variable in class de.qfs.lib.gui.MultiPane
Indicates that only the first component is shown.
SHOW_SECOND - Static variable in class de.qfs.lib.gui.MultiPane
Indicates that only the second component is shown.
showingChanged(MultiPaneEvent) - Method in interface de.qfs.lib.gui.MultiPaneListener
Notify the MultiPaneListener of a change in the MultiPane's showing state.
showMessage(Component, String) - Static method in class de.qfs.lib.gui.Message
Bring up a localized message dialog.
showMessage(Component, String, Object[]) - Static method in class de.qfs.lib.gui.Message
Bring up a parameterized, localized message dialog.
showOK(Component, Object, String, int, Icon) - Static method in class de.qfs.lib.gui.Message
Bring up a localized confirm dialog with OK as the single option.
showOKCancel(Component, Object, String, int, Icon) - Static method in class de.qfs.lib.gui.Message
Bring up a localized OK/Cancel dialog.
showPercent - Variable in class de.qfs.lib.gui.StatusLine
Whether to display a percent string in the progress bar.
showPopup(JPopupMenu, Component, int, int, boolean) - Static method in class de.qfs.lib.gui.SwingUtil
Bring up a JPopupMenu but make sure that it is fully visible on the screen (if at all possible).
showProgressBar(int, int, String, boolean) - Method in class de.qfs.lib.gui.StatusLine
Display a progress bar.
showYesNo(Component, Object, String, int, Icon) - Static method in class de.qfs.lib.gui.Message
Bring up a localized Yes/No dialog.
showYesNoCancel(Component, Object, String, int, Icon) - Static method in class de.qfs.lib.gui.Message
Bring up a localized Yes/No/Cancel dialog.
SimpleOptionEdit - class de.qfs.lib.option.SimpleOptionEdit.
Common baseclass for similar kinds of OptionEdits that are built from a JLabel and a JTextComponent.
SimpleOptionEdit() - Constructor for class de.qfs.lib.option.SimpleOptionEdit
Create a new SimpleOptionEdit.
size() - Method in class de.qfs.lib.util.MultiMap
Returns the number of key-value mappings in this map.
sizeLimit - Variable in class de.qfs.lib.log.RingFileLogWriter
The maximum size of a log file (in kB).
skip(long) - Method in class de.qfs.lib.util.InputStreamAdapter
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class de.qfs.lib.util.CountingInputStream
Skips over and discards n bytes of data from this input stream.
SLIGHTLY_LOWERED - Static variable in class de.qfs.lib.gui.Borders
A slightly lowered border that is less conspicuous than Swing's lowered bevel border.
SLIGHTLY_PROTRUDING - Static variable in class de.qfs.lib.gui.Borders
A Border depicting a rectangular Button slightly protruding from its setting.
SLIGHTLY_SUNKEN - Static variable in class de.qfs.lib.gui.Borders
A Border depicting a rectangular Button slightly sunken into its setting.
SortedTableHeaderCellRenderer - class de.qfs.lib.gui.SortedTableHeaderCellRenderer.
This CellRenderer draws a little arrow on the column determining the sort order of a table.
SortedTableHeaderCellRenderer(JTable) - Constructor for class de.qfs.lib.gui.SortedTableHeaderCellRenderer
Create a new SortedTableHeaderCellRenderer.
SortedTableHelper - class de.qfs.lib.gui.SortedTableHelper.
This little helper class is very useful in creating a sorted JTable.
SortedTableHelper(JTable) - Constructor for class de.qfs.lib.gui.SortedTableHelper
Create a new SortedTableHelper.
SortedTableHelper(JTable, FilteredAndSortedTableModel) - Constructor for class de.qfs.lib.gui.SortedTableHelper
Create a new SortedTableHelper from a FilteredAndSortedTableModel.
SortedTableHelper(JTable, TableModelFilter, TableModelSorter) - Constructor for class de.qfs.lib.gui.SortedTableHelper
Create a new SortedTableHelper.
sorter - Variable in class de.qfs.lib.gui.FilteredAndSortedTableModel
The sorter for the data.
sorterCompare - Variable in class de.qfs.lib.gui.FilteredAndSortedTableModel
The sorter as Comparator.
sortOrderChanged(TableModelSorterEvent) - Method in class de.qfs.lib.gui.SortedTableHelper
Notify the listener of a change in the sort order.
sortOrderChanged(TableModelSorterEvent) - Method in interface de.qfs.lib.gui.TableModelSorterListener
Notify the listener of a change in the TableModel's sort order.
sortOrderChanged(TableModelSorterEvent) - Method in class de.qfs.lib.gui.SortedTableHeaderCellRenderer
Set the column used for sorting.
sortOrderChanged(TableModelSorterEvent) - Method in class de.qfs.lib.gui.FilteredAndSortedTableModel
Notify the FilteredAndSortedTableModel of a change in the sort order.
SplashWindow - class de.qfs.lib.gui.SplashWindow.
The SplashWindow is a special window intended to be displayed while an application initializes itself, to inform the user about what is going on.
SplashWindow(int, int) - Constructor for class de.qfs.lib.gui.SplashWindow
Create a new SplashWindow.
split(String, String, boolean) - Static method in class de.qfs.lib.option.TextOption
Split a String into an array of Strings.
StablePipedOutputStream - class de.qfs.lib.util.StablePipedOutputStream.
A StablePipedOutputStream extends PipedOutputStream to pass all data written to it through the same thread to avoid broken pipes when writing within a temporary thread.
StablePipedOutputStream() - Constructor for class de.qfs.lib.util.StablePipedOutputStream
Create a new StablePipedOutputStream.
StablePipedOutputStream(PipedInputStream) - Constructor for class de.qfs.lib.util.StablePipedOutputStream
Create a new StablePipedOutputStream for a PipedInputStream.
state() - Method in class de.qfs.lib.config.ConfigurationEvent
Get the new state of the Configurable.
stateChanged(Configurable) - Method in class de.qfs.lib.config.Configuration
Notify the Configuration of a state change in one of its registered Configurables.
stateChanged(Configurable) - Method in class de.qfs.lib.config.RegistrationHelper
Notify all Configurations the client is registered with of a state in the client's state.
stateChanged(ConfigurationEvent) - Method in interface de.qfs.lib.config.ConfigurationListener
Notify the listener of a change in the state of a Configurable registered with the Configuration.
stateHolder - Variable in class de.qfs.lib.transaction.CommitableStateChange
The StateHolder whose state is about to change.
StateHolder - interface de.qfs.lib.transaction.StateHolder.
The StateHolder interface is used by CommitableStateChange to make the change of an Object's state part of a Transaction.
states - Variable in class de.qfs.lib.config.Configuration
The current state of all registered Configurables and of objects that have been restored but not registered, indexed by their name.
StatusLine - class de.qfs.lib.gui.StatusLine.
The StatusLine is a component that is typically placed at the bottom of a Frame and used to display status and other messages.
StatusLine() - Constructor for class de.qfs.lib.gui.StatusLine
Create a new StatusLine.
STIPPLE - Static variable in class de.qfs.lib.gui.Borders
A stipple border similar to the one Windows uses for indicating the focus owner.
stopLogging() - Static method in class de.qfs.lib.log.StreamFilter
Deprecated. Remove the StreamFilter instance from the Log filter chain and close the log file.
stopLogging() - Static method in class de.qfs.lib.log.FileLogWriter
Remove the last LevelFilter instance created with logToFile from the filter chain and close the log file.
stopLogging() - Static method in class de.qfs.lib.log.RingFileLogWriter
Remove the last LevelFilter instance created with logToFile from the filter chain and close the log file.
stopLogging() - Static method in class de.qfs.lib.logrmi.RemoteLogFilter
Deprecated. Please use RemoteLogWriter.stopLogging instead.
stopLogging() - Static method in class de.qfs.lib.logrmi.RemoteLogWriter
Remove the RemoteLogWriter instance from the Log filter chain, disconnect from the LogServer and remove the instance from the RMI registry.
stopLogging() - Method in class de.qfs.lib.util.LogSetup
Stop the logging system: call Log.setQueueing(false) to flush pending messages and close open log files and disconnect from the log server as necessary.
storeSize - Variable in class de.qfs.lib.config.RelativeDialogConfigWrapper
Whether to store the dialog's size as well as its location.
stream - Variable in class de.qfs.lib.util.InputStreamAdapter
The InputStream used for delegation.
StreamFilter - class de.qfs.lib.log.StreamFilter.
Deprecated. Replaced by LevelFilter in combination with StreamLogWriter, FileLogWriter or RingFileLogWriter as of version 0.98.0.
StreamFilter(OutputStream) - Constructor for class de.qfs.lib.log.StreamFilter
Deprecated. Create a new StreamFilter.
StreamFilter(OutputStream, int) - Constructor for class de.qfs.lib.log.StreamFilter
Deprecated. Create a new StreamFilter.
StreamFilter(OutputStream, int, DateFormat) - Constructor for class de.qfs.lib.log.StreamFilter
Deprecated. Create a new StreamFilter.
StreamFilter(Writer) - Constructor for class de.qfs.lib.log.StreamFilter
Deprecated. Create a new StreamFilter.
StreamFilter(Writer, int) - Constructor for class de.qfs.lib.log.StreamFilter
Deprecated. Create a new StreamFilter.
StreamFilter(Writer, int, DateFormat) - Constructor for class de.qfs.lib.log.StreamFilter
Deprecated. Create a new StreamFilter.
StreamInput - class de.qfs.lib.util.StreamInput.
Helper to read all bytes from a stream into a byte array.
StreamInput() - Constructor for class de.qfs.lib.util.StreamInput
 
StreamLogWriter - class de.qfs.lib.log.StreamLogWriter.
An implementation of the LogWriter interface that writes LogEntries to a PrintStream or a PrintWriter.
StreamLogWriter() - Constructor for class de.qfs.lib.log.StreamLogWriter
Create a new StreamLogWriter that uses a DefaultLogFormat to print LogEntries to System.err.
StreamLogWriter(LogFormat) - Constructor for class de.qfs.lib.log.StreamLogWriter
Create a new StreamLogWriter that prints LogEntries to System.err.
StreamLogWriter(PrintStream, boolean) - Constructor for class de.qfs.lib.log.StreamLogWriter
Create a new StreamLogWriter that uses a DefaultLogFormat to print LogEntries to a stream.
StreamLogWriter(PrintStream, boolean, LogFormat) - Constructor for class de.qfs.lib.log.StreamLogWriter
Create a new StreamLogWriter that prints LogEntries to a stream.
StreamLogWriter(PrintWriter, boolean) - Constructor for class de.qfs.lib.log.StreamLogWriter
Create a new StreamLogWriter that uses a DefaultLogFormat to print LogEntries to a writer.
StreamLogWriter(PrintWriter, boolean, LogFormat) - Constructor for class de.qfs.lib.log.StreamLogWriter
Create a new StreamLogWriter that prints LogEntries to a writer.
StringOption - class de.qfs.lib.option.StringOption.
A StringOption's value is of class String.
StringOption() - Constructor for class de.qfs.lib.option.StringOption
Create a new StringOption.
StringOption(String, String) - Constructor for class de.qfs.lib.option.StringOption
Create a new StringOption with a name and a value.
StringOption(String, String, boolean) - Constructor for class de.qfs.lib.option.StringOption
Create a new StringOption with a name and a value and the nullOK flag.
StringOptionEdit - class de.qfs.lib.option.StringOptionEdit.
An OptionEdit for a StringOption.
StringOptionEdit() - Constructor for class de.qfs.lib.option.StringOptionEdit
Create a new StringOptionEdit.
STRUCTURE_CHANGED - Static variable in class de.qfs.lib.gui.TreeNotification
Indicates that the node structure has changed
suite() - Static method in class de.qfs.lib.log.FlushBuffer.UnitTest
Get the suite of tests.
suite() - Static method in class de.qfs.lib.log.LogLevels.UnitTest
Get the suite of tests.
suite() - Static method in class de.qfs.lib.log.TreeFilter.UnitTest
Get the suite of tests.
suite() - Static method in class de.qfs.lib.log.IntTests
Get the suite of tests.
suite() - Static method in class de.qfs.lib.log.UnitTests
Create a new suite.
suite() - Static method in class de.qfs.lib.log.LogQueue.UnitTest
Get the suite of tests.
suite() - Static method in class de.qfs.lib.transaction.IntTests
Get the suite of tests.
suite() - Static method in class de.qfs.lib.util.UnitTests
Create a new suite.
suite() - Static method in class de.qfs.lib.util.ArgsParser.UnitTest
Get the suite of tests.
suite() - Static method in class de.qfs.lib.util.MultiMap.UnitTest
Get the suite of tests.
suite() - Static method in class de.qfs.lib.util.MRUCache.UnitTest
Get the suite of tests.
suite() - Static method in class de.qfs.lib.util.TaskQueue.UnitTest
Get the suite of tests.
suite() - Static method in class de.qfs.lib.util.Visitor.UnitTest
Get the suite of tests.
SUNKEN - Static variable in class de.qfs.lib.gui.Borders
A Border depicting a rectangular Button sunken into its setting.
SwingUtil - class de.qfs.lib.gui.SwingUtil.
A collection of utilities and Swing problem workarounds that go beyond SwingUtilities.
SwingUtil.ConstrainedViewport - class de.qfs.lib.gui.SwingUtil.ConstrainedViewport.
This class extends JViewport to restrict the arguments passed to setViewPosition to nonnegative coordinates.
SwingUtil.ConstrainedViewport() - Constructor for class de.qfs.lib.gui.SwingUtil.ConstrainedViewport
Create a new ConstrainedViewport.
SwingUtil.UnsafeRunnable - interface de.qfs.lib.gui.SwingUtil.UnsafeRunnable.
This interface is similar to Runnable, except that the run method may return a value and throw any kind of Exception.
SwingUtil() - Constructor for class de.qfs.lib.gui.SwingUtil
 
systemClasses - Static variable in class de.qfs.lib.util.DynamicClassLoader
Cache for system classes.

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 _