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 CredentialDialogCredentialDialog.CredentialPanel. ownerprotected CredentialDialogCredentialDialog.TFKeyListener. ownerMethods in org.openstreetmap.josm.gui.io that return CredentialDialog Modifier and Type Method Description static CredentialDialogCredentialDialog. getHttpProxyCredentialDialog(java.lang.String username, java.lang.String password, java.lang.String host, java.lang.String saveUsernameAndPasswordCheckboxText)static CredentialDialogCredentialDialog. 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)
-