qflib 0.99

Serialized Form


Package de.qfs.lib.command

Class de.qfs.lib.command.AsyncCommand extends Command implements Serializable

Class de.qfs.lib.command.CancelCommandException extends CommandException implements Serializable

Class de.qfs.lib.command.Command extends java.util.EventObject implements Serializable

Serialized Fields

handled

boolean handled
The handled state of the Command.

Class de.qfs.lib.command.CommandException extends java.lang.Exception implements Serializable

Class de.qfs.lib.command.DialogCommandException extends CommandException implements Serializable

Serialized Fields

dialog

java.awt.Dialog dialog
The dialog of the DialogCommandException.

Class de.qfs.lib.command.MessageCommandException extends CommandException implements Serializable

Serialized Fields

parent

java.awt.Component parent
The parent of the MessageCommandException.


messageResource

java.lang.String messageResource
The messageResource of the MessageCommandException.


messageParameters

java.lang.Object[] messageParameters
The messageParameters of the MessageCommandException.

Class de.qfs.lib.command.RuntimeCommandException extends java.lang.RuntimeException implements Serializable

Serialized Fields

nested

java.lang.Exception nested
The nested exception.


parent

java.lang.Object parent
A parent component for the message display.


messageResource

java.lang.String messageResource
The messageResource of the RuntimeCommandException.


messageParameters

java.lang.Object[] messageParameters
The messageParameters of the RuntimeCommandException.

Class de.qfs.lib.command.UnhandledCommandException extends CommandException implements Serializable

Serialized Fields

command

Command command
The command of the UnhandledCommandException.


Package de.qfs.lib.config

Class de.qfs.lib.config.ConfigurationEvent extends java.util.EventObject implements Serializable

Serialized Fields

configurableName

java.lang.String configurableName
The name under which the changed Configurable is registered.


state

java.util.Properties state
The new state.


Package de.qfs.lib.gui

Class de.qfs.lib.gui.EventQueue.RunnableEvent extends java.awt.AWTEvent implements Serializable

Serialized Fields

runnable

java.lang.Runnable runnable
The Runnable

Class de.qfs.lib.gui.EventQueue.WrapperEvent extends java.awt.AWTEvent implements Serializable

Serialized Fields

event

java.awt.AWTEvent event
The wrapped event.

Class de.qfs.lib.gui.Grid extends javax.swing.JPanel implements Serializable

Serialized Fields

lines

int lines
The number of rows contained in the Grid.


layout

java.awt.GridBagLayout layout
The layout of the Grid.


horDist

int horDist
The horizontalDistance of the Grid.


verDist

int verDist
The verticalDistance of the Grid.


glue

java.awt.Component glue
The glue of the Grid.


totalWeight

double totalWeight
The total accumulated y-weight.

Class de.qfs.lib.gui.LevelTreeSelectionModel extends javax.swing.tree.DefaultTreeSelectionModel implements Serializable

Class de.qfs.lib.gui.LimitedDocument extends javax.swing.text.PlainDocument implements Serializable

Serialized Fields

limit

int limit
The number of characters allowed.

Class de.qfs.lib.gui.LimitedPasswordField extends javax.swing.JPasswordField implements Serializable

Serialized Fields

ld

LimitedDocument ld
The field's document.

Class de.qfs.lib.gui.LimitedTextArea extends javax.swing.JTextArea implements Serializable

Serialized Fields

ld

LimitedDocument ld
The field's document.

Class de.qfs.lib.gui.LimitedTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

ld

LimitedDocument ld
The field's document.

Class de.qfs.lib.gui.ModalDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

name

java.lang.String name
The resource name of the dialog.


retval

int retval
The return code from the last call to doModal.


mainComponent

java.awt.Component mainComponent
The main component of the dialog.


mainPanel

javax.swing.JPanel mainPanel
The panel for the main component.


buttons

ModalDialog.ButtonData[] buttons
Data for the buttons of the dialog.


defaultButton

javax.swing.JButton defaultButton
The current default button.


initialFocusTarget

java.awt.Component initialFocusTarget
Optional component that should receive the focus when the dialog is opened (overrides resetFocus in doModal) .


layout

java.awt.GridBagLayout layout
The layout for the dialog.


panel

javax.swing.JPanel panel
The content pane of the dialog.


minWidth

