de.uni_paderborn.fujaba.gui
Class EditImportDialog.RemoveActionListener

java.lang.Object
  extended byde.uni_paderborn.fujaba.gui.EditImportDialog.RemoveActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
EditImportDialog

private class EditImportDialog.RemoveActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.36 $
Author:
$Author: fklar $

Field Summary
private  java.awt.Dialog dialog
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
EditImportDialog.RemoveActionListener(java.awt.Dialog aDialog)
          Constructor for class RemoveActionListener
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          No comment provided by developer, please add a comment to improve documentation.
 void removeAllSubPackages(UMLPackage remove)
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dialog

private java.awt.Dialog dialog
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

EditImportDialog.RemoveActionListener

public EditImportDialog.RemoveActionListener(java.awt.Dialog aDialog)
Constructor for class RemoveActionListener

Parameters:
aDialog - No description provided
Method Detail

removeAllSubPackages

public void removeAllSubPackages(UMLPackage remove)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
remove - No description provided

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
event - No description provided