com.jaxfront.core.ui
Interface SimpleTypeVisualizer
public interface SimpleTypeVisualizer
|
Method Summary |
javax.swing.JComponent |
getEditorComponent()
|
javax.swing.JComponent |
getEditorField()
Returns the editorfield of the editor component of a AbstractSimpleTypeView. |
java.lang.String |
getText()
Returns the value of the component. |
getEditorComponent
javax.swing.JComponent getEditorComponent()
getEditorField
javax.swing.JComponent getEditorField()
- Returns the editorfield of the editor component of a AbstractSimpleTypeView. Please note that the method getEditorComponent() returns the complete editor that may include more than just a textfield or a combobox whereas this method only returns the blank editor field (textfield, combobox,
...) that may also be used for cell editors.
- Returns:
- the editorfield of the editor component of a AbstractSimpleTypeView
getText
java.lang.String getText()
- Returns the value of the component.
- Returns:
- String