public class FeatureTypeEditor extends AbstractJViewer
LOGGER| Constructor and Description |
|---|
FeatureTypeEditor(ViewerFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
asJComponent()
Returns this component as a swing
JComponent. |
byte[] |
getBytes() |
java.lang.Object |
getContents() |
void |
setContents(java.lang.Object data) |
clean, getFactory, getMimetype, isEditable, isEnabled, isModified, setEditable, setEnabledpublic FeatureTypeEditor(ViewerFactory factory)
public javax.swing.JComponent asJComponent()
ComponentJComponent.JComponentpublic void setContents(java.lang.Object data)
setContents in interface JViewersetContents in class AbstractJViewerpublic java.lang.Object getContents()
getContents in interface JViewergetContents in class AbstractJViewerpublic byte[] getBytes()
getBytes in interface JViewergetBytes in class AbstractJViewer