All Packages Class Hierarchy This Package Previous Next Index
Class uk.co.demon.sspl.pub.PublicMenuHandler
java.lang.Object
|
+----uk.co.demon.sspl.pub.PublicMenuHandler
- public final class PublicMenuHandler
- extends Object
- implements ActionListener, BuilderUpdateListener
Provides the standard menu that comes with JForge. If you wish to alter the
menu, change this class and recompile it.
JForge v2.5
Copyright (c)1998 by Tek-Tools Inc. & Cameron Newham.
-
PublicMenuHandler(JMenuBar, JToolBar)
- This constructor is called from JForge.
-
actionPerformed(ActionEvent)
- The functions that occur when menu or tool bar items are selected.
-
updateOccurred(BuilderUpdateEvent)
-
PublicMenuHandler
public PublicMenuHandler(JMenuBar menuBar,
JToolBar toolBar)
- This constructor is called from JForge.
- Parameters:
- menuBar - the menu bar provided by JForge.
- toolBar - the tool bar provided by JForge.
actionPerformed
public void actionPerformed(ActionEvent evt)
- The functions that occur when menu or tool bar items are selected. The
standard functions are provided through the BuilderAPI class.
updateOccurred
public void updateOccurred(BuilderUpdateEvent evt)
All Packages Class Hierarchy This Package Previous Next Index