de.uni_paderborn.fujaba.mpEdit
Class TextMenu.MenuItemControl

java.lang.Object
  extended byde.uni_paderborn.fujaba.mpEdit.TextMenu.MenuItemControl
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener
Enclosing class:
TextMenu

private class TextMenu.MenuItemControl
extends java.lang.Object
implements java.beans.PropertyChangeListener

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

Version:
$Revision: 1.17 $
Author:
$Author: cschneid $

Field Summary
(package private)  javax.swing.JMenuItem menuItem
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
TextMenu.MenuItemControl(javax.swing.JMenuItem mi)
          Constructor for class MenuItemControl
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent evt)
          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

menuItem

javax.swing.JMenuItem menuItem
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

TextMenu.MenuItemControl

public TextMenu.MenuItemControl(javax.swing.JMenuItem mi)
Constructor for class MenuItemControl

Parameters:
mi - No description provided
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
propertyChange in interface java.beans.PropertyChangeListener
Parameters:
evt - No description provided