Serialized Form


Package dsto.dfc.collections

Class dsto.dfc.collections.BasicCollectionEventSource extends Object implements Serializable

serialVersionUID: -2287356568541419875L

Serialized Fields

source

Object source

Class dsto.dfc.collections.BasicMonitoredCollection extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

collection

Collection<E> collection

Class dsto.dfc.collections.BasicMonitoredList extends BasicMonitoredCollection implements Serializable

serialVersionUID: 5437245980617046795L

Class dsto.dfc.collections.BasicMonitoredMap extends BasicCollectionEventSource implements Serializable

Serialized Fields

backingMap

Map<K,V> backingMap

Class dsto.dfc.collections.BasicMonitoredSet extends BasicMonitoredCollection implements Serializable

Class dsto.dfc.collections.BasicPropertySet extends Object implements Serializable

Serialized Fields

properties

HashMap<K,V> properties

Class dsto.dfc.collections.CollectionEvent extends EventObject implements Serializable

Serialized Fields

elements

Collection<E> elements

startIndex

int startIndex

endIndex

int endIndex

Class dsto.dfc.collections.DfcMonitoredList extends BasicMonitoredList implements Serializable

Class dsto.dfc.collections.EmptyCollection extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()

Class dsto.dfc.collections.EmptyMonitoredCollection extends EmptyCollection implements Serializable

Serialization Methods

readResolve

private Object readResolve()

Class dsto.dfc.collections.EmptyPropertySet extends Object implements Serializable

Class dsto.dfc.collections.FixedPropertySet extends Object implements Serializable

Serialized Fields

propertyNames

FixedArraySetList propertyNames

propertyValues

Object[] propertyValues

Class dsto.dfc.collections.IdentityHashMap extends AbstractMap implements Serializable

serialVersionUID: 362498820763181265L

Serialization Methods

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
Serialized Fields

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.

 

Class dsto.dfc.collections.IdentityHashSet extends AbstractSet implements Serializable

Serialization Methods

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

Class dsto.dfc.collections.SelectionModelEvent extends EventObject implements Serializable

Serialized Fields

elements

Collection<E> elements

Class dsto.dfc.collections.SuperSet extends BasicMonitoredSet implements Serializable

Serialized Fields

subsets

HashSet<E> subsets

Class dsto.dfc.collections.UnmodifiablePropertySet extends Object implements Serializable

Serialized Fields

propertySet

PropertySet propertySet

Package dsto.dfc.collections.cache

Class dsto.dfc.collections.cache.AbstractCache extends Object implements Serializable

Serialized Fields

numEntries

int numEntries

cache

CacheEntry[] cache

table

HashMap<K,V> table

Class dsto.dfc.collections.cache.CacheEntry extends Object implements Serializable

Serialized Fields

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.

Class dsto.dfc.collections.cache.CacheLRU extends AbstractCache implements Serializable

Serialized Fields

head

int head

tail

int tail

next

int[] next

prev

int[] prev

Package dsto.dfc.commandline

Class dsto.dfc.commandline.IllegalOptionValueException extends Exception implements Serializable

Serialized Fields

option

Option option

value

String value

Class dsto.dfc.commandline.UnknownOptionException extends Exception implements Serializable

Serialized Fields

optionName

String optionName

Package dsto.dfc.databeans

Class dsto.dfc.databeans.DataObject extends AbstractDataObject implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Add Java serialization support.

Throws:
IOException
ClassNotFoundException
Serialized Fields

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

Class dsto.dfc.databeans.ListDataObject extends DfcMonitoredList implements Serializable

Serialized Fields

listeners

EventListenerList listeners

Class dsto.dfc.databeans.MapDataObject extends BasicMonitoredMap implements Serializable

Serialized Fields

transientProperties

HashSet<E> transientProperties

listeners

EventListenerList listeners

Class dsto.dfc.databeans.PropertyEvent extends EventObject implements Serializable

Serialized Fields

path

PropertyPath path

oldValue

Object oldValue

newValue

Object newValue

transientProperty

boolean transientProperty

Class dsto.dfc.databeans.Registry extends DataObject implements Serializable

Serialized Fields

keyProperty

Object keyProperty

Class dsto.dfc.databeans.SetDataObject extends BasicMonitoredSet implements Serializable

Serialized Fields

transientProperties

HashSet<E> transientProperties

listeners

EventListenerList listeners

Class dsto.dfc.databeans.StackDataObject extends ListDataObject implements Serializable

Class dsto.dfc.databeans.SubsetDataObject extends DataObject implements Serializable

Serialized Fields

source

IDataObject source

filter

IFilter<T> filter

Class dsto.dfc.databeans.SupersetDataObject extends DataObject implements Serializable

Serialized Fields

subobjects

HashSet<E> subobjects

propertyListener

dsto.dfc.databeans.SupersetDataObject.Listener propertyListener

Package dsto.dfc.logging

Class dsto.dfc.logging.LogEvent extends EventObject implements Serializable

Serialized Fields

message

String message

type

int type

time

Date time

exception

Throwable exception

Class dsto.dfc.logging.LogMessageBuffer extends BasicCollectionEventSource implements Serializable

Serialized Fields

maxEvents

int maxEvents

events

ArrayList<E> events

filter

LogFilter filter

Package dsto.dfc.net

Class dsto.dfc.net.NoHostNameException extends IOException implements Serializable


Package dsto.dfc.reflection

Class dsto.dfc.reflection.InvokeException extends RuntimeException implements Serializable


Package dsto.dfc.swing.commands

Class dsto.dfc.swing.commands.CommandActionAdapter extends BasicPropertyEventSource implements Serializable

Serialized Fields

command

Command command

Class dsto.dfc.swing.commands.CommandMenuButton extends JComponent implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.commands.CommandView extends BasicPropertyEventSource implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.commands.CommandViewNodeEvent extends EventObject implements Serializable

Serialized Fields

node

CommandViewNode node

oldIndex

int oldIndex

newIndex

int newIndex

oldCommand

Command oldCommand

newCommand

Command newCommand

Class dsto.dfc.swing.commands.CommandViewTreeModel extends AbstractDfcTreeModel implements Serializable

Serialized Fields

root

CommandViewNode root

Class dsto.dfc.swing.commands.ToolbarPanel extends JPanel implements Serializable

Serialized Fields

hostedComponent

Component hostedComponent

toolbarView

CommandView toolbarView

gridBagLayout1

GridBagLayout gridBagLayout1

toolbar

JToolBar toolbar

Package dsto.dfc.swing.controls

Class dsto.dfc.swing.controls.AbstractCellEditor extends JPanel implements Serializable

Class dsto.dfc.swing.controls.AbstractPopupEditor extends AbstractCellEditor implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.controls.BillBoard.LayoutEnum extends IconicEnumerationValue implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
                      throws InvalidObjectException
Throws:
InvalidObjectException - if value could not be resolved to a valid entry in the list of enum values.
Serialized Fields

layout

int layout

alignment

int alignment

Class dsto.dfc.swing.controls.ButtonPanel extends JPanel implements Serializable

Serialized Fields

buttonLayout

ButtonLayout buttonLayout

Class dsto.dfc.swing.controls.ColorChooserCombo extends AbstractFormEditorComponent implements Serializable

Serialized Fields

popupShown

boolean popupShown

initialize

boolean initialize

colorPopup

JPopupMenu colorPopup

gridBagLayout1

GridBagLayout gridBagLayout1

colorChooser

ColorChooserPanel colorChooser

selectedColor

Color selectedColor

selectedColorName

String selectedColorName

comboButton

MetalComboBoxButton comboButton

Class dsto.dfc.swing.controls.ColorChooserPanel extends AbstractFormEditorComponent implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.controls.ColorComboBox extends JComboBox implements Serializable

Class dsto.dfc.swing.controls.ColorSchemePanel extends JPanel implements Serializable

Serialized Fields

gridLayout1

GridLayout gridLayout1

buttonList

ArrayList<E> buttonList

iconButtonListeners

ArrayList<E> iconButtonListeners

colorScheme

ColorScheme colorScheme

selectedColor

Color selectedColor

Class dsto.dfc.swing.controls.ColourSwatchIcon extends Object implements Serializable

Serialized Fields

width

int width

height

int height

colour

Color colour

Class dsto.dfc.swing.controls.ComboList extends JPanel implements Serializable

Serialized Fields

textField

JTextField textField

scrollPane

JScrollPane scrollPane

gridBagLayout1

GridBagLayout gridBagLayout1

list

JList list

model

ComboBoxModel model

Class dsto.dfc.swing.controls.CompositeColorSwatchIcon extends Object implements Serializable

Serialized Fields

color

Color color

smallIcon

Icon smallIcon

Class dsto.dfc.swing.controls.DfcBillboard extends JComponent implements Serializable

Serialized Fields

billboard

BillBoard billboard

Class dsto.dfc.swing.controls.DfcBoundingBox extends JComponent implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.controls.DfcComboBox extends JComboBox implements Serializable

Class dsto.dfc.swing.controls.DfcDialog extends JDialog implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.controls.DfcOkCancelDialog extends DfcDialog implements Serializable

Serialized Fields

cancelled

boolean cancelled

buttonPanel

ButtonPanel buttonPanel

applyButton

JButton applyButton

okButton

JButton okButton

cancelButton

JButton cancelButton

okListener

ActionListener okListener

listeners

EventListenerList listeners

Class dsto.dfc.swing.controls.EnumComboBox extends DfcComboBox implements Serializable

Serialized Fields

enumValues

Object[] enumValues

Class dsto.dfc.swing.controls.EtchedDividingBorder extends EtchedBorder implements Serializable

Class dsto.dfc.swing.controls.FontPopupSelector extends AbstractPopupEditor implements Serializable

Serialized Fields

font

Font font

Class dsto.dfc.swing.controls.FontSelector extends JPanel implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.controls.FontSelectorDialog extends DfcOkCancelDialog implements Serializable

Serialized Fields

selectedFont

Font selectedFont

contentPanel

JPanel contentPanel

fontSelector

FontSelector fontSelector

previewLabel

JLabel previewLabel

border2

Border border2

gridBagLayout1

GridBagLayout gridBagLayout1

Class dsto.dfc.swing.controls.Gradient extends BasicPropertyEventSource implements Serializable

Serialized Fields

initialHue

float initialHue

colourSpan

float colourSpan

saturation

float saturation

brightness

float brightness

reverse

boolean reverse

Class dsto.dfc.swing.controls.GradientBar extends JComponent implements Serializable

Serialized Fields

gradient

Gradient gradient

Class dsto.dfc.swing.controls.GradientPanel extends FormPanel implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.controls.IconTextField extends JPanel implements Serializable

Serialized Fields

actionOnLoseFocus

boolean actionOnLoseFocus

gridBagLayout1

GridBagLayout gridBagLayout1

iconLabel

JLabel iconLabel

textField

dsto.dfc.swing.controls.IconTextField.MyTextField textField

Class dsto.dfc.swing.controls.Insets2D extends Object implements Serializable

serialVersionUID: -4554124394444212948L

Serialized Fields

top

float top

left

float left

bottom

float bottom

right

float right

Class dsto.dfc.swing.controls.JTitledSeparator extends JComponent implements Serializable

Serialized Fields

title

String title

gridBagLayout1

GridBagLayout gridBagLayout1

label

JLabel label

separator

JSeparator separator

Class dsto.dfc.swing.controls.MetalComboBoxButton extends JButton implements Serializable

Serialized Fields

comboIcon

Icon comboIcon

Class dsto.dfc.swing.controls.NumericSpinner extends JComponent implements Serializable

Serialized Fields

model

BoundedRangeModel model

textField

JTextField textField

upButton

NumericSpinner.ArrowButton upButton

downButton

NumericSpinner.ArrowButton downButton

increment

int increment

boundedRangeModelChangeListener

NumericSpinner.BoundedRangeModelChangeListener boundedRangeModelChangeListener

Class dsto.dfc.swing.controls.NumericSpinner.ArrowButton extends JButton implements Serializable

Class dsto.dfc.swing.controls.NumericSpinner.BoundedRangeModelChangeListener extends Object implements Serializable

Class dsto.dfc.swing.controls.NumericSpinner.ButtonChangeListener extends Object implements Serializable

Serialized Fields

autoRepeatTimer

Timer autoRepeatTimer

currentIncrement

int currentIncrement

Class dsto.dfc.swing.controls.NumericSpinner.LayoutManager extends Object implements Serializable

Serialized Fields

smallestButtonSize

Dimension smallestButtonSize

currentArrowHeight

int currentArrowHeight

Class dsto.dfc.swing.controls.NumericSpinner.TextFieldListener extends Object implements Serializable

Class dsto.dfc.swing.controls.PrintPreview extends JPanel implements Serializable

Serialized Fields

componentToBePrinted

Component componentToBePrinted

printable

Printable printable

m_preview

JPanel m_preview

pageFormat

PageFormat pageFormat

Class dsto.dfc.swing.controls.RadioBox extends AbstractFormEditorComponent implements Serializable

Serialized Fields

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.

Class dsto.dfc.swing.controls.SplashScreen extends Window implements Serializable

Serialized Fields

image

Image image

versionLine

String versionLine

insets

Insets insets

timer

Timer timer

timerExpired

boolean timerExpired

popdownCalled

boolean popdownCalled

Class dsto.dfc.swing.controls.ThinBevelBorder extends BevelBorder implements Serializable

Class dsto.dfc.swing.controls.ToolButton extends AbstractButton implements Serializable

Serialized Fields

toggle

boolean toggle

Package dsto.dfc.swing.dnd

Class dsto.dfc.swing.dnd.ClipboardEvent extends EventObject implements Serializable

Serialized Fields

contents

Transferable contents

Class dsto.dfc.swing.dnd.DfcMouseDragGestureRecognizer extends MouseDragGestureRecognizer implements Serializable

Serialized Fields

lastPress

MouseEvent lastPress

dragging

boolean dragging

Class dsto.dfc.swing.dnd.RawSerializedObject extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

rawData

byte[] rawData

Package dsto.dfc.swing.event

Class dsto.dfc.swing.event.BasicSelectionEventSource extends Object implements Serializable

Serialized Fields

source

Object source

Class dsto.dfc.swing.event.SelectionEvent extends EventObject implements Serializable

Serialized Fields

triggerEvent

EventObject triggerEvent

Package dsto.dfc.swing.forms

Class dsto.dfc.swing.forms.AbstractFormEditor extends BasicFormEditorEventSource implements Serializable

Serialized Fields

converter

ValueConverter converter

description

String description

Class dsto.dfc.swing.forms.AbstractFormEditorComponent extends JComponent implements Serializable

