com.jaxfront.core.ui
Interface SimpleTypeVisualizer

All Known Implementing Classes:
AbstractSimpleTypeView, AbstractSimpleVisualizer, CodeSetMultiColumComboBox, DateBean, FileDialog, ImageVisualizer, KeyRefRelationView, KeyRefView, KeyView, PassWordPlugin, RecursionWrapper, RTFEditor, SimpleBrowserBean, SimpleChooserBean, SimpleTypeBooleanView, SimpleTypeColorView, SimpleTypeComboView, SimpleTypeDateTimeView, SimpleTypeDateView, SimpleTypeDurationView, SimpleTypeListSelectionView, SimpleTypeNumericSpinnerView, SimpleTypeNumericView, SimpleTypeRadioView, SimpleTypeStringView, SimpleTypeTimeView

public interface SimpleTypeVisualizer


Method Summary
 javax.swing.JComponent getEditorField()
          Returns the editorfield of the editor component of a AbstractSimpleTypeView.
 java.lang.String getText()
          Returns the value of the component.
 

Method Detail

getText

java.lang.String getText()
Returns the value of the component.

Returns:
String

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