ter.GUI.mainGUI
Class JavInspectorMenuListener

java.lang.Object
  |
  +--ter.GUI.mainGUI.JavInspectorMenuListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class JavInspectorMenuListener
extends java.lang.Object
implements java.awt.event.ActionListener

Author:
alexis To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
JavInspectorMenuListener()
           
JavInspectorMenuListener(javax.swing.JMenuBar menuBar)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 void addMenuBarReference(javax.swing.JMenuBar menuBar)
           
 void addToolBarReferecence(javax.swing.JToolBar toolBar)
           
 void registerJavInspectorComponent(JavInContent component)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavInspectorMenuListener

public JavInspectorMenuListener()

JavInspectorMenuListener

public JavInspectorMenuListener(javax.swing.JMenuBar menuBar)
Method Detail

addMenuBarReference

public void addMenuBarReference(javax.swing.JMenuBar menuBar)

addToolBarReferecence

public void addToolBarReferecence(javax.swing.JToolBar toolBar)

registerJavInspectorComponent

public void registerJavInspectorComponent(JavInContent component)

actionPerformed

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