|
||||||||||
| 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.ServerAccessPreference
public class ServerAccessPreference
| Nested Class Summary | |
|---|---|
static class |
ServerAccessPreference.Factory
|
| Field Summary | |
|---|---|
private OsmApiUrlInputPanel |
pnlApiUrlPreferences
|
private AuthenticationPreferencesPanel |
pnlAuthPreferences
panel for configuring authentication preferences |
private ProxyPreferencesPanel |
pnlProxyPreferences
panel for configuring proxy preferences |
private javax.swing.JTabbedPane |
tpServerPreferences
|
| Constructor Summary | |
|---|---|
private |
ServerAccessPreference()
|
| Method Summary | |
|---|---|
void |
addGui(PreferenceTabbedPane gui)
Add the GUI elements to the dialog. |
protected javax.swing.JPanel |
buildContentPanel()
Builds the panel for entering the server access preferences |
protected javax.swing.JPanel |
buildTabbedServerPreferences()
Builds the tabbed pane with the server preferences |
void |
initFromPreferences()
Initializes the configuration panel with values from the preferences |
boolean |
ok()
Saves the values to the preferences |
protected javax.swing.JScrollPane |
wrapVerticallyScrollablePanel(VerticallyScrollablePanel panel)
Embeds a vertically scrollable panel in a JScrollPane |
| 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 OsmApiUrlInputPanel pnlApiUrlPreferences
private javax.swing.JTabbedPane tpServerPreferences
private AuthenticationPreferencesPanel pnlAuthPreferences
private ProxyPreferencesPanel pnlProxyPreferences
| Constructor Detail |
|---|
private ServerAccessPreference()
| Method Detail |
|---|
protected javax.swing.JScrollPane wrapVerticallyScrollablePanel(VerticallyScrollablePanel panel)
JScrollPane
panel - the panel
protected javax.swing.JPanel buildTabbedServerPreferences()
protected javax.swing.JPanel buildContentPanel()
public void addGui(PreferenceTabbedPane gui)
PreferenceSetting
public void initFromPreferences()
public boolean ok()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||