Serialized Fields

description

String description

editorEventSource

BasicFormEditorEventSource editorEventSource

Class dsto.dfc.swing.forms.BasicForm extends BasicFormEditorEventSource implements Serializable

Serialized Fields

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.

Class dsto.dfc.swing.forms.BasicFormEditorEventSource extends Object implements Serializable

Serialized Fields

source

Object source

Class dsto.dfc.swing.forms.CellToFormEditorAdapter extends AbstractFormEditor implements Serializable

Serialized Fields

cellEditor

CellEditor cellEditor

component

Component component

inEditingStopped

boolean inEditingStopped

Class dsto.dfc.swing.forms.CustomizersPanel extends JPanel implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.forms.CustomizersTreeModel extends DfcSwingTreeModel implements Serializable

Serialized Fields

customizers

HashSet<E> customizers

entryToNode

HashMap<K,V> entryToNode

Class dsto.dfc.swing.forms.CustomizersTreeModel.Entry extends BasicPropertyEventSource implements Serializable

Serialized Fields

name

String name

icon

Icon icon

largeIcon

Icon largeIcon

description

String description

customizer

Component customizer

Class dsto.dfc.swing.forms.EnumFormEditor extends AbstractFormEditorComponent implements Serializable

Serialized Fields

radio

boolean radio

editor

FormEditor editor

listener

dsto.dfc.swing.forms.EnumFormEditor.Listener listener

Class dsto.dfc.swing.forms.FontLabelEditor extends AbstractFormEditorComponent implements Serializable

Serialized Fields

font

Font font

label

JLabel label

Class dsto.dfc.swing.forms.FontSelectorEditor extends AbstractFormEditorComponent implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.forms.FormDialog extends DfcOkCancelDialog implements Serializable

Serialized Fields

form

BasicForm form
BasicForm instance provides Form interface implementation.


formPanel

FormEditor formPanel

Class dsto.dfc.swing.forms.FormEditorValueAdapter extends AbstractFormEditor implements Serializable

Serialized Fields

adaptee

FormEditor adaptee

valueConverter

ValueConverter valueConverter

editorValue

Object editorValue

valueClass

Class<T> valueClass

Class dsto.dfc.swing.forms.FormPanel extends JPanel implements Serializable

Serialized Fields

form

BasicForm form

Class dsto.dfc.swing.forms.FormToCellEditorAdapter extends AbstractCellEditor implements Serializable

Serialized Fields

editor

FormEditor editor

Class dsto.dfc.swing.forms.JCheckBoxFormEditor extends AbstractFormEditor implements Serializable

Serialized Fields

checkBox

JCheckBox checkBox

value

Object value

Class dsto.dfc.swing.forms.JComboBoxFormEditor extends AbstractFormEditor implements Serializable

Serialized Fields

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.

Class dsto.dfc.swing.forms.JFileChooserFormEditor extends AbstractFormEditorComponent implements Serializable

Serialized Fields

editorValue

Object editorValue

chooser

JFileChooser chooser

Class dsto.dfc.swing.forms.JLabelFormEditor extends AbstractFormEditor implements Serializable

Serialized Fields

label

JLabel label

value

Object value

iconicMode

int iconicMode

Class dsto.dfc.swing.forms.JListFormEditor extends AbstractFormEditor implements Serializable

Serialized Fields

list

JList list

editorValue

List<E> editorValue

directEdit

boolean directEdit

Class dsto.dfc.swing.forms.JListSelectionFormEditor extends AbstractFormEditor implements Serializable

Serialized Fields

list

JList list

Class dsto.dfc.swing.forms.JSliderFormEditor extends AbstractFormEditor implements Serializable

Serialized Fields

jSlider

JSlider jSlider

value

Object value

Class dsto.dfc.swing.forms.JTableFormEditor extends AbstractFormEditor implements Serializable

Serialized Fields

table

JTable table

editorValue

Object editorValue

Class dsto.dfc.swing.forms.JTextFieldFormEditor extends AbstractFormEditor implements Serializable

Serialized Fields

textField

JTextComponent textField

value

Object value

valueType

Class<T> valueType

Class dsto.dfc.swing.forms.JTreeSelectionFormEditor extends BasicFormEditorEventSource implements Serializable

Serialized Fields

tree

JTree tree

editorValue

Object editorValue

treeEntryClass

Class<T> treeEntryClass

description

String description

Class dsto.dfc.swing.forms.MultiplexFormEditor extends FormPanel implements Serializable

Serialized Fields

tabPane

JTabbedPane tabPane

activeEditor

FormEditor activeEditor

editorValues

ArrayList<E> editorValues

editors

ArrayList<E> editors

tabListenerEnabled

boolean tabListenerEnabled

Class dsto.dfc.swing.forms.NumericSpinnerFormEditor extends AbstractFormEditor implements Serializable

Serialized Fields

numericSpinner

NumericSpinner numericSpinner

