public class ZipViewerImpl extends AbstractJViewer implements JViewer
LOGGER| Constructor and Description |
|---|
ZipViewerImpl(ViewerFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
asJComponent()
Returns this component as a swing
JComponent. |
void |
clean() |
void |
setContents(java.io.File zipile) |
void |
setContents(java.io.InputStream in) |
void |
setContents(java.lang.Object data) |
getBytes, getContents, getFactory, getMimetype, isEditable, isEnabled, isModified, setEditable, setEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBytes, getContents, getFactory, getMimetype, isEditable, isEnabled, isModified, setEditable, setEnabledpublic ZipViewerImpl(ViewerFactory factory)
public void setContents(java.io.File zipile)
public void setContents(java.io.InputStream in)
public void setContents(java.lang.Object data)
setContents in interface JViewersetContents in class AbstractJViewerpublic javax.swing.JComponent asJComponent()
ComponentJComponent.asJComponent in interface ComponentJComponentpublic void clean()
clean in interface JViewerclean in class AbstractJViewer