Class Plugin_Module
java.lang.Object
com.dandymadeproductions.ajqvue.plugin.Plugin_Module
- All Implemented Interfaces:
PluginModuleInterface
- Direct Known Subclasses:
Plugin
The Plugin_Module class provides the abstract framework for
plugin classes to extends in order to properly function within
the application.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected JMenuBarprotected JComponentprotected Stringprotected intprotected ImageIconprotected JComponentprotected String -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.dandymadeproductions.ajqvue.plugin.PluginModuleInterface
initPlugin
-
Field Details
-
path_FileName
-
name
-
author
-
version
-
description
-
category
-
size
protected int size -
tabIcon
-
toolBar
-
panel
-
-
Constructor Details
-
Plugin_Module
public Plugin_Module()
-
-
Method Details
-
getPath_FileName
- Specified by:
getPath_FileNamein interfacePluginModuleInterface
-
getControlledPath_FileName
-
getName
- Specified by:
getNamein interfacePluginModuleInterface
-
getControlledName
-
getAuthor
- Specified by:
getAuthorin interfacePluginModuleInterface
-
getControlledAuthor
-
getVersion
- Specified by:
getVersionin interfacePluginModuleInterface
-
getControlledVersion
-
getDescription
- Specified by:
getDescriptionin interfacePluginModuleInterface
-
getControlledDescription
-
getCategory
- Specified by:
getCategoryin interfacePluginModuleInterface
-
getControlledCategory
-
getSize
public int getSize()- Specified by:
getSizein interfacePluginModuleInterface
-
getControlledSize
public int getControlledSize() -
getTabIcon
- Specified by:
getTabIconin interfacePluginModuleInterface
-
getControlledTabIcon
-
getMenuBar
- Specified by:
getMenuBarin interfacePluginModuleInterface
-
getControlledMenuBar
-
getToolBar
- Specified by:
getToolBarin interfacePluginModuleInterface
-
getControlledToolBar
-
getPanel
- Specified by:
getPanelin interfacePluginModuleInterface
-
getControlledPanel
-
setDBTables
- Specified by:
setDBTablesin interfacePluginModuleInterface
-
start
public void start()- Specified by:
startin interfacePluginModuleInterface
-
stop
public void stop()- Specified by:
stopin interfacePluginModuleInterface
-
shutdown
public void shutdown()- Specified by:
shutdownin interfacePluginModuleInterface
-