public class OAuth1Form extends AbstractAuthenticationForm implements OAuth1TokenStatusChangeListener
Modifier and Type | Field and Description |
---|---|
static String |
ADVANCED_OPTIONS_BUTTON_NAME |
CARD_BACKGROUND_COLOR, CARD_BORDER_COLOR, GROUP_SPACING, LABEL_COLUMN, RIGHTMOST_COLUMN, TOP_SPACING
Constructor and Description |
---|
OAuth1Form(OAuth1Profile profile,
AbstractXmlInspector inspector) |
Modifier and Type | Method and Description |
---|---|
protected JPanel |
buildUI() |
OAuth1Profile |
getProfile() |
void |
onAccessTokenStatusChanged(AccessTokenStatusConfig.Enum status) |
void |
onTokenSecretStatusChanged(AccessTokenStatusConfig.Enum status) |
getComponent, setBackgroundColorOnPanel, setBorderAndBackgroundColorOnPanel, setBorderOnPanel
public static final String ADVANCED_OPTIONS_BUTTON_NAME
public OAuth1Form(OAuth1Profile profile, AbstractXmlInspector inspector)
public void onAccessTokenStatusChanged(@Nonnull AccessTokenStatusConfig.Enum status)
onAccessTokenStatusChanged
in interface OAuth1TokenStatusChangeListener
public void onTokenSecretStatusChanged(@Nonnull AccessTokenStatusConfig.Enum status)
onTokenSecretStatusChanged
in interface OAuth1TokenStatusChangeListener
@Nonnull public OAuth1Profile getProfile()
getProfile
in interface OAuth1TokenStatusChangeListener
protected JPanel buildUI()
buildUI
in class AbstractAuthenticationForm
Copyright © 2019. All Rights Reserved.