|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.gui.preferences.DefaultPreferenceSetting
org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
org.openstreetmap.josm.gui.preferences.PluginPreference
public class PluginPreference
Nested Class Summary | |
---|---|
(package private) class |
PluginPreference.ConfigureSitesAction
The action for configuring the plugin download sites |
(package private) class |
PluginPreference.DownloadAvailablePluginsAction
The action for downloading the list of available plugins |
static class |
PluginPreference.Factory
|
private static class |
PluginPreference.PluginConfigurationSitesPanel
|
(package private) class |
PluginPreference.SearchFieldAdapter
Applies the current filter condition in the filter text field to the model |
(package private) class |
PluginPreference.UpdateSelectedPluginsAction
The action for downloading the list of available plugins |
Field Summary | |
---|---|
private PluginPreferencesModel |
model
|
private boolean |
pluginPreferencesActivated
is set to true if this preference pane has been selected by the user |
private PluginListPanel |
pnlPluginPreferences
|
private PluginUpdatePolicyPanel |
pnlPluginUpdatePolicy
|
private javax.swing.JScrollPane |
spPluginPreferences
|
private javax.swing.JTextField |
tfFilter
|
Constructor Summary | |
---|---|
private |
PluginPreference()
|
Method Summary | |
---|---|
void |
addGui(PreferenceTabbedPane gui)
Add the GUI elements to the dialog. |
protected javax.swing.JPanel |
buildActionPanel()
|
protected javax.swing.JPanel |
buildContentPanel()
|
static java.lang.String |
buildDownloadSummary(PluginDownloadTask task)
|
protected javax.swing.JPanel |
buildPluginListPanel()
|
protected javax.swing.JPanel |
buildSearchFieldPanel()
|
private void |
configureSites()
|
java.util.List<PluginInformation> |
getPluginsScheduledForUpdateOrDownload()
Replies the list of plugins waiting for update or download |
boolean |
ok()
Called when OK is pressed to save the setting in the preferences file. |
void |
readLocalPluginInformation()
Reads locally available information about plugins from the local file system. |
Methods inherited from class org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting |
---|
createPreferenceTabWithScrollPane, getDescription, getIconName, getTitle, getTooltip |
Methods inherited from class org.openstreetmap.josm.gui.preferences.DefaultPreferenceSetting |
---|
isExpert |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.openstreetmap.josm.gui.preferences.PreferenceSetting |
---|
isExpert |
Field Detail |
---|
private javax.swing.JTextField tfFilter
private PluginListPanel pnlPluginPreferences
private PluginPreferencesModel model
private javax.swing.JScrollPane spPluginPreferences
private PluginUpdatePolicyPanel pnlPluginUpdatePolicy
private boolean pluginPreferencesActivated
Constructor Detail |
---|
private PluginPreference()
Method Detail |
---|
public static java.lang.String buildDownloadSummary(PluginDownloadTask task)
protected javax.swing.JPanel buildSearchFieldPanel()
protected javax.swing.JPanel buildActionPanel()
protected javax.swing.JPanel buildPluginListPanel()
protected javax.swing.JPanel buildContentPanel()
public void addGui(PreferenceTabbedPane gui)
PreferenceSetting
private void configureSites()
public java.util.List<PluginInformation> getPluginsScheduledForUpdateOrDownload()
public boolean ok()
PreferenceSetting
public void readLocalPluginInformation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |