|
|||||||||
| Home >> All >> org >> progeeks >> meta >> swing >> [ editor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.progeeks.meta.swing.editor
Class IntegerEditor

java.lang.Objectorg.progeeks.meta.swing.AbstractPropertyUI
org.progeeks.meta.swing.AbstractPropertyEditor
org.progeeks.meta.swing.editor.AbstractSpinnerEditor
org.progeeks.meta.swing.editor.IntegerEditor
- All Implemented Interfaces:
- org.progeeks.meta.swing.MetaPropertyEditor, org.progeeks.meta.swing.MetaPropertyUI
- public class IntegerEditor
- extends AbstractSpinnerEditor
Basic integer editor implementation.
- Version:
- $Revision: 1.1 $
| Nested Class Summary |
| Nested classes inherited from class org.progeeks.meta.swing.editor.AbstractSpinnerEditor |
|
| Nested classes inherited from class org.progeeks.meta.swing.AbstractPropertyUI |
|
| Field Summary | |
private static java.lang.Integer |
ZERO
|
| Fields inherited from class org.progeeks.meta.swing.editor.AbstractSpinnerEditor |
|
| Fields inherited from class org.progeeks.meta.swing.AbstractPropertyUI |
|
| Constructor Summary | |
IntegerEditor()
|
|
| Method Summary | |
protected javax.swing.JSpinner |
createSpinner()
|
protected java.lang.Object |
getEmptyValue()
|
| Methods inherited from class org.progeeks.meta.swing.editor.AbstractSpinnerEditor |
componentChanged, getUIComponent, releaseComponent, resetComponentValue, setComponentValue |
| Methods inherited from class org.progeeks.meta.swing.AbstractPropertyEditor |
flushEdits |
| Methods inherited from class org.progeeks.meta.swing.AbstractPropertyUI |
getPropertyMutator, isLabeled, isSingleColumn, propertyChanged, release, setPropertyMutator, setPropertyValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.progeeks.meta.swing.MetaPropertyUI |
isLabeled, isSingleColumn, release, setPropertyMutator |
| Field Detail |
ZERO
private static final java.lang.Integer ZERO
| Constructor Detail |
IntegerEditor
public IntegerEditor()
| Method Detail |
createSpinner
protected javax.swing.JSpinner createSpinner()
- Specified by:
createSpinnerin classAbstractSpinnerEditor
getEmptyValue
protected java.lang.Object getEmptyValue()
- Specified by:
getEmptyValuein classAbstractSpinnerEditor
|
|||||||||
| Home >> All >> org >> progeeks >> meta >> swing >> [ editor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC