|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
adams.gui.core.BasePanel
adams.gui.application.AbstractPreferencesPanel
adams.gui.application.TwitterSetupPanel
public class TwitterSetupPanel
Panel for configuring the system-wide twitter settings.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
protected JCheckBox |
m_CheckBoxShowAccessTokenSecret
Whether to show the access token secret. |
protected JCheckBox |
m_CheckBoxShowConsumerSecret
Whether to show the consumer secret. |
protected ParameterPanel |
m_PanelParameters
the parameters. |
protected JTextField |
m_TextAccessToken
the access token. |
protected JPasswordField |
m_TextAccessTokenSecret
the access token secret. |
protected JTextField |
m_TextConsumerKey
the consumer key. |
protected JPasswordField |
m_TextConsumerSecret
the consumer secret. |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
TwitterSetupPanel()
|
|
| Method Summary | |
|---|---|
String |
activate()
Activates the email setup. |
String |
getTitle()
The title of the preference panel. |
protected void |
initGUI()
Initializes the members. |
boolean |
requiresWrapper()
Returns whether the panel requires a wrapper scrollpane/panel for display. |
protected Properties |
toProperties()
Turns the parameters in the GUI into a properties object. |
| Methods inherited from class adams.gui.application.AbstractPreferencesPanel |
|---|
compareTo, equals, getPanels |
| Methods inherited from class adams.gui.core.BasePanel |
|---|
afterHide, afterShow, beforeHide, beforeShow, closeParent, finishInit, getParentChild, getParentDialog, getParentFrame, getParentInternalFrame, getParentTitle, initialize, main, setParentTitle, setVisible |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ParameterPanel m_PanelParameters
protected JTextField m_TextConsumerKey
protected JPasswordField m_TextConsumerSecret
protected JCheckBox m_CheckBoxShowConsumerSecret
protected JTextField m_TextAccessToken
protected JPasswordField m_TextAccessTokenSecret
protected JCheckBox m_CheckBoxShowAccessTokenSecret
| Constructor Detail |
|---|
public TwitterSetupPanel()
| Method Detail |
|---|
protected void initGUI()
initGUI in class BasePanelprotected Properties toProperties()
public String getTitle()
getTitle in interface PreferencesPanelgetTitle in class AbstractPreferencesPanelpublic boolean requiresWrapper()
requiresWrapper in interface PreferencesPanelrequiresWrapper in class AbstractPreferencesPanelpublic String activate()
activate in interface PreferencesPanelactivate in class AbstractPreferencesPanel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||