Serialized Form
|
Package com.autodesk.actions |
|
Class com.autodesk.actions.NodeInstance.RunEvent extends java.util.EventObject implements Serializable |
buttons
RadioButton[] buttons
- The radio buttons.
|
Class com.autodesk.ui.CaretComponent extends javax.swing.JPanel implements Serializable |
height
int height
width
int width
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 |
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
optionMap
java.util.Map<K,V> optionMap
- A map mapping an option name with the component that is used to
display it.
maxLength
int maxLength
- Max length.
value
java.lang.String value
- The value of this button. Used primarily in ButtonGroups.
group
UndoableButtonGroup group
- The UndoableButtonGroup the button belongs to.
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.
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.
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.
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
disableUndo
boolean disableUndo
undo
Undo undo
- The Undo object referenced by this text field.
numberField
UndoableIntegerField numberField
- The components.
slider
javax.swing.JSlider slider
disableUndo
boolean disableUndo
undo
Undo undo
- The Undo object referenced by this text field.
maxLength
int maxLength
- Max length.
maxLength
int maxLength
- Max length.
disableUndo
boolean disableUndo
undo
Undo undo
- The Undo object referenced by this text field.
undo
Undo undo
- The Undo object referenced by this text field.
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 |