Class dsto.dfc.swing.forms.PopupFormEditor extends AbstractFormEditorComponent implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.icons.ArrowIcon extends Object implements Serializable

Serialized Fields

direction

int direction

width

int width

height

int height

color

Color color

Class dsto.dfc.swing.icons.IconicEnumerationValue extends StringEnumerationValue implements Serializable

serialVersionUID: 552967879101787413L

Class dsto.dfc.swing.icons.NullIcon extends Object implements Serializable

Serialized Fields

width

int width

height

int height

Class dsto.dfc.swing.icons.ResourceImageIcon extends ImageIcon implements Serializable

serialVersionUID: -164868331247932275L

Serialized Fields

resourceName

String resourceName

Package dsto.dfc.swing.list

Class dsto.dfc.swing.list.AbstractDfcListModel extends AbstractListModel implements Serializable

Class dsto.dfc.swing.list.DfcList extends JList implements Serializable

Serialized Fields

contextCommandView

CommandView contextCommandView

toolbarCommandView

CommandView toolbarCommandView

selectionListeners

BasicSelectionEventSource selectionListeners

listener

dsto.dfc.swing.list.DfcList.Listener listener

Class dsto.dfc.swing.list.ListModelAdapter extends AbstractListModel implements Serializable

Serialized Fields

list

List<E> list

copyOnEdit

boolean copyOnEdit

Class dsto.dfc.swing.list.SortedListModelAdapter extends AbstractListModel implements Serializable

Serialized Fields

collection

Collection<E> collection

sortedCollection

ArrayList<E> sortedCollection

comparator

Comparator<T> comparator

mutable

boolean mutable

Package dsto.dfc.swing.logging

Class dsto.dfc.swing.logging.LogMessageTable extends DfcTable implements Serializable

Serialized Fields

borderLayout1

BorderLayout borderLayout1

Class dsto.dfc.swing.logging.LogMessageTableModel extends AbstractTableModel implements Serializable

Serialized Fields

messages

LogMessageBuffer messages

Class dsto.dfc.swing.logging.LogPanel extends JTextPane implements Serializable

Serialized Fields

messageBuffer

LogMessageBuffer messageBuffer

document

DefaultStyledDocument document

Class dsto.dfc.swing.logging.LogWindow extends DfcDialog implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.logging.LogWindowPopper extends BasicPropertyEventSource implements Serializable

Serialized Fields

client

Component client

window

LogWindow window

messageBuffer

LogMessageBuffer messageBuffer

popupOnAlarm

boolean popupOnAlarm

popupOnWarning

boolean popupOnWarning

popupOnInfo

boolean popupOnInfo

popupOnOther

boolean popupOnOther

disposeOnClose

boolean disposeOnClose

Class dsto.dfc.swing.logging.LogWindowPopperEditor extends FormPanel implements Serializable

Serialized Fields

flowLayout1

FlowLayout flowLayout1

jLabel1

JLabel jLabel1

alarmCheckbox

JCheckBox alarmCheckbox

warningCheckbox

JCheckBox warningCheckbox

infoCheckbox

JCheckBox infoCheckbox

otherCheckbox

JCheckBox otherCheckbox

Package dsto.dfc.swing.panels

Class dsto.dfc.swing.panels.ActivePanelEdit extends PropertyEditBean implements Serializable

Serialized Fields

oldActivePanelName

String oldActivePanelName

newActivePanelName

String newActivePanelName

Class dsto.dfc.swing.panels.FloatStateEdit extends PropertyEditBean implements Serializable

Serialized Fields

panelIndex

int panelIndex

panelName

String panelName

Class dsto.dfc.swing.panels.InsideFrame extends JInternalFrame implements Serializable

Class dsto.dfc.swing.panels.OutsideFrame extends JDialog implements Serializable

Class dsto.dfc.swing.panels.PanelManager extends JPanel implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.panels.PanelManagerEvent extends EventObject implements Serializable

Serialized Fields

panel

PanelManager.Panel panel

vetoed

boolean vetoed

Class dsto.dfc.swing.panels.RestrictedIndexTabbedPane extends JTabbedPane implements Serializable

Serialized Fields

removingTab

boolean removingTab

manager

PanelManager manager

Class dsto.dfc.swing.panels.ToolView extends BasicPropertyEventSource implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.persistence.AbstractDocument extends BasicPropertyEventSource implements Serializable

Serialized Fields

changed

boolean changed

Class dsto.dfc.swing.persistence.FileDocument extends AbstractDocument implements Serializable

Serialized Fields

file

File file

format

SerializedFormat format

Class dsto.dfc.swing.persistence.SerializeAccessoryPanel extends JPanel implements Serializable

Serialized Fields

typeRadio

RadioBox typeRadio

gridBagLayout1

GridBagLayout gridBagLayout1

typeLabel

JLabel typeLabel

compressCheckbox

JCheckBox compressCheckbox

border2

Border border2

Package dsto.dfc.swing.status

Class dsto.dfc.swing.status.StatusBar extends JComponent implements Serializable

