qflib 0.98.1

Serialized Form


Package de.qfs.lib.command

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

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

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

Serialized Fields

handled

boolean handled
The handled state of the Command.

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

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

Serialized Fields

dialog

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

Class de.qfs.lib.command.MessageCommandException 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 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 implements Serializable

Serialized Fields

command

Command command
The command of the UnhandledCommandException.


Package de.qfs.lib.config

Class de.qfs.lib.config.ConfigurationEvent 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.WrapperEvent implements Serializable

Serialized Fields

this$0

EventQueue this$0

event

java.awt.AWTEvent event
The wrapped event.

Class de.qfs.lib.gui.Grid 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 implements Serializable

Class de.qfs.lib.gui.LimitedDocument implements Serializable

Serialized Fields

limit

int limit
The number of characters allowed.

Class de.qfs.lib.gui.LimitedPasswordField implements Serializable

Serialized Fields

ld

LimitedDocument ld
The field's document.

Class de.qfs.lib.gui.LimitedTextArea implements Serializable

Serialized Fields

ld

LimitedDocument ld
The field's document.

Class de.qfs.lib.gui.LimitedTextField implements Serializable

Serialized Fields

ld

LimitedDocument ld
The field's document.

Class de.qfs.lib.gui.ModalDialog 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.

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 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 implements Serializable

Serialized Fields

showing

int showing
The new showing state of the MultiPane.

Class de.qfs.lib.gui.SortedTableHeaderCellRenderer 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 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 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.

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 implements Serializable

Class de.qfs.lib.gui.TableModelFilterEvent implements Serializable

Class de.qfs.lib.gui.TableModelSorterEvent 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.WholeRowFocusRenderer 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 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 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 implements Serializable

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 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 implements Serializable

Class de.qfs.lib.logrmi.LogListenerImplBase implements Serializable

Class de.qfs.lib.logrmi.LogServerImplBase implements Serializable

Class de.qfs.lib.logrmi.RemoteLogFilter 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 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 implements Serializable

Class de.qfs.lib.logrmi.RemoteLogLevelListenerImplBase implements Serializable

Class de.qfs.lib.logrmi.RemoteLogWriter 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 implements Serializable

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

Serialized Fields

check

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

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

Class de.qfs.lib.option.ChoiceOptionEdit 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 implements Serializable

Class de.qfs.lib.option.EditorOptionEdit 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.FileOption implements Serializable

Serialized Fields

mustExist

boolean mustExist
The mustExist state of the FileOption.
 

fileType

int fileType
The fileType of the FileOption.
 

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

Serialized Fields

negativeOK

boolean negativeOK
Whether negative values are allowed.
 

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

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

Class de.qfs.lib.option.KeyOption.Data 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 implements Serializable

Serialized Fields

label

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

ilabel

java.lang.String ilabel

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 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.NestedOption implements Serializable

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

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 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 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 implements Serializable

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.

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.
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.SimpleOptionEdit 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.

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

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

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

Class de.qfs.lib.option.TableOptionEdit 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.

weight

double weight
The y-weight of the table.

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

Serialized Fields

this$0

TableOptionEdit this$0

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

Serialized Fields

this$0

TableOptionEdit this$0

column

TableOptionEdit.Column column
The column being edited.

Class de.qfs.lib.option.TableOptionEdit.Model implements Serializable

Serialized Fields

this$0

TableOptionEdit this$0

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

Serialized Fields

this$0

TableOptionEdit this$0

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 implements Serializable

Serialized Fields

this$0

TableOptionEdit this$0

value

java.lang.Object value

Class de.qfs.lib.option.TableOptionEdit.Table implements Serializable

Serialized Fields

this$0

TableOptionEdit this$0

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 implements Serializable

Class de.qfs.lib.option.TextOptionEdit 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 implements Serializable

Serialized Fields

this$0

TreeOptionGroup this$0


Package de.qfs.lib.transaction

Class de.qfs.lib.transaction.FatalTransactionException implements Serializable

Serialized Fields

nested

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

Class de.qfs.lib.transaction.OpenTransactionException implements Serializable


Package de.qfs.lib.tree

Class de.qfs.lib.tree.ReturnFromTraversalException 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 implements Serializable

Serialized Fields

count

long count
The current read count for the event.

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

Serialized Fields

option

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

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

Class de.qfs.lib.util.MRUCacheEvent 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 implements Serializable

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.UnexpectedParameterException implements Serializable

Serialized Fields

parameter

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

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


qflib 0.98.1