| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
JPanelorg.jSyncManager.Client.AbstractSettingsPanelorg.jSyncManager.Client.jConduitsPanelpublic final class jConduitsPanelextends AbstractSettingsPanelimplements javax.swing.event.ListSelectionListener, java.awt.event.ActionListenerField 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 JDialog |
|
protected Object |
|
void |
|
void |
|
Methods inherited from class org.jSyncManager.Client.AbstractSettingsPanel | |
actionPerformed, addPluginSettings, buildPluginDescriptionComponent, buildPluginSelectionPanel, buildPluginSettingsPanel, getPreferredSize, getSelectedPlugin, handleActionEvent, showSelectedPluginSettings | |
public jConduitsPanel(RegistrationData preferences, SettingsDialog parent)
Constructs a new jConduits Panel instance.
- Parameters:
preferences- the user application preferences object to use.parent- the parent SettingsDialog object.
protected void addPluginSettings(PluginSettings settings)
Add the specified plug-in settings object to this panel.
- Overrides:
- addPluginSettings in interface AbstractSettingsPanel
- Parameters:
settings- the PluginSettings object to add to this panel.
protected JPanel buildPluginSelectionPanel()
Builds the plug-in selection panel.
- Overrides:
- buildPluginSelectionPanel in interface AbstractSettingsPanel
- Returns:
- the constructed plug-in selection panel.
protected JDialog getParentDialog()
Retrieves the parent JDialog for this panel.
- Returns:
- the parent JDialog for this panel.
protected Object getSelectedPlugin()
Retreives a handle to the selected plug-in.
- Overrides:
- getSelectedPlugin in interface AbstractSettingsPanel
- Returns:
- a handle to the selected plug-in.
public void handleActionEvent(ActionEvent ae)
An method to handle the processing of action events from the parent class.
- Overrides:
- handleActionEvent in interface AbstractSettingsPanel
- Parameters:
ae- the Action Event that needs to be processed.
public void valueChanged(javax.swing.event.ListSelectionEvent e)
An event handler to manage when a list has had its value changed.
- Parameters:
e- the ListSelectionEvent that triggered this method call.