public class HexEditor<T> extends AbstractJViewer<T>
LOGGER| Constructor and Description |
|---|
HexEditor(ViewerFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
asJComponent()
Returns this component as a swing
JComponent. |
void |
clean() |
void |
setContents(T data) |
getBytes, getContents, getFactory, getMimetype, isEditable, isEnabled, isModified, setEditable, setEnabledpublic HexEditor(ViewerFactory factory)
public void clean()
public javax.swing.JComponent asJComponent()
ComponentJComponent.JComponentpublic void setContents(T data)
setContents in interface JViewer<T>setContents in class AbstractJViewer<T>