de.uni_paderborn.fujaba.preferences.gui
Class PlugInsPreferencesPanel.RemoveButtonListener

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

private class PlugInsPreferencesPanel.RemoveButtonListener
extends java.lang.Object
implements java.awt.event.ActionListener

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

Version:
$Revision: 1.11 $
Author:
$Author: cschneid $

Field Summary
private  javax.swing.JList list
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
PlugInsPreferencesPanel.RemoveButtonListener(javax.swing.JList list)
          Constructor for class RemoveButtonListener
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

private javax.swing.JList list
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

PlugInsPreferencesPanel.RemoveButtonListener

public PlugInsPreferencesPanel.RemoveButtonListener(javax.swing.JList list)
Constructor for class RemoveButtonListener

Parameters:
list - No description provided
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
event - No description provided
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)