de.uni_paderborn.fujaba.gui
Class EditImportDialog.AddToImportsListener

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

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

This class simulates the adding the selected package or class to the imports box. After adding and removing a class/package the state remains the same.

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

Constructor Summary
private EditImportDialog.AddToImportsListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          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
 

Constructor Detail

EditImportDialog.AddToImportsListener

private EditImportDialog.AddToImportsListener()
Method Detail

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