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()
PreviewPanelstop in interface PreviewPanelpublic void finish()
finish in interface PreviewPanelpublic javax.swing.JPanel getGui()
PreviewPanelgetGui in interface PreviewPanelpublic boolean isHeavy()
PreviewPanelisHeavy in interface PreviewPanelprotected javax.swing.JComponent getJToolBar()
public void actionPerformed(java.awt.event.ActionEvent actionEvent)
actionPerformed in interface java.awt.event.ActionListenerprivate void unzip(java.lang.String locator)
protected java.lang.String getSavePath()
public static boolean canView(java.lang.String url)
Copyright 2004-2015 Wandora Team