| |
|
| javax.swing.JDialog org.acm.seguin.ide.common.PackageSelectorDialog
PackageSelectorDialog | public class PackageSelectorDialog extends JDialog implements ActionListener(Code) | | The package selector dialog box
author: Chris Seguin |
PackageSelectorDialog | public PackageSelectorDialog(JFrame parent)(Code) | | Constructor for the PackageSelectorDialog object
Parameters: parent - the parent dialog rame |
actionPerformed | public void actionPerformed(ActionEvent evt)(Code) | | Selects the package when the user presses OK
Parameters: evt - the action event |
getSummary | public PackageSummary getSummary()(Code) | | Gets the summary that has been selected
the selected package summary |
main | public static void main(String[] args)(Code) | | The main program for the PackageSelectorDialog class
Parameters: args - The command line arguments |
|
|
|