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.io.IOException
updating
boolean updating
direction
int direction
popupMode
int popupMode
disabledBorder
javax.swing.border.Border disabledBorder
raisedBorder
javax.swing.border.Border raisedBorder
loweredBorder
javax.swing.border.Border loweredBorder
valuesWindow
javax.swing.JWindow valuesWindow
sliderPanel
JPopupSliderPanel sliderPanel
model
PopupNumberModel model
modelListener
javax.swing.event.ChangeListener modelListener
popupWidth
int popupWidth
popupHeight
int popupHeight
popupOutlineColor
java.awt.Color popupOutlineColor
barColor
java.awt.Color barColor
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.io.IOException
listenerList
javax.swing.event.EventListenerList listenerList
- The list of ChangeListeners for this model. Subclasses may
store their own listeners here.
stepSize
java.lang.Number stepSize
value
java.lang.Number value
minimum
java.lang.Number minimum
maximum
java.lang.Number maximum
Copyright © 2004 SyGem Software. All Rights Reserved.