|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.ResourceBundle
java.util.ListResourceBundle
org.argouml.application.helpers.ResourceBundleHelper
Helper object for Pluggable Resource Bundles.
| Field Summary |
| Fields inherited from class java.util.ResourceBundle |
parent |
| Fields inherited from interface org.argouml.application.api.Pluggable |
PLUGIN_PREFIX, PLUGIN_TITLE, PLUGIN_VENDOR |
| Fields inherited from interface org.argouml.application.api.ArgoModule |
MODULEFILENAME, MODULEFILENAME_ALTERNATE |
| Constructor Summary | |
ResourceBundleHelper()
Deprecated. |
|
| Method Summary | |
Vector |
getModulePopUpActions(Vector v,
Object o)
Deprecated. Calls all modules to let them add to a popup menu. |
boolean |
inContext(Object[] o)
Deprecated. A function which allows a plug-in to decide if it is available under a specific context. |
boolean |
initializeModule()
Deprecated. Method called when Argo is loading a module. |
boolean |
isModuleEnabled()
Deprecated. Allows determination if a module is enabled or disabled. |
void |
setModuleEnabled(boolean v)
Deprecated. Called to enable or disable a module programmatically. |
boolean |
shutdownModule()
Deprecated. Method called when Argo is unloading a module. |
| Methods inherited from class java.util.ListResourceBundle |
getContents, getKeys, handleGetObject |
| Methods inherited from class java.util.ResourceBundle |
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent |
| 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 |
| Constructor Detail |
public ResourceBundleHelper()
| Method Detail |
public void setModuleEnabled(boolean v)
ArgoModule
setModuleEnabled in interface ArgoModulev - true to enable module, false to disableArgoModule.setModuleEnabled(boolean)public boolean initializeModule()
ArgoModule
initializeModule in interface ArgoModuleArgoModule.initializeModule()public boolean inContext(Object[] o)
Pluggable
inContext in interface Pluggableo - An identification of the context.
The interpretation of criteria is specific to
the plug-in type, but must be consistent
across that type. The plug-in must want
to be exposed to all contexts.
Pluggable.inContext(java.lang.Object[])public boolean isModuleEnabled()
ArgoModule
isModuleEnabled in interface ArgoModuleArgoModule.isModuleEnabled()
public Vector getModulePopUpActions(Vector v,
Object o)
ArgoModule
getModulePopUpActions in interface ArgoModulev - Vector of actionso - which the actions are valid for
ArgoModule.getModulePopUpActions(
java.util.Vector, java.lang.Object)public boolean shutdownModule()
ArgoModule
shutdownModule in interface ArgoModuleArgoModule.shutdownModule()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |