public class TableModelEditor extends PropertyEditorSupport
PropertyEditor for TableModels.
Used in the property editing window for editing TableModel
properties.| Constructor and Description |
|---|
TableModelEditor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsText() |
String[] |
getTags() |
static void |
registerTableModel(Class<?> c) |
void |
setAsText(String className) |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditorpublic static void registerTableModel(Class<?> c)
public String getAsText()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupportpublic void setAsText(String className)
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportpublic String[] getTags()
getTags in interface PropertyEditorgetTags in class PropertyEditorSupportCopyright © 2003–2016 Community Z Tools Project. All rights reserved.