public class ApplicationZip extends java.lang.Object implements PreviewPanel, java.awt.event.ActionListener
Modifier and Type | Class and Description |
---|---|
class |
ApplicationZip.ZipTable |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
locator |
(package private) javax.swing.JTable |
table |
(package private) javax.swing.JPanel |
ui |
Constructor and Description |
---|
ApplicationZip(java.lang.String zipLocator) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent actionEvent) |
static boolean |
canView(java.lang.String url) |
void |
finish() |
javax.swing.JPanel |
getGui()
Is called to get the actual preview component.
|
protected javax.swing.JComponent |
getJToolBar() |
protected java.lang.String |
getSavePath() |
boolean |
isHeavy()
This is a deprecated method to tell the preview is a heavy weight
AWT component.
|
void |
stop()
Called whenever the PreviewPanel should stop i.e.
|
private void |
unzip(java.lang.String locator) |
private final java.lang.String locator
javax.swing.JPanel ui
javax.swing.JTable table
public void stop()
PreviewPanel
stop
in interface PreviewPanel
public void finish()
finish
in interface PreviewPanel
public javax.swing.JPanel getGui()
PreviewPanel
getGui
in interface PreviewPanel
public boolean isHeavy()
PreviewPanel
isHeavy
in interface PreviewPanel
protected javax.swing.JComponent getJToolBar()
public void actionPerformed(java.awt.event.ActionEvent actionEvent)
actionPerformed
in interface java.awt.event.ActionListener
private void unzip(java.lang.String locator)
protected java.lang.String getSavePath()
public static boolean canView(java.lang.String url)
Copyright 2004-2015 Wandora Team