org.jSyncManager.Client
Class JConduitInstallDialog
JDialogorg.jSyncManager.Client.JConduitInstallDialog
- 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.
JConduitInstallDialog(Dialog owner)- Construct a new JConduitInstallDialog using the specified owner Frame.
|
JConduitInstallDialog
public JConduitInstallDialog(Dialog owner)
Construct a new JConduitInstallDialog using the specified owner Frame.
owner - the owning Frame object for this dialog.
actionPerformed
public void actionPerformed(ActionEvent e)
getConduitmap
public java.util.Map getConduitmap()
Getter for property conduitmap.
- Value of property conduitmap.
getEntryField
public javax.swing.JTextField getEntryField()
Getter for property entryField.
- Value of property entryField.
getNewentry
public javax.swing.JRadioButton getNewentry()
Getter for property newentry.
- Value of property newentry.
getSelected
public AbstractConduit getSelected()
Find selected radio button and return JButton object's text
- Value of property selected.
main
public static void main(args[] )
setConduitmap
public void setConduitmap(java.util.Map conduitmap)
Setter for property conduitmap.
conduitmap - New value of property conduitmap.