Interface PluginModuleInterface
- All Known Implementing Classes:
Plugin,Plugin_Module
public interface PluginModuleInterface
The PluginModuleInterface class defines the methods that
are required by all Plugin Modules in order to properly function
within the application as a plugin.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()getPanel()intgetSize()voidinitPlugin(Main_Frame mainFrame, String path) voidsetDBTables(ArrayList<String> tables) voidshutdown()voidstart()voidstop()
-
Method Details
-
initPlugin
-
getPath_FileName
String getPath_FileName() -
getName
String getName() -
getAuthor
String getAuthor() -
getVersion
String getVersion() -
getDescription
String getDescription() -
getCategory
String getCategory() -
getSize
int getSize() -
getTabIcon
ImageIcon getTabIcon() -
getMenuBar
JMenuBar getMenuBar() -
getToolBar
JComponent getToolBar() -
getPanel
JComponent getPanel() -
setDBTables
-
start
void start() -
stop
void stop() -
shutdown
void shutdown()
-