int minWidth
The minimum width of the dialog.


minHeight

int minHeight
The minimum height of the dialog.

Class de.qfs.lib.gui.MultiPane extends javax.swing.JPanel implements Serializable

Serialized Fields

first

java.awt.Component first
The top/left component.


second

java.awt.Component second
The bottom/right component.


split

javax.swing.JSplitPane split
The split pane used internally.


shown

int shown
The current showing state.


divider

int divider
The target location of the split pane divider.


relDivider

double relDivider
The relative target location of the split pane divider.


override

boolean override
Flag to avoid multiple override of divider settings.


wrapper

JSplitPaneConfigWrapper wrapper
ConfigWrapper to help with the split pane layout.


name

java.lang.String name
The configurable name of the MultiPane.


listeners

java.util.Vector listeners
The registered event listeners.


regHelper

RegistrationHelper regHelper
Helper for registration callbacks.

Class de.qfs.lib.gui.MultiPaneEvent extends java.util.EventObject implements Serializable

Serialized Fields

showing

int showing
The new showing state of the MultiPane.

Class de.qfs.lib.gui.SortedTableHeaderCellRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

table

javax.swing.JTable table
The table being sorted.


columnModel

javax.swing.table.TableColumnModel columnModel
The table's ColumnModel.


sortColumn

int sortColumn
The column used for sorting


ascending

boolean ascending
Whether sorting is ascending or descending

Class de.qfs.lib.gui.SplashWindow extends java.awt.Window implements Serializable

Serialized Fields

bar

javax.swing.JProgressBar bar
The ProgressBar at the bottom of the window. See setProgress for how to customize it.


panel

javax.swing.JPanel panel
This panel holds the contents of the window. It has got a raised border.

Class de.qfs.lib.gui.StatusLine extends javax.swing.JComponent implements Serializable

Serialized Fields

message

javax.swing.JLabel message
The Label displaying the messages.


permanentMessage

java.lang.String permanentMessage
The permanent message.


semiPermanentMessage

java.lang.String semiPermanentMessage
The semi permanent message.


currentMessage

java.lang.String currentMessage
The current message.


reset

java.awt.event.ActionListener reset
The ActionListener that resets the status line to the previous message.


timer

javax.swing.Timer timer
The Timer responsible for resetting the StatusLine.


delay

int delay
The delay for the temporary messages.

Since:
0.99.0

progress

javax.swing.JProgressBar progress
Optional progress bar.

Since:
0.96.0

progressShowing

boolean progressShowing
Whether the progress bar is currently shown.

Since:
0.96.0

showPercent

boolean showPercent
Whether to display a percent string in the progress bar.

Since:
0.96.0

Class de.qfs.lib.gui.SwingUtil.ConstrainedViewport extends javax.swing.JViewport implements Serializable

Class de.qfs.lib.gui.TableModelFilterEvent extends java.util.EventObject implements Serializable

Class de.qfs.lib.gui.TableModelSorterEvent extends java.util.EventObject implements Serializable

Serialized Fields

column

int column
The new sort column of the TableModelSorter.


ascending

boolean ascending
Whether the sort order is ascending or descending.

Class de.qfs.lib.gui.TextView extends javax.swing.JScrollPane implements Serializable

Serialized Fields

limit

int limit
Optional size limit for the view.


defaultBorder

javax.swing.border.Border defaultBorder
The non focus border.


focusBorder

javax.swing.border.Border focusBorder
The border used when the TextView has the focus.


textArea

javax.swing.JTextArea textArea
The JTextArea of the TextView.


currentPos

int currentPos
Current position of the view.


scrollListener

java.awt.event.KeyAdapter scrollListener
Listner for scrolling.


configurableName

java.lang.String configurableName
The configurable name.


scrollOnAppend

boolean scrollOnAppend
Whether to scroll to the end after appending text.

Class de.qfs.lib.gui.WholeRowFocusRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

hasFocus

boolean hasFocus
Whether the current row is focused.


icon

javax.swing.Icon icon
Optional icon for the border.


iconWidth

int iconWidth
The icon's width.


iconHeight

int iconHeight
The icon's height.


xOffset

int xOffset
An offset to get correct icon tile alignment for different columns.


borderColor

java.awt.Color borderColor
The color to use for the border.


userBorderColor

java.awt.Color userBorderColor
The borderColor set by the user.


