| Package | Description |
|---|---|
| org.openstreetmap.josm.gui.oauth |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationProcedure |
AuthorizationProcedure.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationProcedure[] |
AuthorizationProcedure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
AuthorizationProcedureComboBox.AuthorisationProcedureCellRenderer.getListCellRendererComponent(javax.swing.JList<? extends AuthorizationProcedure> list,
AuthorizationProcedure procedure,
int idx,
boolean isSelected,
boolean hasFocus) |
protected void |
AuthorizationProcedureComboBox.AuthorisationProcedureCellRenderer.renderText(AuthorizationProcedure value) |
protected void |
AuthorizationProcedureComboBox.AuthorisationProcedureCellRenderer.renderToolTipText(AuthorizationProcedure value) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
AuthorizationProcedureComboBox.AuthorisationProcedureCellRenderer.getListCellRendererComponent(javax.swing.JList<? extends AuthorizationProcedure> list,
AuthorizationProcedure procedure,
int idx,
boolean isSelected,
boolean hasFocus) |