org.argouml.application.helpers
Class ModuleHelper

java.lang.Object
  |
  +--org.argouml.application.helpers.ModuleHelper
All Implemented Interfaces:
ArgoModule

public abstract class ModuleHelper
extends java.lang.Object
implements ArgoModule


Field Summary
protected  boolean _enabled
           
 
Fields inherited from interface org.argouml.application.api.ArgoModule
cat, MODULEFILENAME, MODULEFILENAME_ALTERNATE
 
Constructor Summary
ModuleHelper()
           
 
Method Summary
 java.util.Vector getModulePopUpActions(java.util.Vector v, java.lang.Object o)
           
 boolean isModuleEnabled()
           
 void setModuleEnabled(boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.argouml.application.api.ArgoModule
getModuleAuthor, getModuleDescription, getModuleKey, getModuleName, getModuleVersion, initializeModule, shutdownModule
 

Field Detail

_enabled

protected boolean _enabled
Constructor Detail

ModuleHelper

public ModuleHelper()
Method Detail

isModuleEnabled

public boolean isModuleEnabled()
Specified by:
isModuleEnabled in interface ArgoModule

setModuleEnabled

public void setModuleEnabled(boolean enabled)
Specified by:
setModuleEnabled in interface ArgoModule

getModulePopUpActions

public java.util.Vector getModulePopUpActions(java.util.Vector v,
                                              java.lang.Object o)
Specified by:
getModulePopUpActions in interface ArgoModule


ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook