Uses of Class
org.openstreetmap.josm.gui.io.CredentialDialog
-
Packages that use CredentialDialog Package Description org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save). -
-
Uses of CredentialDialog in org.openstreetmap.josm.gui.io
Fields in org.openstreetmap.josm.gui.io declared as CredentialDialog Modifier and Type Field Description protected CredentialDialog
CredentialDialog.CredentialPanel. owner
protected CredentialDialog
CredentialDialog.TFKeyListener. owner
Methods in org.openstreetmap.josm.gui.io that return CredentialDialog Modifier and Type Method Description static CredentialDialog
CredentialDialog. getHttpProxyCredentialDialog(java.lang.String username, java.lang.String password, java.lang.String host, java.lang.String saveUsernameAndPasswordCheckboxText)
static CredentialDialog
CredentialDialog. getOsmApiCredentialDialog(java.lang.String username, java.lang.String password, java.lang.String host, java.lang.String saveUsernameAndPasswordCheckboxText)
Constructors in org.openstreetmap.josm.gui.io with parameters of type CredentialDialog Constructor Description CredentialPanel(CredentialDialog owner)
HttpProxyCredentialsPanel(CredentialDialog owner)
OsmApiCredentialsPanel(CredentialDialog owner)
OtherHostCredentialsPanel(CredentialDialog owner, java.lang.String host)
TFKeyListener(CredentialDialog owner, javax.swing.JTextField currentTF, javax.swing.JTextField nextTF)
-