public class PluginModule
extends com.dandymadeproductions.lindyframe.plugin.LindyFrame_PluginModule
| Constructor and Description |
|---|
PluginModule() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthor() |
java.lang.String |
getCategory() |
java.lang.String |
getDescription() |
javax.swing.JMenuBar |
getMenuBar() |
java.lang.String |
getName() |
javax.swing.JPanel |
getPanel() |
javax.swing.ImageIcon |
getTabIcon() |
javax.swing.JToolBar |
getToolBar() |
java.lang.String |
getVersion() |
void |
initPlugin(com.dandymadeproductions.lindyframe.gui.Main_Frame parentFrame,
java.lang.String path) |
getControlledAuthor, getControlledCategory, getControlledDescription, getControlledMenuBar, getControlledName, getControlledPanel, getControlledPath_FileName, getControlledSize, getControlledTabIcon, getControlledToolBar, getControlledVersion, getPath_FileName, getSize, shutdown, start, stoppublic void initPlugin(com.dandymadeproductions.lindyframe.gui.Main_Frame parentFrame,
java.lang.String path)
public java.lang.String getName()
getName in interface com.dandymadeproductions.lindyframe.plugin.PluginModuleInterfacegetName in class com.dandymadeproductions.lindyframe.plugin.LindyFrame_PluginModulepublic java.lang.String getAuthor()
getAuthor in interface com.dandymadeproductions.lindyframe.plugin.PluginModuleInterfacegetAuthor in class com.dandymadeproductions.lindyframe.plugin.LindyFrame_PluginModulepublic java.lang.String getVersion()
getVersion in interface com.dandymadeproductions.lindyframe.plugin.PluginModuleInterfacegetVersion in class com.dandymadeproductions.lindyframe.plugin.LindyFrame_PluginModulepublic java.lang.String getDescription()
getDescription in interface com.dandymadeproductions.lindyframe.plugin.PluginModuleInterfacegetDescription in class com.dandymadeproductions.lindyframe.plugin.LindyFrame_PluginModulepublic java.lang.String getCategory()
getCategory in interface com.dandymadeproductions.lindyframe.plugin.PluginModuleInterfacegetCategory in class com.dandymadeproductions.lindyframe.plugin.LindyFrame_PluginModulepublic javax.swing.ImageIcon getTabIcon()
getTabIcon in interface com.dandymadeproductions.lindyframe.plugin.PluginModuleInterfacegetTabIcon in class com.dandymadeproductions.lindyframe.plugin.LindyFrame_PluginModulepublic javax.swing.JMenuBar getMenuBar()
getMenuBar in interface com.dandymadeproductions.lindyframe.plugin.PluginModuleInterfacegetMenuBar in class com.dandymadeproductions.lindyframe.plugin.LindyFrame_PluginModulepublic javax.swing.JToolBar getToolBar()
getToolBar in interface com.dandymadeproductions.lindyframe.plugin.PluginModuleInterfacegetToolBar in class com.dandymadeproductions.lindyframe.plugin.LindyFrame_PluginModulepublic javax.swing.JPanel getPanel()
getPanel in interface com.dandymadeproductions.lindyframe.plugin.PluginModuleInterfacegetPanel in class com.dandymadeproductions.lindyframe.plugin.LindyFrame_PluginModule