|
|||||||||
| Home >> All >> org >> greenstone >> gatherer >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.greenstone.gatherer.gui
Class MirrorPane

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.greenstone.gatherer.gui.MirrorPane
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- public class MirrorPane
- extends javax.swing.JPanel
- Version:
- 2.1
| Nested Class Summary | |
private class |
MirrorPane.DownloadButtonListener
|
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private javax.swing.JCheckBox |
automatic_checkbox
|
private javax.swing.JSpinner |
depth_spinner
|
private javax.swing.JButton |
download_button
|
private org.greenstone.gatherer.WGet |
getter
|
private javax.swing.JCheckBox |
higher_checkbox
|
private javax.swing.JScrollPane |
list_scroll
|
private javax.swing.JCheckBox |
overwrite_checkbox
|
private javax.swing.JRadioButton |
private_radiobutton
|
private javax.swing.JRadioButton |
public_radiobutton
|
private javax.swing.JCheckBox |
remove_failed_checkbox
|
private javax.swing.JCheckBox |
same_host_checkbox
|
private javax.swing.JTextField |
url_textfield
|
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
MirrorPane()
|
|
| Method Summary | |
void |
collectionChanged(boolean ready)
|
static org.greenstone.gatherer.file.FileNode |
getPrivateWebCacheMapping()
|
static org.greenstone.gatherer.file.FileNode |
getPublicWebCacheMapping()
|
void |
setURL(java.lang.String url)
|
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
download_button
private javax.swing.JButton download_button
automatic_checkbox
private javax.swing.JCheckBox automatic_checkbox
higher_checkbox
private javax.swing.JCheckBox higher_checkbox
overwrite_checkbox
private javax.swing.JCheckBox overwrite_checkbox
remove_failed_checkbox
private javax.swing.JCheckBox remove_failed_checkbox
same_host_checkbox
private javax.swing.JCheckBox same_host_checkbox
public_radiobutton
private javax.swing.JRadioButton public_radiobutton
private_radiobutton
private javax.swing.JRadioButton private_radiobutton
list_scroll
private javax.swing.JScrollPane list_scroll
depth_spinner
private javax.swing.JSpinner depth_spinner
url_textfield
private javax.swing.JTextField url_textfield
getter
private org.greenstone.gatherer.WGet getter
| Constructor Detail |
MirrorPane
public MirrorPane()
| Method Detail |
collectionChanged
public void collectionChanged(boolean ready)
setURL
public void setURL(java.lang.String url)
getPublicWebCacheMapping
public static org.greenstone.gatherer.file.FileNode getPublicWebCacheMapping()
getPrivateWebCacheMapping
public static org.greenstone.gatherer.file.FileNode getPrivateWebCacheMapping()
|
|||||||||
| Home >> All >> org >> greenstone >> gatherer >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC