com.antelmann.util.gui
Class JHourSpinner.HourModel
java.lang.Object
javax.swing.AbstractSpinnerModel
com.antelmann.util.gui.JHourSpinner.HourModel
- All Implemented Interfaces:
- SpinnerModel
- Enclosing class:
- JHourSpinner
public static class JHourSpinner.HourModel
- extends AbstractSpinnerModel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
interval
protected long interval
value
protected long value
JHourSpinner.HourModel
public JHourSpinner.HourModel()
JHourSpinner.HourModel
public JHourSpinner.HourModel(long value)
JHourSpinner.HourModel
public JHourSpinner.HourModel(long value,
long interval)
- allows to customize the interval (by default, it's the equivalent of a minute)
getNextValue
public Long getNextValue()
getPreviousValue
public Long getPreviousValue()
getValue
public Long getValue()
setValue
public void setValue(Object value)
(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads