|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ options overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.gjt.sp.jedit.options
Class PluginManagerOptionPane

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gjt.sp.jedit.AbstractOptionPane
org.gjt.sp.jedit.options.PluginManagerOptionPane
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, org.gjt.sp.jedit.OptionPane, java.io.Serializable
- public class PluginManagerOptionPane
- extends org.gjt.sp.jedit.AbstractOptionPane
| Nested Class Summary | |
(package private) class |
PluginManagerOptionPane.ActionHandler
|
(package private) class |
PluginManagerOptionPane.DownloadMirrorsThread
|
(package private) class |
PluginManagerOptionPane.MirrorModel
|
(package private) class |
PluginManagerOptionPane.SingleSelectionModel
|
| 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.JRadioButton |
appDir
|
private javax.swing.JCheckBox |
deleteDownloads
|
private javax.swing.JCheckBox |
downloadSource
|
private javax.swing.JLabel |
locationLabel
|
private javax.swing.ButtonGroup |
locGrp
|
private javax.swing.JList |
miraList
|
private PluginManagerOptionPane.MirrorModel |
miraModel
|
private javax.swing.JLabel |
mirrorLabel
|
private javax.swing.JRadioButton |
settingsDir
|
| Fields inherited from class org.gjt.sp.jedit.AbstractOptionPane |
gridBag, initialized, y |
| 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 | |
PluginManagerOptionPane()
|
|
| Method Summary | |
protected void |
_init()
This method should create and arrange the components of the option pane and initialize the option data displayed to the user. |
protected void |
_save()
Called when the options dialog's "ok" button is clicked. |
| Methods inherited from class org.gjt.sp.jedit.AbstractOptionPane |
addComponent, addComponent, addComponent, addComponent, addComponent, addComponent, addSeparator, addSeparator, getComponent, getName, init, save |
| 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 |
locationLabel
private javax.swing.JLabel locationLabel
mirrorLabel
private javax.swing.JLabel mirrorLabel
locGrp
private javax.swing.ButtonGroup locGrp
settingsDir
private javax.swing.JRadioButton settingsDir
appDir
private javax.swing.JRadioButton appDir
downloadSource
private javax.swing.JCheckBox downloadSource
deleteDownloads
private javax.swing.JCheckBox deleteDownloads
miraModel
private PluginManagerOptionPane.MirrorModel miraModel
miraList
private javax.swing.JList miraList
| Constructor Detail |
PluginManagerOptionPane
public PluginManagerOptionPane()
| Method Detail |
_init
protected void _init()
- Description copied from class:
org.gjt.sp.jedit.AbstractOptionPane - This method should create and arrange the components of the option pane
and initialize the option data displayed to the user. This method
is called when the option pane is first displayed, and is not
called again for the lifetime of the object.
_save
protected void _save()
- Description copied from class:
org.gjt.sp.jedit.AbstractOptionPane - Called when the options dialog's "ok" button is clicked.
This should save any properties being edited in this option
pane.
|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ options overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC