jaugment2.UI.swingUI
Class SwingUIMainFrame.MKListener

java.lang.Object
  |
  +--jaugment2.UI.swingUI.SwingUIMainFrame.MKListener
Enclosing class:
SwingUIMainFrame

private class SwingUIMainFrame.MKListener
extends java.lang.Object
implements javax.swing.event.MenuKeyListener, java.awt.event.ActionListener

ActionListener-class for the admin-menue-entries


Field Summary
(package private)  SwingUIMainFrame.AppEntry entry
           
(package private)  net.jini.core.lookup.ServiceItem item
           
 
Constructor Summary
SwingUIMainFrame.MKListener(net.jini.core.lookup.ServiceItem item, SwingUIMainFrame.AppEntry entry)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent p0)
           
 void menuKeyPressed(javax.swing.event.MenuKeyEvent p0)
           
 void menuKeyReleased(javax.swing.event.MenuKeyEvent p0)
           
 void menuKeyTyped(javax.swing.event.MenuKeyEvent p0)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

item

net.jini.core.lookup.ServiceItem item

entry

SwingUIMainFrame.AppEntry entry
Constructor Detail

SwingUIMainFrame.MKListener

public SwingUIMainFrame.MKListener(net.jini.core.lookup.ServiceItem item,
                                   SwingUIMainFrame.AppEntry entry)
Method Detail

menuKeyTyped

public void menuKeyTyped(javax.swing.event.MenuKeyEvent p0)
Specified by:
menuKeyTyped in interface javax.swing.event.MenuKeyListener

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent p0)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

menuKeyPressed

public void menuKeyPressed(javax.swing.event.MenuKeyEvent p0)
Specified by:
menuKeyPressed in interface javax.swing.event.MenuKeyListener

menuKeyReleased

public void menuKeyReleased(javax.swing.event.MenuKeyEvent p0)
Specified by:
menuKeyReleased in interface javax.swing.event.MenuKeyListener