de.uni_paderborn.fujaba.gui
Class EditImportDialog.RemoveFromImportsListener

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

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

This class simulates the removing 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.RemoveFromImportsListener()
           
 
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.RemoveFromImportsListener

private EditImportDialog.RemoveFromImportsListener()
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