Serialized Form
Package de.qfs.lib.command |
handled
boolean handled
- The handled state of the Command.
dialog
java.awt.Dialog dialog
- The dialog of the DialogCommandException.
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.
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.
command
Command command
- The command of the UnhandledCommandException.
Package de.qfs.lib.config |
configurableName
java.lang.String configurableName
- The name under which the changed Configurable is registered.
state
java.util.Properties state
- The new state.
this$0
EventQueue this$0
event
java.awt.AWTEvent event
- The wrapped event.
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.
limit
int limit
- The number of characters allowed.
ld
LimitedDocument ld
- The field's document.
ld
LimitedDocument ld
- The field's document.
ld
LimitedDocument ld
- The field's document.
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.
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.
showing
int showing
- The new showing state of the MultiPane.
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
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.
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
column
int column
- The new sort column of the TableModelSorter.
ascending
boolean ascending
- Whether the sort order is ascending or descending.
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.
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
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.
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.
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 |
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.
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.
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 |
check
javax.swing.JCheckBox check
- The CheckBox Component of the BooleanOptionEdit.
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.
weight
double weight
- The y-weight the edit should get in a Grid.
-
scroll
javax.swing.JScrollPane scroll
- The scroll pane for the TextOptionEdit.
mustExist
boolean mustExist
- The mustExist state of the FileOption.
-
fileType
int fileType
- The fileType of the FileOption.
-
negativeOK
boolean negativeOK
- Whether negative values are allowed.
-
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.
-
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.
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.
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.
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.
-
label
javax.swing.JLabel label
- The label of the component.
text
javax.swing.text.JTextComponent text
- The text of the component.
weight
double weight
- The y-weight the edit should get in a Grid.
-
scroll
javax.swing.JScrollPane scroll
- The scroll pane for the TextOptionEdit.
Package de.qfs.lib.transaction |
nested
java.lang.Exception nested
- The Exception that caused the FatalTransactionException.
-
count
long count
- The current read count for the event.
option
java.lang.String option
- The name of the option that caused the error.
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.
delegate
java.util.Map delegate
- The actual map used for storing keys and values.
-
valCount
int valCount
- Number of values stored in the MultiMap.
-
parameter
java.lang.String parameter
- The parameter that caused the exception.