| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
JPanelorg.jSyncManager.Client.AbstractSettingsPanelorg.jSyncManager.Client.ConnectionPanelpublic final class ConnectionPanelextends AbstractSettingsPanelField Summary |
Fields inherited from class org.jSyncManager.Client.AbstractSettingsPanel | |
pluginDescription, pluginDescriptionComponent, pluginSelectionPanel, pluginSettingsHashMap, pluginSettingsPanel, preferences, previousSelectedPlugin | |
Constructor Summary | |
| |
Method Summary | |
protected void |
|
protected JPanel |
|
protected Object |
|
void |
|
protected void |
|
Methods inherited from class org.jSyncManager.Client.AbstractSettingsPanel | |
actionPerformed, addPluginSettings, buildPluginDescriptionComponent, buildPluginSelectionPanel, buildPluginSettingsPanel, getPreferredSize, getSelectedPlugin, handleActionEvent, showSelectedPluginSettings | |
public ConnectionPanel(RegistrationData preferences, SettingsDialog parent)
Creates a new ConnectionPanel instance.
- Parameters:
preferences- the user application preferences object.parent- the SettingsDialog parent.
protected void addPluginSettings(PluginSettings settings)
Adds the specified plug-in settings to this panel.
- Overrides:
- addPluginSettings in interface AbstractSettingsPanel
- Parameters:
settings- the plug-in settings to add to this panel.
protected JPanel buildPluginSelectionPanel()
Creates the plug-in selection panel.
- Overrides:
- buildPluginSelectionPanel in interface AbstractSettingsPanel
- Returns:
- the plug-in selection panel.
protected Object getSelectedPlugin()
Retreives the selected plug-in.
- Overrides:
- getSelectedPlugin in interface AbstractSettingsPanel
- Returns:
- the selected plug-in object.
public void handleActionEvent(ActionEvent ae)
A method to process an action event.
- Overrides:
- handleActionEvent in interface AbstractSettingsPanel
- Parameters:
ae- the ActionEvent object to be processed.
protected void populatePanel()
throws ExceptionPopulates the panel.