Serialized Form


Package com.autodesk.actions

Class com.autodesk.actions.NodeInstance.RunEvent extends java.util.EventObject implements Serializable


Package com.autodesk.ui

Class com.autodesk.ui.ButtonPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

buttons

RadioButton[] buttons
The radio buttons.

Class com.autodesk.ui.CaretComponent extends javax.swing.JPanel implements Serializable

Serialized Fields

height

int height

width

int width

Class com.autodesk.ui.ConfirmationDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

result

boolean result
The user's choice. If false then Cancel was selected.

Class com.autodesk.ui.CustomBorder extends javax.swing.border.AbstractBorder implements Serializable

Serialized Fields

offset

int offset

halfOffset

int halfOffset

font

java.awt.Font font

title

java.lang.String title

titleColour

java.awt.Color titleColour

shadowColour

java.awt.Color shadowColour

foregroundColour

java.awt.Color foregroundColour

outputColour

java.awt.Color outputColour

showOutput

boolean showOutput

Class com.autodesk.ui.Panel extends javax.swing.JPanel implements Serializable

Serialized Fields

optionMap

java.util.Map<K,V> optionMap
A map mapping an option name with the component that is used to display it.

Class com.autodesk.ui.PasswordField extends javax.swing.JPasswordField implements Serializable

Serialized Fields

maxLength

int maxLength
Max length.

Class com.autodesk.ui.RadioButton extends javax.swing.JRadioButton implements Serializable

Serialized Fields

value

java.lang.String value
The value of this button. Used primarily in ButtonGroups.


group

UndoableButtonGroup group
The UndoableButtonGroup the button belongs to.

Class com.autodesk.ui.UndoableButtonGroup extends javax.swing.ButtonGroup implements Serializable

Serialized Fields

lastButton

RadioButton lastButton
The last selected Button.


undo

Undo undo
The Undo object referenced by this text field.


inUndoCode

boolean inUndoCode
Maintain whether or not a child button is doing an undo/redo operation.

Class com.autodesk.ui.UndoableCheckBox extends javax.swing.JCheckBox implements Serializable

Serialized Fields

undoDisabled

boolean undoDisabled
Events are generated when setSelected() is called. This variable will disable pushing of events onto the Undo stack when this happens.


ifList

java.util.List<E> ifList

unlessList

java.util.List<E> unlessList

itemListenerAdded

boolean itemListenerAdded

undo

Undo undo
The Undo object referenced by this text field.

Class com.autodesk.ui.UndoableComboBox extends javax.swing.JComboBox implements Serializable

Serialized Fields

undoDisabled

boolean undoDisabled
Events are generated when setSelectedIndex() is called. This variable will disable pushing of events onto the Undo stack when this happens.


undo

Undo undo
The Undo object referenced by this text field.

Class com.autodesk.ui.UndoableDoubleField extends UndoableTextField implements Serializable

Class com.autodesk.ui.UndoableFilePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

textField

javax.swing.JTextField textField
The text field containing the file name.


filters

javax.swing.filechooser.FileFilter[] filters

mode

int mode

button

javax.swing.JButton button

Class com.autodesk.ui.UndoableIntegerField extends UndoableTextField implements Serializable

Class com.autodesk.ui.UndoableScrollPane extends javax.swing.JScrollPane implements Serializable

Serialized Fields

disableUndo

boolean disableUndo

undo

Undo undo
The Undo object referenced by this text field.

Class com.autodesk.ui.UndoableSliderPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

numberField

UndoableIntegerField numberField
The components.


slider

javax.swing.JSlider slider

Class com.autodesk.ui.UndoableSpinner extends javax.swing.JSpinner implements Serializable

Serialized Fields

disableUndo

boolean disableUndo

undo

Undo undo
The Undo object referenced by this text field.

Class com.autodesk.ui.UndoableStringArea extends UndoableTextArea implements Serializable

Serialized Fields

maxLength

int maxLength
Max length.

Class com.autodesk.ui.UndoableStringField extends UndoableTextField implements Serializable

Serialized Fields

maxLength

int maxLength
Max length.

Class com.autodesk.ui.UndoableTabbedPane extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

disableUndo

boolean disableUndo

undo

Undo undo
The Undo object referenced by this text field.

Class com.autodesk.ui.UndoableTextArea extends javax.swing.JTextArea implements Serializable

Serialized Fields

undo

Undo undo
The Undo object referenced by this text field.

Class com.autodesk.ui.UndoableTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

undo

Undo undo
The Undo object referenced by this text field.


Package com.autodesk.undo

Class com.autodesk.undo.UndoChangeEvent extends java.util.EventObject implements Serializable