left

boolean left
Whether the current column is the leftmost.


right

boolean right
Whether the current column is the rightmost.

Class de.qfs.lib.gui.WindowsTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

icon

javax.swing.Icon icon
The icon used for the border.


focusBorder

javax.swing.border.Border focusBorder
Border for focused cells.


emptyBorder

javax.swing.border.Border emptyBorder
Empty border for non-focused cells

Class de.qfs.lib.gui.WindowsTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

icon

javax.swing.Icon icon
The icon used for the border.


iconWidth

int iconWidth
The icon's width.


iconHeight

int iconHeight
The icon's height.


hasFocus

boolean hasFocus
Whether the focus border needs to be drawn.


drawsFocusBorderAroundIcon

boolean drawsFocusBorderAroundIcon
Whether the focus border is drawn around the icon.


Package de.qfs.lib.log

Class de.qfs.lib.log.LogEntry extends java.lang.Object implements Serializable

serialVersionUID: -5697107084092473408l

Serialized Fields

level

int level
The level at which the message was logged.


timestamp

long timestamp
The timestamp for the log message.


thread

java.lang.String thread
The name of the Thread that logged the message.


clazz

java.lang.String clazz
The name of the Class that logged the message.


method

java.lang.String method
The method that logged the message.


message

java.lang.String message
The message itself.

Class de.qfs.lib.log.LogLevelEvent extends java.util.EventObject implements Serializable

Serialized Fields

names

java.lang.String[] names
The name of the affected class or package.

 

levels

int[] levels
A (possibly) new log level.

 


Package de.qfs.lib.logrmi

Class de.qfs.lib.logrmi.LogClientImplBase extends java.rmi.server.UnicastRemoteObject implements Serializable

Class de.qfs.lib.logrmi.LogListenerImplBase extends java.rmi.server.UnicastRemoteObject implements Serializable

Class de.qfs.lib.logrmi.LogServerImplBase extends java.rmi.server.UnicastRemoteObject implements Serializable

Class de.qfs.lib.logrmi.RemoteLogFilter extends LogClientImplBase implements Serializable

Serialized Fields

mode

int mode
Deprecated. 
The LogUser mode.


name

java.lang.String name
Deprecated. 
The name of the RemoteLogFilter.


bound

java.lang.String bound
Deprecated. 
The name under which the RemoteLogFilter is bound in the Registry.


localOnly

boolean localOnly
Deprecated. 
Whether only local connects from servers are allowed.


logServer

LogServer logServer
Deprecated. 
The server to connect to.


id

int id
Deprecated. 
The id received from the server.


connected

boolean connected
Deprecated. 
Whether the RemoteLogFilter is connected to a LogServer.


listener

LogListener listener
Deprecated. 
The listener to forward log entries to.


levelListener

RemoteLogLevelListener levelListener
Deprecated. 
The RemoteLogLevelListener registered with the Logger class.


adapter

RemoteLogLevelAdapter adapter
Deprecated. 
The LogLevelListener registered with the Logger class.


failure

int failure
Deprecated. 
Number of communication failures.

Class de.qfs.lib.logrmi.RemoteLogLevelAdapter extends RemoteLogLevelCallbackImplBase implements Serializable

Serialized Fields

listener

RemoteLogLevelListener listener
The listener to forward LogLevelEvents to.


failures

int failures
Number of failures when calling the remote listener. When this reaches MAX_FAILURES, the listener is disconnected.

Class de.qfs.lib.logrmi.RemoteLogLevelCallbackImplBase extends java.rmi.server.UnicastRemoteObject implements Serializable

Class de.qfs.lib.logrmi.RemoteLogLevelListenerImplBase extends java.rmi.server.UnicastRemoteObject implements Serializable

Class de.qfs.lib.logrmi.RemoteLogWriter extends LogClientImplBase implements Serializable

Serialized Fields

name

java.lang.String name
The name of the RemoteLogWriter.


bound

java.lang.String bound
The name under which the RemoteLogWriter is bound in the Registry.


localOnly

boolean localOnly
Whether only local connects from servers are allowed.


logServer

LogServer logServer
The server to connect to.


id

int id
The id received from the server.


connected

boolean connected
Whether the RemoteLogWriter is connected to a LogServer.


listener

LogListener listener
The listener to forward log entries to.


