Serialized Form
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream oos)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Serialization methods.
bakDateString
java.lang.String bakDateString
caretPos
int caretPos
dateFormat
java.text.DateFormat dateFormat
dateString
java.lang.String dateString
DEFAULTFORMAT
int[] DEFAULTFORMAT
formatCount
int formatCount
formatString
java.lang.String formatString
formattingStyle
int formattingStyle
oldCalendar
java.util.GregorianCalendar oldCalendar
subFormats
com.ibm.spinner.SubField[] subFormats
textCaretPos
int textCaretPos
timeZone
java.util.TimeZone timeZone
vCaretPos
int vCaretPos
wrapAssociated
boolean wrapAssociated
date
java.util.Date date
dateString
java.lang.String dateString
SQLDate
java.sql.Date SQLDate
changeMode
boolean changeMode
dataModel
javax.swing.BoundedRangeModel dataModel
- The data model used in the Numeric Spinner.
increment
int increment
- The step value that the value is changed every time.
spinnerErrorEventListeners
java.util.Vector spinnerErrorEventListeners
- The vector holding listeners are interested in
SpinnerErrorEvent.
valueChangedListeners
java.util.Vector valueChangedListeners
- The vector holding listeners are interested in
ValueChangedEvent.
wrap
boolean wrap
- This property marking if the spinner can be wrapped or
not.
editor
javax.swing.JTextField editor
- The SpinnerEditor uses a JTextField as default editor.
currentException
java.lang.Exception currentException
- The current exception.
message
java.lang.String message
- The message content.
messageCode
int messageCode
- The error message code.
columns
int columns
- The columns of the text field which is used to display
the current selected item. This data member is not needed
for ObjectListSpinner since this kind of spinner does not
necessarilly use a text field to display the selected
item.
decrButton
com.ibm.spinner.BasicArrowButton decrButton
- Default decrement button for all spinners.
decrButtonArrowColor
java.awt.Color decrButtonArrowColor
- Default arrow color of decrement button
editable
boolean editable
- Marking whether or not the spinner can be edited.
incrButton
com.ibm.spinner.BasicArrowButton incrButton
- Default increment button for all spinners.
incrButtonArrowColor
java.awt.Color incrButtonArrowColor
- Default arrow color of increment button
jpanel
javax.swing.JPanel jpanel
- Private property for two scroll buttons.
orientation
int orientation
- Arrangement of spinner's two direction buttons:
SPIN_VERTICAL or SPIN_HORIZONTAL.
textField
javax.swing.JTextField textField
- This data member is for all spinners except for
ObjectListSpinner.