Package | Description |
---|---|
charger |
The top level package for the editor.
|
charger.prefs |
Classes needed for setting preferences by the user.
|
chargerplugin |
Classes related to the "module" plugin architecture.
|
craft |
Classes for the Conceptual Requirements Acquisition and Formation Tool.
|
Modifier and Type | Field and Description |
---|---|
static ArrayList<ModulePlugin> |
Global.modulePluginsActivated |
static ArrayList<ModulePlugin> |
Global.modulePluginsAvailable |
static ArrayList<ModulePlugin> |
Global.modulePluginsEnabled |
Modifier and Type | Method and Description |
---|---|
static ModulePlugin |
Global.getPluginInstanceForClassName(String pluginClassName)
Find the module plugin instance for a given classname.
|
Modifier and Type | Method and Description |
---|---|
void |
HubFrame.addModuleMenuItem(ModulePlugin module)
Method for adding external modules to the Tools menu.
|
Modifier and Type | Method and Description |
---|---|
JCheckBox |
ConfigurationPrefPanel.makeToolCheckbox(ModulePlugin plugin) |
Modifier and Type | Class and Description |
---|---|
class |
CG_FCA_Plugin |
class |
CraftModulePlugin
The plugin hooks for the CRAFT module.
|
class |
DatabaseLinkingPlugin |
class |
TestModule
A test module for ensuring the module interface is working as expected.
|
Modifier and Type | Method and Description |
---|---|
void |
CG_FCA_Plugin.startup(ModulePlugin module) |
void |
CraftModulePlugin.startup(ModulePlugin module) |
void |
DatabaseLinkingPlugin.startup(ModulePlugin module) |
abstract void |
ModulePlugin.startup(ModulePlugin module)
Launch this module, attaching it to Charger.
|
void |
TestModule.startup(ModulePlugin module) |
Modifier and Type | Field and Description |
---|---|
static ModulePlugin |
Craft.craftModulePlugin |