Serialized Form
Package dsto.dfc.collections |
serialVersionUID: -2287356568541419875L
source
Object source
serialVersionUID: 1L
collection
Collection<E> collection
serialVersionUID: 5437245980617046795L
backingMap
Map<K,V> backingMap
properties
HashMap<K,V> properties
elements
Collection<E> elements
startIndex
int startIndex
endIndex
int endIndex
readResolve
private Object readResolve()
readResolve
private Object readResolve()
propertyNames
FixedArraySetList propertyNames
propertyValues
Object[] propertyValues
serialVersionUID: 362498820763181265L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Reconstitute the IdentityHashMap instance from a stream (i.e.,
deserialize it).
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Save the state of the IdentityHashMap instance to a stream (i.e.,
serialize it).
- Serial Data:
- The capacity of the IdentityHashMap (the length of the
bucket array) is emitted (int), followed by the
size of the IdentityHashMap (the number of key-value
mappings), followed by the key (Object) and value (Object)
for each key-value mapping represented by the IdentityHashMap
The key-value mappings are emitted in no particular order.
- Throws:
IOException
threshold
int threshold
- The table is rehashed when its size exceeds this threshold. (The
value of this field is (int) (capacity * loadFactor).)
-
loadFactor
float loadFactor
- The load factor for the hashtable.
-
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Reconstitute the identityHashSet instance from a stream (that is,
deserialize it).
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Save the state of this identityHashSet instance to a stream (that is,
serialize this set).
- Serial Data:
- The capacity of the backing IdentityHashMap instance
(int), and its load factor (float) are emitted, followed by
the size of the set (the number of elements it contains)
(int), followed by all of its elements (each an Object) in
no particular order.
- Throws:
IOException
elements
Collection<E> elements
subsets
HashSet<E> subsets
propertySet
PropertySet propertySet
Package dsto.dfc.collections.cache |
numEntries
int numEntries
cache
CacheEntry[] cache
table
HashMap<K,V> table
index
int index
- The cache array index of the entry.
value
Object value
- The value stored at this entry.
key
Object key
- The key used to store the value.
head
int head
tail
int tail
next
int[] next
prev
int[] prev
Package dsto.dfc.commandline |
option
Option option
value
String value
optionName
String optionName
Package dsto.dfc.databeans |
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Add Java serialization support.
- Throws:
IOException
ClassNotFoundException
propertyToValue
Map<K,V> propertyToValue
- Maps from property names to values. Subclasses may modify, but
must ensure that values are registered/deregistered as required.
typeInfo
TypeInfo typeInfo
listeners
EventListenerList listeners
transientProperties
HashSet<E> transientProperties
listeners
EventListenerList listeners
path
PropertyPath path
oldValue
Object oldValue
newValue
Object newValue
transientProperty
boolean transientProperty
keyProperty
Object keyProperty
transientProperties
HashSet<E> transientProperties
listeners
EventListenerList listeners
source
IDataObject source
filter
IFilter<T> filter
subobjects
HashSet<E> subobjects
propertyListener
dsto.dfc.databeans.SupersetDataObject.Listener propertyListener
message
String message
type
int type
time
Date time
exception
Throwable exception
maxEvents
int maxEvents
events
ArrayList<E> events
filter
LogFilter filter
Package dsto.dfc.reflection |
Package dsto.dfc.swing.commands |
command
Command command
menuComponentListener
dsto.dfc.swing.commands.CommandMenuButton.MenuComponentListener menuComponentListener
buttonListener
dsto.dfc.swing.commands.CommandMenuButton.ButtonListener buttonListener
executeButton
ToolButton executeButton
pulldownButton
ToolButton pulldownButton
popupMenu
JPopupMenu popupMenu
menuSyncher
dsto.dfc.swing.commands.CommandMenuSynchronizer menuSyncher
actionListeners
ArrayList<E> actionListeners
changeListeners
ArrayList<E> changeListeners
gridBagLayout1
GridBagLayout gridBagLayout1
viewName
String viewName
treeRoot
CommandViewNode treeRoot
entries
ArrayList<E> entries
mapEntryToVine
HashMap<K,V> mapEntryToVine
- Map command and group entries to their 'vine' root nodes.
defaultCommand
Command defaultCommand
commandProperties
Map<K,V> commandProperties
listener
dsto.dfc.swing.commands.CommandView.Listener listener
node
CommandViewNode node
oldIndex
int oldIndex
newIndex
int newIndex
oldCommand
Command oldCommand
newCommand
Command newCommand
root
CommandViewNode root
hostedComponent
Component hostedComponent
toolbarView
CommandView toolbarView
gridBagLayout1
GridBagLayout gridBagLayout1
toolbar
JToolBar toolbar
Package dsto.dfc.swing.controls |
RENDERER_CONSTRAINTS
GridBagConstraints RENDERER_CONSTRAINTS
- Layout constraints attached to the renderer component
expandRenderer
int expandRenderer
border
Border border
renderer
CellRenderer renderer
rendererComponent
JComponent rendererComponent
popupButton
JButton popupButton
gridBagLayout1
GridBagLayout gridBagLayout1
readResolve
protected Object readResolve()
throws InvalidObjectException
- Throws:
InvalidObjectException
- if value could not be resolved
to a valid entry in the list of enum values.
layout
int layout
alignment
int alignment
buttonLayout
ButtonLayout buttonLayout
popupShown
boolean popupShown
initialize
boolean initialize
colorPopup
JPopupMenu colorPopup
gridBagLayout1
GridBagLayout gridBagLayout1
colorChooser
ColorChooserPanel colorChooser
selectedColor
Color selectedColor
selectedColorName
String selectedColorName
comboButton
MetalComboBoxButton comboButton
currentScheme
int currentScheme
colorsToolButton
ToolButton colorsToolButton
titlePanel
JPanel titlePanel
BackwardToolButton
ToolButton BackwardToolButton
ForwardToolButton
ToolButton ForwardToolButton
colorSchemeName
JLabel colorSchemeName
selectorPanel
ColorSchemePanel selectorPanel
gridBagLayout1
GridBagLayout gridBagLayout1
borderLayout1
BorderLayout borderLayout1
selectedColor
Color selectedColor
colorschemeList
List<E> colorschemeList
gridLayout1
GridLayout gridLayout1
buttonList
ArrayList<E> buttonList
iconButtonListeners
ArrayList<E> iconButtonListeners
colorScheme
ColorScheme colorScheme
selectedColor
Color selectedColor
width
int width
height
int height
colour
Color colour
textField
JTextField textField
scrollPane
JScrollPane scrollPane
gridBagLayout1
GridBagLayout gridBagLayout1
list
JList list
model
ComboBoxModel model
color
Color color
smallIcon
Icon smallIcon
billboard
BillBoard billboard
topLeft
dsto.dfc.swing.controls.DfcBoundingBox.Circle topLeft
bottomRight
dsto.dfc.swing.controls.DfcBoundingBox.Circle bottomRight
topLeftXRangeModel
BoundedRangeModel topLeftXRangeModel
topLeftYRangeModel
BoundedRangeModel topLeftYRangeModel
bottomRightXRangeModel
BoundedRangeModel bottomRightXRangeModel
bottomRightYRangeModel
BoundedRangeModel bottomRightYRangeModel
adjustX
int adjustX
adjustY
int adjustY
backgroundImage
Image backgroundImage
disabledBackgroundImage
Image disabledBackgroundImage
invertYAxis
boolean invertYAxis
alignMode
int alignMode
cancelCommand
DfcDialog.CmdCancel cancelCommand
client
Component client
mainPanel
JPanel mainPanel
buttonPanel
ButtonPanel buttonPanel
dialogPanel
Component dialogPanel
gridBagLayout1
GridBagLayout gridBagLayout1
cancelButton
JButton cancelButton
cancelled
boolean cancelled
buttonPanel
ButtonPanel buttonPanel
applyButton
JButton applyButton
okButton
JButton okButton
cancelButton
JButton cancelButton
okListener
ActionListener okListener
listeners
EventListenerList listeners
enumValues
Object[] enumValues
font
Font font
font
Font font
loading
boolean loading
previewLabel
JLabel previewLabel
fontLabel
JLabel fontLabel
styleLabel
JLabel styleLabel
gridBagLayout1
GridBagLayout gridBagLayout1
fontList
ComboList fontList
styleList
ComboList styleList
sizeLabel
JLabel sizeLabel
sizeList
ComboList sizeList
selectedFont
Font selectedFont
contentPanel
JPanel contentPanel
fontSelector
FontSelector fontSelector
previewLabel
JLabel previewLabel
border2
Border border2
gridBagLayout1
GridBagLayout gridBagLayout1
initialHue
float initialHue
colourSpan
float colourSpan
saturation
float saturation
brightness
float brightness
reverse
boolean reverse
gradient
Gradient gradient
reversable
boolean reversable
gradientBar
GradientBar gradientBar
initialHueSlider
JSlider initialHueSlider
colourSpanSlider
JSlider colourSpanSlider
saturationSlider
JSlider saturationSlider
brightnessSlider
JSlider brightnessSlider
reverseButton
JCheckBox reverseButton
borderLayout
BorderLayout borderLayout
sliderPanel
JPanel sliderPanel
gridBagLayout1
GridBagLayout gridBagLayout1
actionOnLoseFocus
boolean actionOnLoseFocus
gridBagLayout1
GridBagLayout gridBagLayout1
iconLabel
JLabel iconLabel
textField
dsto.dfc.swing.controls.IconTextField.MyTextField textField
serialVersionUID: -4554124394444212948L
top
float top
left
float left
bottom
float bottom
right
float right
title
String title
gridBagLayout1
GridBagLayout gridBagLayout1
label
JLabel label
separator
JSeparator separator
comboIcon
Icon comboIcon
model
BoundedRangeModel model
textField
JTextField textField
upButton
NumericSpinner.ArrowButton upButton
downButton
NumericSpinner.ArrowButton downButton
increment
int increment
boundedRangeModelChangeListener
NumericSpinner.BoundedRangeModelChangeListener boundedRangeModelChangeListener
autoRepeatTimer
Timer autoRepeatTimer
currentIncrement
int currentIncrement
smallestButtonSize
Dimension smallestButtonSize
currentArrowHeight
int currentArrowHeight
componentToBePrinted
Component componentToBePrinted
printable
Printable printable
m_preview
JPanel m_preview
pageFormat
PageFormat pageFormat
selectedValue
Object selectedValue
- The currently selected value. Also the form editor value.
possibleValues
Object[] possibleValues
- The possible values that may be selected.
buttons
JRadioButton[] buttons
- The buttons created: buttons [i] for possibleValues [i]. See
buttonGroup
ButtonGroup buttonGroup
- The group used to ensure only one button is selected.
orientation
int orientation
- The button layout: either LAYOUT_VERTICAL or LAYOUT_HORIZONTAL.
image
Image image
versionLine
String versionLine
insets
Insets insets
timer
Timer timer
timerExpired
boolean timerExpired
popdownCalled
boolean popdownCalled
toggle
boolean toggle
Package dsto.dfc.swing.dnd |
contents
Transferable contents
lastPress
MouseEvent lastPress
dragging
boolean dragging
serialVersionUID: 1L
rawData
byte[] rawData
Package dsto.dfc.swing.event |
source
Object source
triggerEvent
EventObject triggerEvent
Package dsto.dfc.swing.forms |
converter
ValueConverter converter
description
String description
description
String description
editorEventSource
BasicFormEditorEventSource editorEventSource
editors
ArrayList<E> editors
- A list of EditorEntry's.
formValue
Object formValue
- The value being edited by the form.
directEdit
boolean directEdit
deferredCommit
boolean deferredCommit
- True if commits are deferred.
unloadEnabled
boolean unloadEnabled
- Set to false to stop form editor commits being copied back into
model.
propertyTrackingEnabled
boolean propertyTrackingEnabled
- Set to false to stop property change events triggering editor
reloads.
preferredValueType
Class<T> preferredValueType
- The preferred form value type.
source
Object source
cellEditor
CellEditor cellEditor
component
Component component
inEditingStopped
boolean inEditingStopped
customizersTree
DfcTree customizersTree
activeEntry
CustomizersTreeModel.Entry activeEntry
customizersTreeModel
CustomizersTreeModel customizersTreeModel
borderLayout1
BorderLayout borderLayout1
splitPane
JSplitPane splitPane
rightPanel
JPanel rightPanel
customizerContainer
JPanel customizerContainer
borderLayout3
BorderLayout borderLayout3
gridBagLayout1
GridBagLayout gridBagLayout1
treeScrollPane
JScrollPane treeScrollPane
etchedDividingBorder
EtchedDividingBorder etchedDividingBorder
titlePanel
JPanel titlePanel
customizerLabel
JLabel customizerLabel
gridBagLayout2
GridBagLayout gridBagLayout2
customizerText
JTextArea customizerText
customizers
HashSet<E> customizers
entryToNode
HashMap<K,V> entryToNode
name
String name
icon
Icon icon
largeIcon
Icon largeIcon
description
String description
customizer
Component customizer
radio
boolean radio
editor
FormEditor editor
listener
dsto.dfc.swing.forms.EnumFormEditor.Listener listener
font
Font font
label
JLabel label
font
Font font
loading
boolean loading
fontLabel
JLabel fontLabel
styleLabel
JLabel styleLabel
gridBagLayout1
GridBagLayout gridBagLayout1
fontList
ComboList fontList
styleList
ComboList styleList
sizeLabel
JLabel sizeLabel
sizeList
ComboList sizeList
previewLabel
JLabel previewLabel
form
BasicForm form
- BasicForm instance provides Form interface implementation.
formPanel
FormEditor formPanel
adaptee
FormEditor adaptee
valueConverter
ValueConverter valueConverter
editorValue
Object editorValue
valueClass
Class<T> valueClass
form
BasicForm form
editor
FormEditor editor
checkBox
JCheckBox checkBox
value
Object value
comboBox
JComboBox comboBox
value
Object value
valueType
Class<T> valueType
comboItemType
Class<T> comboItemType
- The type of item to put into the combo box model. May be null to
use the same type as the editor value.
editorValue
Object editorValue
chooser
JFileChooser chooser
label
JLabel label
value
Object value
iconicMode
int iconicMode
list
JList list
editorValue
List<E> editorValue
directEdit
boolean directEdit
list
JList list
jSlider
JSlider jSlider
value
Object value
table
JTable table
editorValue
Object editorValue
textField
JTextComponent textField
value
Object value
valueType
Class<T> valueType
tree
JTree tree
editorValue
Object editorValue
treeEntryClass
Class<T> treeEntryClass
description
String description
tabPane
JTabbedPane tabPane
activeEditor
FormEditor activeEditor
editorValues
ArrayList<E> editorValues
editors
ArrayList<E> editors
tabListenerEnabled
boolean tabListenerEnabled
numericSpinner
NumericSpinner numericSpinner
inlineEditor
FormEditor inlineEditor
popupEditor
FormEditor popupEditor
popupButton
JButton popupButton
expandInlineEditor
int expandInlineEditor
popupInScrollPane
boolean popupInScrollPane
popupModal
boolean popupModal
dialogAlignment
int dialogAlignment
activeDialog
dsto.dfc.swing.forms.PopupFormEditor.PopupDialog activeDialog
listener
dsto.dfc.swing.forms.PopupFormEditor.Listener listener
Package dsto.dfc.swing.icons |
direction
int direction
width
int width
height
int height
color
Color color
serialVersionUID: 552967879101787413L
width
int width
height
int height
serialVersionUID: -164868331247932275L
resourceName
String resourceName
Package dsto.dfc.swing.list |
contextCommandView
CommandView contextCommandView
toolbarCommandView
CommandView toolbarCommandView
selectionListeners
BasicSelectionEventSource selectionListeners
listener
dsto.dfc.swing.list.DfcList.Listener listener
list
List<E> list
copyOnEdit
boolean copyOnEdit
collection
Collection<E> collection
sortedCollection
ArrayList<E> sortedCollection
comparator
Comparator<T> comparator
mutable
boolean mutable
Package dsto.dfc.swing.logging |
borderLayout1
BorderLayout borderLayout1
messages
LogMessageBuffer messages
messageBuffer
LogMessageBuffer messageBuffer
document
DefaultStyledDocument document
logMessageTable
LogMessageTable logMessageTable
popperEditor
LogWindowPopperEditor popperEditor
messageBuffer
LogMessageBuffer messageBuffer
mainPanel
JPanel mainPanel
borderLayout1
BorderLayout borderLayout1
buttonPanel
JPanel buttonPanel
closeButton
JButton closeButton
clearButton
JButton clearButton
saveButton
JButton saveButton
fileChooser
JFileChooser fileChooser
currentFile
File currentFile
messagesPanel
JPanel messagesPanel
logMessageScrollPane
JScrollPane logMessageScrollPane
messageScrollPane
JScrollPane messageScrollPane
jLabel2
JLabel jLabel2
messageField
JTextArea messageField
gridBagLayout1
GridBagLayout gridBagLayout1
exceptionPanel
JPanel exceptionPanel
exceptionField
JTextArea exceptionField
exceptionScrollPane
JScrollPane exceptionScrollPane
exceptionLabel
JLabel exceptionLabel
gridBagLayout2
GridBagLayout gridBagLayout2
client
Component client
window
LogWindow window
messageBuffer
LogMessageBuffer messageBuffer
popupOnAlarm
boolean popupOnAlarm
popupOnWarning
boolean popupOnWarning
popupOnInfo
boolean popupOnInfo
popupOnOther
boolean popupOnOther
disposeOnClose
boolean disposeOnClose
flowLayout1
FlowLayout flowLayout1
jLabel1
JLabel jLabel1
alarmCheckbox
JCheckBox alarmCheckbox
warningCheckbox
JCheckBox warningCheckbox
infoCheckbox
JCheckBox infoCheckbox
otherCheckbox
JCheckBox otherCheckbox
Package dsto.dfc.swing.panels |
oldActivePanelName
String oldActivePanelName
newActivePanelName
String newActivePanelName
panelIndex
int panelIndex
panelName
String panelName
panels
List<E> panels
activePanel
PanelManager.Panel activePanel
windowEventListener
PanelManager.WindowEventListener windowEventListener
editPropagator
EditPropagator editPropagator
hidePolicy
HidePolicy hidePolicy
tabPane
RestrictedIndexTabbedPane tabPane
sizeCalculator
SizeCalculator sizeCalculator
undoFlag
int undoFlag
commandViewJuggler
DynamicCommandViews commandViewJuggler
panel
PanelManager.Panel panel
vetoed
boolean vetoed
removingTab
boolean removingTab
manager
PanelManager manager
panel
PanelManager.Panel panel
outsideFrame
FrameLike outsideFrame
insideFrame
FrameLike insideFrame
stateFrame
FrameLike stateFrame
internalFrameOwner
JFrame internalFrameOwner
externalFrameOwner
Frame externalFrameOwner
tool
Component tool
corner
Corner corner
indentLevel
int indentLevel
state
String state
enabled
boolean enabled
Package dsto.dfc.swing.persistence |
changed
boolean changed
file
File file
format
SerializedFormat format
typeRadio
RadioBox typeRadio
gridBagLayout1
GridBagLayout gridBagLayout1
typeLabel
JLabel typeLabel
compressCheckbox
JCheckBox compressCheckbox
border2
Border border2
Package dsto.dfc.swing.status |
manager
StatusManager manager
managerListener
dsto.dfc.swing.status.StatusBar.StatusManagerListener managerListener
messageLabel
JLabel messageLabel
borderLayout1
BorderLayout borderLayout1
border1
Border border1
entries
ArrayList<E> entries
softStatus
boolean softStatus
Package dsto.dfc.swing.styles |
serialVersionUID: 1L
readResolve
protected Object readResolve()
throws InvalidObjectException
- Throws:
InvalidObjectException
- if value could not be resolved
to a valid entry in the list of enum values.
serialVersionUID: 7204920258767391001L
styles
Style[] styles
styleSheet
StyleSheet styleSheet
styleSheet
StyleSheet styleSheet
base
StyleSheet base
formEditor
StyleSheetTableView.FormEditorAdapter formEditor
Package dsto.dfc.swing.table |
rows
ArrayList<E> rows
columnNames
ArrayList<E> columnNames
columnClasses
ArrayList<E> columnClasses
allowInsertDeleteRows
boolean allowInsertDeleteRows
allowInsertDeleteColumns
boolean allowInsertDeleteColumns
contextMenuView
CommandView contextMenuView
selectEditorByClass
boolean selectEditorByClass
selectRendererByClass
boolean selectRendererByClass
dndEnabled
boolean dndEnabled
cnpCommandsEnabled
boolean cnpCommandsEnabled
mapInterfaceToEditor
HashMap<K,V> mapInterfaceToEditor
defaultEditor
JTextFieldEditorAdapter defaultEditor
dragStartRow
int dragStartRow
table
JTable table
pressedColumn
int pressedColumn
map
Map<K,V> map
- The map being presented by this model.
orderedEntries
ArrayList<E> orderedEntries
- A list of Map.Entry's in the row order displayed by the table.
keyComparator
Comparator<T> keyComparator
- The comparator used to sort orderedEntries by the keys of its Map.Entry's.
editMode
int editMode
- The edit setting: EDIT_NONE, EDIT_DIRECT or EDIT_COPY.
editable
boolean editable
addEntryCommand
Command addEntryCommand
deleteEntryCommand
Command deleteEntryCommand
toolbarCommandView
CommandView toolbarCommandView
formListeners
BasicFormEditorEventSource formListeners
listener
dsto.dfc.swing.table.MapTableView.Listener listener
model
DfcTableModel model
rowMap
int[] rowMap
- Maps rows from this table's row space to the enclosed table's
row space.
sortingColumns
ArrayList<E> sortingColumns
- An array of SortingColumn's in sort order.
Package dsto.dfc.swing.text |
editor
EnumFormEditor editor
gridBagLayout1
GridBagLayout gridBagLayout1
separator
JTitledSeparator separator
rootTerm
Term rootTerm
document
TermCustomizer.Document document
terms
ArrayList<E> terms
parentMap
HashMap<K,V> parentMap
termTemplates
List<E> termTemplates
borderLayout1
BorderLayout borderLayout1
textPane
JTextPane textPane
paraAttrs
SimpleAttributeSet paraAttrs
indentParaAttrs
SimpleAttributeSet indentParaAttrs
contentAttrs
SimpleAttributeSet contentAttrs
startPara
DefaultStyledDocument.ElementSpec startPara
content
DefaultStyledDocument.ElementSpec content
endPara
DefaultStyledDocument.ElementSpec endPara
Package dsto.dfc.swing.text.selection |
serialVersionUID: 0L
pattern
String pattern
serialVersionUID: 1L
expression
String expression
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
expr
String expr
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
serialVersionUID: -3137530613812416784L
serialVersionUID: 6622692369442327761L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
regex
String regex
caseSensitive
boolean caseSensitive
serialVersionUID: -1L
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package dsto.dfc.swing.tree |
entryToNode
HashMap<K,V> entryToNode
- Map node entries to their corresponding node instance in this tree
root
DefaultDfcTreeModel.Node root
- the root node of this tree
mutable
boolean mutable
parent
DefaultDfcTreeModel.Node parent
entry
Object entry
children
ArrayList<E> children
mutable
boolean mutable
cnpCommandsEnabled
boolean cnpCommandsEnabled
contextMenuView
CommandView contextMenuView
mainMenuView
CommandView mainMenuView
toolbarView
CommandView toolbarView
clipboardListener
WeakEventListener clipboardListener
dndEnabled
boolean dndEnabled
- True if drag and drop has been enabled (see
DfcTree.enableDragAndDrop()
)
draggedEntry
Object draggedEntry
- The entry that is currently being dragged in a D&D operation
(null in none in progress).
Package dsto.dfc.swing.undo |
alive
boolean alive
parameterNames
String[] parameterNames
parameterValues
Object[] parameterValues
skipAll
boolean skipAll
options
Object[] options
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
list
List<E> list
- The list of
UndoableEdit
s.
undoManager
MonitoredUndoManager undoManager
dragNDropEnabled
boolean dragNDropEnabled
name
String name
edits
EditListModel edits
inProgress
boolean inProgress
limit
int limit
- The maximum number of edits stored in the undo list.
edits
EditListModel edits
- The list of edits.
indexOfNextAdd
int indexOfNextAdd
- The index at which to place the next edit added to the manager.
undoCursor
UndoableEdit undoCursor
- The last edit which can be undone in the edit list.
redoCursor
UndoableEdit redoCursor
- The next edit to be redone in the edit list.
undoRedoSemaphore
Object undoRedoSemaphore
- Thread lock.
editEventRecorder
UndoableEditListener editEventRecorder
undoManager
MonitoredUndoManager undoManager
undoCmd
CmdUndo undoCmd
redoCmd
CmdRedo redoCmd
undoToCmd
CmdUndoTo undoToCmd
redoToCmd
CmdRedoTo redoToCmd
editListView
EditListView editListView
parametersPanel
ParametersPanel parametersPanel
cmdViews
StandardCommandViews cmdViews
editListScrollPane
JScrollPane editListScrollPane
undoButton
JButton undoButton
redoButton
JButton redoButton
lockPanelsOption
JCheckBox lockPanelsOption
bottomPanel
JPanel bottomPanel
buttonPanel
JPanel buttonPanel
splitPane
JSplitPane splitPane
borderLayout1
BorderLayout borderLayout1
gridBagLayout1
GridBagLayout gridBagLayout1
gridLayout1
GridLayout gridLayout1
titledBorder1
TitledBorder titledBorder1
titledBorder2
TitledBorder titledBorder2
border1
Border border1
border2
Border border2
border3
Border border3
border4
Border border4
border5
Border border5
edit
UndoableEdit edit
- The
UndoableEdit
selected in the EditListView
.
editListView
EditListView editListView
- A link to the
EditListView
where the edit is displayed.
tableScroller
JScrollPane tableScroller
parametersTable
JTable parametersTable
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
propertyName
String propertyName
- The name of the changed property.
Package dsto.dfc.swt.commands |
shell
org.eclipse.swt.widgets.Shell shell
icon
Icon icon
displayName
String displayName
enabled
boolean enabled
accelerator
int accelerator
mnemonic
char mnemonic
toolbarGroup
String toolbarGroup
contextMenuGroup
String contextMenuGroup
mainMenuGroup
String mainMenuGroup
interactive
boolean interactive
description
String description
name
String name
listeners
EventListenerList listeners
value
boolean value
targetObjects
IDataObject[] targetObjects
property
Object property
value
Object value
objectList
ListDataObject objectList
listener
UIPropertyListener listener
bean
Object bean
property
String property
propertyValue
Object propertyValue
window
org.eclipse.jface.window.Window window
preferences
IDataBean preferences
styleProperty
String styleProperty
data
Object data
viewName
String viewName
treeRoot
CommandViewNode treeRoot
entries
ArrayList<E> entries
mapEntryToVine
HashMap<K,V> mapEntryToVine
- Map command and group entries to their 'vine' root nodes.
defaultCommand
Command defaultCommand
commandProperties
Map<K,V> commandProperties
listener
dsto.dfc.swt.commands.CommandView.Listener listener
node
CommandViewNode node
oldIndex
int oldIndex
newIndex
int newIndex
oldCommand
Command oldCommand
newCommand
Command newCommand
properties
String[] properties
transferFormats
org.eclipse.swt.dnd.Transfer[] transferFormats
object
Object object
objectTransfer
org.eclipse.swt.dnd.Transfer objectTransfer
Package dsto.dfc.swt.icons |
serialVersionUID: 1L
icon
Icon icon
Package dsto.dfc.swt.styles |
serialVersionUID: 1L
readResolve
protected Object readResolve()
throws InvalidObjectException
- Throws:
InvalidObjectException
- if value could not be resolved
to a valid entry in the list of enum values.
serialVersionUID: 1L
styles
Style[] styles
Package dsto.dfc.swt.util |
bean
IDataBean bean
property
String property
serialVersionUID: 1L
source
Object source
Package dsto.dfc.swt.viewers |
view
org.eclipse.jface.viewers.StructuredViewer view
items
Collection<E> items
viewer
org.eclipse.jface.viewers.Viewer viewer
items
Collection<E> items
confirmDelete
boolean confirmDelete
confirmMessage
String confirmMessage
viewer
org.eclipse.jface.viewers.Viewer viewer
items
List<E> items
direction
int direction
parseFormat
DateFormat[] parseFormat
- List of possible formats with which to parse a String
defaultFormat
DateFormat defaultFormat
- The format to use to create a String from a Date.
serialVersionUID: 1L
readResolve
protected Object readResolve()
throws InvalidObjectException
- Serialization support: resolves instance written to stream to the
equivalent instance in getEnumValues () using equals (). Superclasses
that wish to use this feature must override this method and call
super.readResolve ().
- Throws:
InvalidObjectException
- if value could not be resolved
to a valid entry in the list of enum values.
source
Object source
serialVersionUID: 2832147823827880924L
source
Object source
source
Object source
value
Object value
form
Class<T> form
serialVersionUID: 1L
name
String name
serialVersionUID: 592576433733544422L
name
String name
Package dsto.dfc.util.plugins |
plugin
String plugin
subException
Throwable subException
serialVersionUID: 1L
Package livespace.osgi.bootstrap |
Package livespace.services |
Package livespace.ui.dashboard |
serialVersionUID: 1L
shell
org.eclipse.swt.widgets.Shell shell
version
String version
dashboard
DashboardService dashboard
bundle
String bundle
dashboard
DashboardService dashboard
dashboard
DashboardService dashboard
Copyright © 2008 Commonwealth of Australia