|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdsto.dfc.swing.forms.BasicFormEditorEventSource
dsto.dfc.swing.forms.AbstractFormEditor
dsto.dfc.swing.forms.NumericSpinnerFormEditor
public class NumericSpinnerFormEditor
A numeric spinner form editor (see NumericSpinner
).
Field Summary |
---|
Fields inherited from class dsto.dfc.swing.forms.AbstractFormEditor |
---|
converter, description |
Constructor Summary | |
---|---|
NumericSpinnerFormEditor()
|
|
NumericSpinnerFormEditor(NumericSpinner spinner)
|
|
NumericSpinnerFormEditor(NumericSpinner spinner,
String Desc)
|
|
NumericSpinnerFormEditor(NumericSpinner spinner,
ValueConverter converter,
String Desc)
|
Method Summary | |
---|---|
void |
commitEdits()
Commit any changes not already committed into the value of this editor (eg a text editor will attempt to perform any uncommitted text conversions at this point). |
void |
dispose()
Dispose of the object (unregister listeners, close open resources etc). |
Component |
getEditorComponent()
Get the component, if any, that acts as a UI for this editor. |
Object |
getEditorValue()
Get the current value from the form editor. |
boolean |
isDirectEdit()
True if the editor directly edits the value passed in with setValue (). |
void |
setEditorValue(Object newValue)
Sets the value to be displayed/edited by the form editor. |
void |
stateChanged(ChangeEvent e)
|
Methods inherited from class dsto.dfc.swing.forms.AbstractFormEditor |
---|
getEditorDescription, getPreferredValueType, setEditorDescription |
Methods inherited from class dsto.dfc.swing.forms.BasicFormEditorEventSource |
---|
addFormEditorListener, clone, fireEditComitted, fireEditCommitRequested, fireEditCommitted, removeFormEditorListener, setFormEditorEventSource |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface dsto.dfc.swing.forms.FormEditor |
---|
addFormEditorListener, getEditorDescription, getPreferredValueType, removeFormEditorListener |
Constructor Detail |
---|
public NumericSpinnerFormEditor()
public NumericSpinnerFormEditor(NumericSpinner spinner)
public NumericSpinnerFormEditor(NumericSpinner spinner, String Desc)
public NumericSpinnerFormEditor(NumericSpinner spinner, ValueConverter converter, String Desc)
Method Detail |
---|
public boolean isDirectEdit()
FormEditor
isDirectEdit
in interface FormEditor
isDirectEdit
in class AbstractFormEditor
public void setEditorValue(Object newValue) throws IllegalFormatException
FormEditor
setEditorValue
in interface FormEditor
setEditorValue
in class AbstractFormEditor
newValue
- The value to display.
IllegalFormatException
- if the value was not in the
correct format for display by this editor. The source specified
by the exception should be this FormEditor instance or a child.public void dispose()
Disposable
dispose
in interface Disposable
public void commitEdits()
FormEditor
commitEdits
in interface FormEditor
commitEdits
in class AbstractFormEditor
public Object getEditorValue()
FormEditor
getEditorValue
in interface FormEditor
getEditorValue
in class AbstractFormEditor
public Component getEditorComponent()
FormEditor
getEditorComponent
in interface FormEditor
getEditorComponent
in class AbstractFormEditor
public void stateChanged(ChangeEvent e)
stateChanged
in interface ChangeListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |