Synergy Home Page

au.edu.swin.synergy.plugin.packager
Class BPackageMenu

java.lang.Object
  |
  +--au.edu.swin.synergy.plugin.packager.BPackageMenu

public class BPackageMenu
extends Object

class BPackageMenu This class provides a menu for the packager plugin. Please complete these missing tags

Author:
 
Copyright Belongs To:
 

Constructor Summary
BPackageMenu(BPackagePlugin plugin)
          Please complete the missing tags for BPackageMenu
 
Method Summary
protected  void doMenuEnabling(boolean newState)
          Sets the state of the close, save and add terminator menu items to the given state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BPackageMenu

public BPackageMenu(BPackagePlugin plugin)
Please complete the missing tags for BPackageMenu
Parameters:
-  
Method Detail

doMenuEnabling

protected void doMenuEnabling(boolean newState)
Sets the state of the close, save and add terminator menu items to the given state.
Parameters:
newState - True to enable, false to disable

Synergy Home Page