public class SpinnerNumberEditor extends AbstractPropertyEditor
| 限定符和类型 | 字段和说明 |
|---|---|
protected UIBasicSpinner |
spinner |
protected javax.swing.SpinnerNumberModel |
valueModel |
protected NumberEditor |
widget |
| 构造器和说明 |
|---|
SpinnerNumberEditor(java.lang.Object o) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.awt.Component |
getCustomEditor() |
protected java.lang.Double |
getDefaultLimit() |
protected java.lang.Double |
getLimitValue() |
java.lang.Object |
getValue() |
void |
setValue(java.lang.Object value) |
void |
validateValue()
使值合规范
|
addPropertyChangeListener, firePropertyChanged, getAsText, getJavaInitializationString, getTags, isPaintable, paintValue, refreshInTime, removePropertyChangeListener, setAsText, setDefaultValue, supportsCustomEditorprotected NumberEditor widget
protected UIBasicSpinner spinner
protected javax.swing.SpinnerNumberModel valueModel
protected java.lang.Double getDefaultLimit()
protected java.lang.Double getLimitValue()
public void validateValue()
throws ValidationException
public void setValue(java.lang.Object value)
public java.lang.Object getValue()
public java.awt.Component getCustomEditor()