Package | Description |
---|---|
org.openstreetmap.josm.gui.io |
Modifier and Type | Field and Description |
---|---|
protected CredentialDialog |
CredentialDialog.CredentialPanel.owner |
protected CredentialDialog |
CredentialDialog.TFKeyListener.owner |
Modifier and Type | Method and Description |
---|---|
static CredentialDialog |
CredentialDialog.getHttpProxyCredentialDialog(String username,
String password,
String host,
String saveUsernameAndPasswordCheckboxText) |
static CredentialDialog |
CredentialDialog.getOsmApiCredentialDialog(String username,
String password,
String host,
String saveUsernameAndPasswordCheckboxText) |
Constructor and Description |
---|
CredentialPanel(CredentialDialog owner) |
HttpProxyCredentialsPanel(CredentialDialog owner) |
OsmApiCredentialsPanel(CredentialDialog owner) |
OtherHostCredentialsPanel(CredentialDialog owner,
String host) |
TFKeyListener(CredentialDialog owner,
JTextField currentTF,
JTextField nextTF) |