org.jSyncManager.Client

Class JConduitInstallDialog

Implemented Interfaces:
java.awt.event.ActionListener

public final class JConduitInstallDialog
extends JDialog
implements java.awt.event.ActionListener

The jConduit Install Dialog. This class prompts the user to select the jConduit they wish to install.

Constructor Summary

JConduitInstallDialog(Dialog owner)
Construct a new JConduitInstallDialog using the specified owner Frame.

Method Summary

void
actionPerformed(ActionEvent e)
java.util.Map
getConduitmap()
Getter for property conduitmap.
javax.swing.JTextField
getEntryField()
Getter for property entryField.
javax.swing.JRadioButton
getNewentry()
Getter for property newentry.
AbstractConduit
getSelected()
Find selected radio button and return JButton object's text
static void
main(args[] )
void
setConduitmap(java.util.Map conduitmap)
Setter for property conduitmap.

Constructor Details

JConduitInstallDialog

public JConduitInstallDialog(Dialog owner)
Construct a new JConduitInstallDialog using the specified owner Frame.
Parameters:
owner - the owning Frame object for this dialog.

Method Details

actionPerformed

public void actionPerformed(ActionEvent e)

getConduitmap

public java.util.Map getConduitmap()
Getter for property conduitmap.
Returns:
Value of property conduitmap.

getEntryField

public javax.swing.JTextField getEntryField()
Getter for property entryField.
Returns:
Value of property entryField.

getNewentry

public javax.swing.JRadioButton getNewentry()
Getter for property newentry.
Returns:
Value of property newentry.

getSelected

public AbstractConduit getSelected()
Find selected radio button and return JButton object's text
Returns:
Value of property selected.

main

public static void main(args[] )

setConduitmap

public void setConduitmap(java.util.Map conduitmap)
Setter for property conduitmap.
Parameters:
conduitmap - New value of property conduitmap.