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 |
---|
CredentialDialog.CredentialPanel(CredentialDialog owner) |
CredentialDialog.HttpProxyCredentialsPanel(CredentialDialog owner) |
CredentialDialog.OsmApiCredentialsPanel(CredentialDialog owner) |
CredentialDialog.OtherHostCredentialsPanel(CredentialDialog owner,
String host) |
CredentialDialog.TFKeyListener(CredentialDialog owner,
JTextField currentTF,
JTextField nextTF) |