Serialized Fields

manager

StatusManager manager

managerListener

dsto.dfc.swing.status.StatusBar.StatusManagerListener managerListener

messageLabel

JLabel messageLabel

borderLayout1

BorderLayout borderLayout1

border1

Border border1

Class dsto.dfc.swing.status.StatusManager extends BasicPropertyEventSource implements Serializable

Serialized Fields

entries

ArrayList<E> entries

softStatus

boolean softStatus

Package dsto.dfc.swing.styles

Class dsto.dfc.swing.styles.AbstractStyle extends IconicEnumerationValue implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

protected Object readResolve()
                      throws InvalidObjectException
Throws:
InvalidObjectException - if value could not be resolved to a valid entry in the list of enum values.

Class dsto.dfc.swing.styles.StyleSheet extends HashMap implements Serializable

serialVersionUID: 7204920258767391001L

Serialized Fields

styles

Style[] styles

Class dsto.dfc.swing.styles.StyleSheetLabelView extends JLabel implements Serializable

Serialized Fields

styleSheet

StyleSheet styleSheet

Class dsto.dfc.swing.styles.StyleSheetTableModel extends AbstractDfcTableModel implements Serializable

Serialized Fields

styleSheet

StyleSheet styleSheet

Class dsto.dfc.swing.styles.StyleSheetTableView extends DfcTable implements Serializable

Serialized Fields

base

StyleSheet base

formEditor

StyleSheetTableView.FormEditorAdapter formEditor

Class dsto.dfc.swing.styles.StyleSheetTableView.FormEditorAdapter extends AbstractFormEditor implements Serializable


Package dsto.dfc.swing.table

Class dsto.dfc.swing.table.AbstractDfcTableModel extends AbstractTableModel implements Serializable

Class dsto.dfc.swing.table.ButtonHeaderRenderer extends JButton implements Serializable

Class dsto.dfc.swing.table.DefaultDfcTableModel extends AbstractDfcTableModel implements Serializable

Serialized Fields

rows

ArrayList<E> rows

columnNames

ArrayList<E> columnNames

columnClasses

ArrayList<E> columnClasses

allowInsertDeleteRows

boolean allowInsertDeleteRows

allowInsertDeleteColumns

boolean allowInsertDeleteColumns

Class dsto.dfc.swing.table.DfcTable extends JTable implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.table.DfcTableHeader extends JTableHeader implements Serializable

Serialized Fields

table

JTable table

pressedColumn

int pressedColumn

Class dsto.dfc.swing.table.MapTableModel extends AbstractDfcTableModel implements Serializable

Serialized Fields

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.

Class dsto.dfc.swing.table.MapTableView extends DfcTable implements Serializable

Serialized Fields

editable

boolean editable

addEntryCommand

Command addEntryCommand

deleteEntryCommand

Command deleteEntryCommand

toolbarCommandView

CommandView toolbarCommandView

formListeners

BasicFormEditorEventSource formListeners

listener

dsto.dfc.swing.table.MapTableView.Listener listener

Class dsto.dfc.swing.table.ProxyTableModel extends AbstractDfcTableModel implements Serializable

Serialized Fields

model

DfcTableModel model

Class dsto.dfc.swing.table.SortedTableModel extends ProxyTableModel implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.text.BasicEnumeratedTermCustomizer extends FormPanel implements Serializable

Serialized Fields

editor

EnumFormEditor editor

gridBagLayout1

GridBagLayout gridBagLayout1

separator

JTitledSeparator separator

Class dsto.dfc.swing.text.TermCustomizer extends AbstractFormEditorComponent implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.text.TermCustomizer.Document extends HTMLDocument implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.text.selection.BooleanSelector extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

pattern

String pattern

Class dsto.dfc.swing.text.selection.DateSelector extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

expression

String expression

Class dsto.dfc.swing.text.selection.NumberSelector extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

expr

String expr

Class dsto.dfc.swing.text.selection.ParseException extends Exception implements Serializable

Serialized Fields

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.

Class dsto.dfc.swing.text.selection.PatternSelector.SelectAllSelector extends Object implements Serializable

serialVersionUID: -3137530613812416784L

Class dsto.dfc.swing.text.selection.RegexSelector extends Object implements Serializable

serialVersionUID: 6622692369442327761L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

regex

String regex

caseSensitive

boolean caseSensitive

Class dsto.dfc.swing.text.selection.Selector.SelectAllSelector extends Object implements Serializable

serialVersionUID: -1L

Class dsto.dfc.swing.text.selection.TokenMgrError extends Error implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.tree.AbstractDfcTreeModel extends BasicTreeModelEventSource implements Serializable

Class dsto.dfc.swing.tree.BasicTreeModelEventSource extends Object implements Serializable

Class dsto.dfc.swing.tree.DefaultDfcTreeModel extends BasicTreeModelEventSource implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.tree.DefaultDfcTreeModel.Node extends Object implements Serializable

Serialized Fields

parent

DefaultDfcTreeModel.Node parent

entry

Object entry

children

ArrayList<E> children

Class dsto.dfc.swing.tree.DefaultDfcTreeNode extends DefaultMutableTreeNode implements Serializable

Class dsto.dfc.swing.tree.DfcSwingTreeModel extends DefaultTreeModel implements Serializable

Serialized Fields

mutable

boolean mutable

Class dsto.dfc.swing.tree.DfcTree extends JTree implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.tree.DfcTree.MyTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable


Package dsto.dfc.swing.undo

Class dsto.dfc.swing.undo.AbstractMonitoredEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

alive

boolean alive

parameterNames

String[] parameterNames

parameterValues

Object[] parameterValues

Class dsto.dfc.swing.undo.EditExceptionHandler extends JPanel implements Serializable

Serialized Fields

skipAll

boolean skipAll

options

Object[] options

Class dsto.dfc.swing.undo.EditListModel extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

list

List<E> list
The list of UndoableEdits.

Class dsto.dfc.swing.undo.EditListView extends JList implements Serializable

Serialized Fields

undoManager

MonitoredUndoManager undoManager

dragNDropEnabled

boolean dragNDropEnabled

Class dsto.dfc.swing.undo.MonitoredEditGroup extends AbstractUndoableEdit implements Serializable

Serialized Fields

name

String name

edits

EditListModel edits

inProgress

boolean inProgress

Class dsto.dfc.swing.undo.MonitoredUndoManager extends BasicPropertyEventSource implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.undo.MonitorPanel extends JPanel implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.undo.ParametersPanel extends JPanel implements Serializable

Serialized Fields

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

Class dsto.dfc.swing.undo.PropertyEdit extends AbstractMonitoredEdit implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

propertyName

String propertyName
The name of the changed property.

Class dsto.dfc.swing.undo.PropertyEditBean extends PropertyEdit implements Serializable


Package dsto.dfc.swt.commands

Class dsto.dfc.swt.commands.AbstractAboutCommand extends AbstractCommand implements Serializable

Serialized Fields

shell

org.eclipse.swt.widgets.Shell shell

Class dsto.dfc.swt.commands.AbstractAddEntryCommand extends AbstractCommand implements Serializable

Class dsto.dfc.swt.commands.AbstractCommand extends BasicPropertyEventSource implements Serializable

Serialized Fields

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

Class dsto.dfc.swt.commands.AbstractCopyCommand extends AbstractCommand implements Serializable

Class dsto.dfc.swt.commands.AbstractCutCommand extends AbstractCommand implements Serializable

Class dsto.dfc.swt.commands.AbstractDeleteCommand extends AbstractCommand implements Serializable

Class dsto.dfc.swt.commands.AbstractPasteCommand extends AbstractCommand implements Serializable

Class dsto.dfc.swt.commands.AbstractPropertiesCommand extends AbstractCommand implements Serializable

Class dsto.dfc.swt.commands.BasicExitCommand extends AbstractCommand implements Serializable

Class dsto.dfc.swt.commands.BasicToggleCommand extends AbstractCommand implements Serializable

Serialized Fields

value

boolean value

Class dsto.dfc.swt.commands.CmdChangeDataObjectProperty extends AbstractCommand implements Serializable

Serialized Fields

targetObjects

IDataObject[] targetObjects

property

Object property

value

Object value

objectList

ListDataObject objectList

listener

UIPropertyListener listener

Class dsto.dfc.swt.commands.CmdSetBeanProperty extends BasicToggleCommand implements Serializable

Serialized Fields

bean

Object bean

property

String property

propertyValue

Object propertyValue

Class dsto.dfc.swt.commands.CmdToggleWindowStyle extends BasicToggleCommand implements Serializable

Serialized Fields

window

org.eclipse.jface.window.Window window

preferences

IDataBean preferences

styleProperty

String styleProperty

Class dsto.dfc.swt.commands.CommandEvent extends EventObject implements Serializable

Serialized Fields

data

Object data

Class dsto.dfc.swt.commands.CommandView extends BasicPropertyEventSource implements Serializable

Serialized Fields

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

Class dsto.dfc.swt.commands.CommandViewNodeEvent extends EventObject implements Serializable

Serialized Fields

node

CommandViewNode node

oldIndex

int oldIndex

newIndex

int newIndex

oldCommand

Command oldCommand

newCommand

Command newCommand

Package dsto.dfc.swt.dnd

Class dsto.dfc.swt.dnd.CmdCopyDataObjectProperties extends CmdCopyObject implements Serializable

Serialized Fields

properties

String[] properties

Class dsto.dfc.swt.dnd.CmdCopyObject extends AbstractCopyCommand implements Serializable

Serialized Fields

transferFormats

org.eclipse.swt.dnd.Transfer[] transferFormats

object

Object object

Class dsto.dfc.swt.dnd.CmdPasteObject extends AbstractPasteCommand implements Serializable

Serialized Fields

objectTransfer

org.eclipse.swt.dnd.Transfer objectTransfer

Package dsto.dfc.swt.icons

Class dsto.dfc.swt.icons.IconicEnumerationValue extends StringEnumerationValue implements Serializable

serialVersionUID: 1L

Serialized Fields

icon

Icon icon

Package dsto.dfc.swt.styles

Class dsto.dfc.swt.styles.AbstractStyle extends IconicEnumerationValue implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

protected Object readResolve()
                      throws InvalidObjectException
Throws:
InvalidObjectException - if value could not be resolved to a valid entry in the list of enum values.

Class dsto.dfc.swt.styles.StyleSheet extends HashMap implements Serializable

serialVersionUID: 1L

Serialized Fields

styles

Style[] styles

Package dsto.dfc.swt.util

Class dsto.dfc.swt.util.CmdToggleDataBeanProperty extends AbstractCommand implements Serializable

Serialized Fields

bean

IDataBean bean

property

String property

Class dsto.dfc.swt.util.PropertyChangeListeners extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

source

Object source

Package dsto.dfc.swt.viewers

Class dsto.dfc.swt.viewers.AbstractCreateItemCommand extends AbstractCommand implements Serializable

Serialized Fields

view

org.eclipse.jface.viewers.StructuredViewer view

items

Collection<E> items

Class dsto.dfc.swt.viewers.CmdDeleteItem extends AbstractCommand implements Serializable

Serialized Fields

viewer

org.eclipse.jface.viewers.Viewer viewer

items

Collection<E> items

confirmDelete

boolean confirmDelete

confirmMessage

String confirmMessage

Class dsto.dfc.swt.viewers.CmdMoveItem extends AbstractCommand implements Serializable

Serialized Fields

viewer

org.eclipse.jface.viewers.Viewer viewer

items

List<E> items

direction

int direction

Package dsto.dfc.test

Class dsto.dfc.test.TestFrame extends JFrame implements Serializable


Package dsto.dfc.text

Class dsto.dfc.text.InputDateFormat extends MultiDateFormat implements Serializable

Class dsto.dfc.text.IsoDateFormat extends MultiDateFormat implements Serializable

Class dsto.dfc.text.MultiDateFormat extends SimpleDateFormat implements Serializable

Serialized Fields

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.


Package dsto.dfc.util

Class dsto.dfc.util.AbstractEnumerationValue extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

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.

Class dsto.dfc.util.AssertionFailedException extends Error implements Serializable

Serialized Fields

source

Object source

Class dsto.dfc.util.BasicClassInstantiationEventSource extends Object implements Serializable

Class dsto.dfc.util.BasicPropertyEventSource extends Object implements Serializable

serialVersionUID: 2832147823827880924L

Serialized Fields

source

Object source

Class dsto.dfc.util.ClassInstantiationEvent extends EventObject implements Serializable

Class dsto.dfc.util.DfcProperties extends Properties implements Serializable

Class dsto.dfc.util.IllegalFormatException extends RuntimeException implements Serializable

Serialized Fields

source

Object source

value

Object value

form

Class<T> form

Class dsto.dfc.util.InvalidFormatException extends IOException implements Serializable

Class dsto.dfc.util.MissingParameterException extends IllegalArgumentException implements Serializable

Class dsto.dfc.util.NamedObject extends AbstractNamedObject implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

Class dsto.dfc.util.StateChangeEvent extends EventObject implements Serializable

Class dsto.dfc.util.StringEnumerationValue extends AbstractEnumerationValue implements Serializable

serialVersionUID: 592576433733544422L

Serialized Fields

name

String name

Package dsto.dfc.util.plugins

Class dsto.dfc.util.plugins.PluginException extends Exception implements Serializable

Serialized Fields

plugin

String plugin

subException

Throwable subException

Package livespace.osgi

Class livespace.osgi.ConfigurationException extends Exception implements Serializable

serialVersionUID: 1L


Package livespace.osgi.bootstrap

Class livespace.osgi.bootstrap.InvalidPropertyException extends IllegalStateException implements Serializable


Package livespace.services

Class livespace.services.EntityRegistry extends DataObject implements Serializable

Class livespace.services.SynchronizationException extends IOException implements Serializable


Package livespace.ui.dashboard

Class livespace.ui.dashboard.CmdAboutBox extends AbstractCommand implements Serializable

serialVersionUID: 1L

Serialized Fields

shell

org.eclipse.swt.widgets.Shell shell

version

String version

Class livespace.ui.dashboard.CmdRestartOsgi extends AbstractCommand implements Serializable

Serialized Fields

dashboard

DashboardService dashboard

Class livespace.ui.dashboard.CmdShowPanel extends AbstractCommand implements Serializable

Serialized Fields

bundle

String bundle

dashboard

DashboardService dashboard

Class livespace.ui.dashboard.CmdShutdownOsgi extends AbstractCommand implements Serializable

Serialized Fields

dashboard

DashboardService dashboard



Copyright © 2008 Commonwealth of Australia