Serialized Form

Class com.sygem.swing.jpopupslider.JPopupSlider extends javax.swing.JPanel implements Serializable

Serialization Methods

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

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


Class com.sygem.swing.jpopupslider.PopupNumberModel extends java.lang.Object implements Serializable

Serialization Methods

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

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.