levelListener

RemoteLogLevelListener levelListener
The RemoteLogLevelListener registered with the Logger class.


adapter

RemoteLogLevelAdapter adapter
The LogLevelListener registered with the Logger class.


failure

int failure
Number of communication failures.


Package de.qfs.lib.option

Class de.qfs.lib.option.BooleanOption extends Option implements Serializable

serialVersionUID: -591653005109324305l

Class de.qfs.lib.option.BooleanOptionEdit extends OptionEdit implements Serializable

Serialized Fields

check

javax.swing.JCheckBox check
The CheckBox Component of the BooleanOptionEdit.

Class de.qfs.lib.option.ChoiceOption extends Option implements Serializable

serialVersionUID: -10121595319748204l

Serialized Fields

intBased

boolean intBased
Whether the option is integer based.

Class de.qfs.lib.option.ChoiceOptionEdit extends OptionEdit implements Serializable

Serialized Fields

label

javax.swing.JLabel label
The label of the component.


combo

javax.swing.JComboBox combo
The ComboBox Component of the ChoiceOptionEdit.


choices

java.lang.Object[] choices
The possible choices for the JComboBox.

Class de.qfs.lib.option.EditorOption extends TextOption implements Serializable

Class de.qfs.lib.option.EditorOptionEdit extends SimpleOptionEdit implements Serializable

Serialized Fields

weight

double weight
The y-weight the edit should get in a Grid.

 

scroll

javax.swing.JScrollPane scroll
The scroll pane for the TextOptionEdit.

Class de.qfs.lib.option.EnumOption extends Option implements Serializable

serialVersionUID: -10121595319748204l

Class de.qfs.lib.option.EnumOptionEdit extends OptionEdit implements Serializable

Serialized Fields

label

javax.swing.JLabel label
The label of the component.


combo

javax.swing.JComboBox combo
The ComboBox Component of the EnumOptionEdit.


type

java.lang.String type
The Enum type for the option.


choices

java.lang.Object[] choices
The possible choices for the JComboBox.


values

int[] values
The possible values for the JComboBox.

Class de.qfs.lib.option.FileOption extends Option implements Serializable

serialVersionUID: -8030424147783998707l

Serialized Fields

mustExist

boolean mustExist
The mustExist state of the FileOption.

 

fileType

int fileType
The fileType of the FileOption.

 

Class de.qfs.lib.option.FileOptionEdit extends SelectorOptionEdit implements Serializable

Class de.qfs.lib.option.IntegerOption extends Option implements Serializable

serialVersionUID: 8271881954001543763l

Serialized Fields

negativeOK

boolean negativeOK
Whether negative values are allowed.

 

Class de.qfs.lib.option.IntegerOptionEdit extends SimpleOptionEdit implements Serializable

Class de.qfs.lib.option.KeyOption extends Option implements Serializable

serialVersionUID: 8234204428668829492l

Class de.qfs.lib.option.KeyOption.Data extends java.lang.Object implements Serializable

Serialized Fields

keyCode

int keyCode
The keyCode value.


keyChar

char keyChar
The keyChar value.


modifiers

int modifiers
The modifiers value.

Class de.qfs.lib.option.KeyOptionEdit extends OptionEdit implements Serializable

Serialized Fields

label

javax.swing.JLabel label
The label of the component.


ilabel

java.lang.String ilabel
Internal label string.


key

KeyOptionEdit.KeyLabel key
The custom component.


keyCode

int keyCode
The current keyCode value.


keyChar

char keyChar
The current keyChar value.


modifiers

int modifiers
The current modifiers value.


listeners

java.util.Vector listeners
The registered ChangeListeners.

Class de.qfs.lib.option.KeyOptionEdit.KeyLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

focus

javax.swing.border.Border focus
The border to use when focused.


noFocus

javax.swing.border.Border noFocus
The border to use when not focused.


captureTab

boolean captureTab
Whether to capture the tab key.

Class de.qfs.lib.option.LabelOption extends StringOption implements Serializable

Class de.qfs.lib.option.LabelOptionEdit extends OptionEdit implements Serializable

Serialized Fields

disabled

boolean disabled
Whether the label shoud be displayed disabled.

Class de.qfs.lib.option.NestedOption extends Option implements Serializable

serialVersionUID: 2793219611241463721l

