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, setEnabled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBytes, getContents, getFactory, getMimetype, isEditable, isEnabled, isModified, setEditable, setEnabled
public 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 JViewer
setContents
in class AbstractJViewer
public javax.swing.JComponent asJComponent()
Component
JComponent
.asJComponent
in interface Component
JComponent
public void clean()
clean
in interface JViewer
clean
in class AbstractJViewer