|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.beans.PropertyEditorSupport
org.tentackle.ui.FormTableCellTraversalEditor
public class FormTableCellTraversalEditor
PropertyEditor for cell traversal.
| Constructor Summary | |
|---|---|
FormTableCellTraversalEditor()
|
|
| Method Summary | |
|---|---|
void |
firePropertyChange()
Report that we have been modified to any interested listeners. |
Component |
getCustomEditor()
A PropertyEditor may chose to make available a full custom Component that edits its property value. |
void |
setAsText(String text)
Sets the property value by parsing a given String. |
void |
setValue(Object value)
Set (or change) the object that is to be edited. |
boolean |
supportsCustomEditor()
Determines whether the propertyEditor can provide a custom editor. |
| Methods inherited from class java.beans.PropertyEditorSupport |
|---|
addPropertyChangeListener, getAsText, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormTableCellTraversalEditor()
| Method Detail |
|---|
public boolean supportsCustomEditor()
java.beans.PropertyEditorSupport
supportsCustomEditor in interface PropertyEditorsupportsCustomEditor in class PropertyEditorSupportpublic Component getCustomEditor()
java.beans.PropertyEditorSupportThe higher-level code that calls getCustomEditor may either embed the Component in some larger property sheet, or it may put it in its own individual dialog, or ...
getCustomEditor in interface PropertyEditorgetCustomEditor in class PropertyEditorSupportpublic void firePropertyChange()
java.beans.PropertyEditorSupport
firePropertyChange in class PropertyEditorSupportpublic void setValue(Object value)
java.beans.PropertyEditorSupport
setValue in interface PropertyEditorsetValue in class PropertyEditorSupportvalue - The new target object to be edited. Note that this
object should not be modified by the PropertyEditor, rather
the PropertyEditor should create a new object to hold any
modified value.
public void setAsText(String text)
throws IllegalArgumentException
java.beans.PropertyEditorSupport
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupporttext - The string to be parsed.
IllegalArgumentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||