Class de.qfs.lib.option.Option extends java.util.Observable implements Serializable

serialVersionUID: 3380333241949153766l

Serialized Fields

name

java.lang.String name
The name of the Option.

 

value

java.lang.Object value
The value of the Option.

 

nullOK

boolean nullOK
Whether the Option's value may be null.

 

Class de.qfs.lib.option.OptionDialog extends ModalDialog implements Serializable

Serialized Fields

options

OptionSet options
The Options to edit.


root

java.lang.String root
The name of the root OptionGroup.


optionGroup

OptionGroup optionGroup
The OptionGroup displayed in the dialog.


parent

java.awt.Window parent
The parent Window for the Dialog.

Class de.qfs.lib.option.OptionEdit extends javax.swing.JPanel implements Serializable

Serialized Fields

disabled

boolean disabled
Whether the edit is permanently disabled. If this flag is true, setEnabled will be forced to disable the edit.


option

Option option
The Option to edit.


group

OptionGroup group
The OptionGroup to which the edit belongs.

Class de.qfs.lib.option.OptionSet extends java.util.Observable implements Serializable

serialVersionUID: -2172456472965747088l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Modify serialization. Only save the Options, the names in the map are redundant.

Throws:
java.io.IOException - If an I/O error occurs.
java.lang.ClassNotFoundException - If a class that should be restored cannot be found.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Modify serialization. Only save the Options, the names in the map are redundant.

Throws:
java.io.IOException - If an I/O error occurs.
Serialized Fields

savedOptions

Option[] savedOptions
An array of the Options, used only for serialization.

 

configurableName

java.lang.String configurableName
The name to use when registering with the Configuration.

 

Class de.qfs.lib.option.SelectorOptionEdit extends SimpleOptionEdit implements Serializable

Serialized Fields

select

javax.swing.AbstractButton select
The select... button.

Class de.qfs.lib.option.SimpleOptionEdit extends OptionEdit implements Serializable

Serialized Fields

label

javax.swing.JLabel label
The label of the component.


text

javax.swing.text.JTextComponent text
The text of the component.


selectOnFocus

boolean selectOnFocus
Whether to select everything on a FOCUS_GAINED event.


canFocus

boolean canFocus
Whether a FOCUS_GAINED event can cause a selection.

Class de.qfs.lib.option.StringOption extends Option implements Serializable

serialVersionUID: -2858370096152160671l

Class de.qfs.lib.option.StringOptionEdit extends SimpleOptionEdit implements Serializable

Class de.qfs.lib.option.TableOption extends Option implements Serializable

serialVersionUID: -5885669077711662128l

Class de.qfs.lib.option.TableOptionEdit extends OptionEdit implements Serializable

Serialized Fields

label

javax.swing.JLabel label
The label of the edit.

 

table

TableOptionEdit.Table table
The table of the edit.

 

wrapper

ConfigWrapper wrapper
The config wrapper for the table.


columns

TableOptionEdit.Column[] columns
The columns of the table.


enabled

boolean enabled
Whether the edit is currently enabled.

 

canedit

boolean canedit
Whether editing via dialog is allowed.


caninsert

boolean caninsert
Whether adding rows is allowed.


canremove

boolean canremove
Whether removing rows is allowed.


canmove

boolean canmove
Whether moving rows is allowed.


directinsert

boolean directinsert
Whether to insert new rows directly.


directedit

boolean directedit
Whether to start editing immediately on a keypress.


selectrow

boolean selectrow
Whether to select the whole row.


multirow

boolean multirow
Whether to allow multiple row selection.


cutpaste

boolean cutpaste
Whether to support cut/copy/paste


weight

double weight
The y-weight of the table.

Class de.qfs.lib.option.TableOptionEdit.BooleanEditor extends TableOptionEdit.Editor implements Serializable

Class de.qfs.lib.option.TableOptionEdit.Editor extends javax.swing.DefaultCellEditor implements Serializable

Serialized Fields

column

TableOptionEdit.Column column
The column being edited.

Class de.qfs.lib.option.TableOptionEdit.Model extends javax.swing.table.DefaultTableModel implements Serializable

Class de.qfs.lib.option.TableOptionEdit.NumberEditor extends TableOptionEdit.Editor implements Serializable

Serialized Fields

argTypes

java.lang.Class[] argTypes

constructor

java.lang.reflect.Constructor constructor

value

java.lang.Object value

column

TableOptionEdit.Column column

Class de.qfs.lib.option.TableOptionEdit.StringEditor extends TableOptionEdit.Editor implements Serializable

Serialized Fields

value

java.lang.Object value

Class de.qfs.lib.option.TableOptionEdit.Table extends javax.swing.JTable implements Serializable

Serialized Fields

handler

TableOptionEdit.Table.ActionHandler handler
The handler for the new/del/up/down actions.


editButton

javax.swing.JButton editButton
The "edit row" button.


newButton

javax.swing.JButton newButton
The "insert new row" button.


removeButton

javax.swing.JButton removeButton
The "remove row" button.


upButton

javax.swing.JButton upButton
The "move row up" button.


downButton

javax.swing.JButton downButton
The "move row down" button.


buttonBox

javax.swing.Box buttonBox
The box with the buttons.


editDialog

OptionDialog editDialog
The dialog for the row edit.


rowOptions

OptionSet rowOptions
The OptionSet for the dialog.

Class de.qfs.lib.option.TextOption extends StringOption implements Serializable

serialVersionUID: 6585971683158105777l

Class de.qfs.lib.option.TextOptionEdit extends SimpleOptionEdit implements Serializable

Serialized Fields

weight

double weight
The y-weight the edit should get in a Grid.

 

scroll

javax.swing.JScrollPane scroll
The scroll pane for the TextOptionEdit.

Class de.qfs.lib.option.TreeOptionGroup.Renderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Class de.qfs.lib.option.WizardDialog extends OptionDialog implements Serializable


Package de.qfs.lib.transaction

Class de.qfs.lib.transaction.FatalTransactionException extends java.lang.RuntimeException implements Serializable

Serialized Fields

nested

java.lang.Exception nested
The Exception that caused the FatalTransactionException.

 

Class de.qfs.lib.transaction.OpenTransactionException extends java.lang.RuntimeException implements Serializable


Package de.qfs.lib.tree

Class de.qfs.lib.tree.ReturnFromTraversalException extends java.lang.RuntimeException implements Serializable

Serialized Fields

result

java.lang.Object result
The result of the traversal.


Package de.qfs.lib.util

Class de.qfs.lib.util.CountEvent extends java.util.EventObject implements Serializable

Serialized Fields

count

long count
The current read count for the event.

Class de.qfs.lib.util.Enum extends java.lang.Object implements Serializable

serialVersionUID: -8444370131512049067l

Serialization Methods

readResolve

public java.lang.Object readResolve()
Resolve an Object during derserialization. Will only be called for JDK 1.2 and up.

Serialized Fields

value

int value
The enumeration value.


name

java.lang.String name
The String representation.

Class de.qfs.lib.util.ListBasedMultiMap extends MultiMap implements Serializable

Class de.qfs.lib.util.MalformedArgumentListException extends java.lang.Exception implements Serializable

Serialized Fields

option

java.lang.String option
The name of the option that caused the error.

Class de.qfs.lib.util.MissingParameterException extends MalformedArgumentListException implements Serializable

Class de.qfs.lib.util.MRUCacheEvent extends java.util.EventObject implements Serializable

Serialized Fields

key

java.lang.Object key
The key the resource was stored under.


resource

java.lang.Object resource
The resource that is removed from the MRUCache.

Class de.qfs.lib.util.MultiMap extends java.lang.Object implements Serializable

serialVersionUID: 5827101685390117257l

Serialized Fields

delegate

java.util.Map delegate
The actual map used for storing keys and values.

 

valCount

int valCount
Number of values stored in the MultiMap.

 

Class de.qfs.lib.util.StreamEvent extends java.util.EventObject implements Serializable

Serialized Fields

data

char[] data
The newly arrived data.

Class de.qfs.lib.util.ThreadPool.CancelledException extends java.lang.Exception implements Serializable

Class de.qfs.lib.util.ThreadPool.TimedOutException extends java.lang.Exception implements Serializable

Class de.qfs.lib.util.UnexpectedParameterException extends MalformedArgumentListException implements Serializable

Serialized Fields

parameter

java.lang.String parameter
The parameter that caused the exception.

Class de.qfs.lib.util.UnknownOptionException extends MalformedArgumentListException implements Serializable


qflib 0.99