@Deprecated public class PluginController4user extends java.lang.Object implements IPluginControllerUser
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getGraphicPluginNames()
Deprecated.
|
static PluginController4user |
getInstance()
Deprecated.
|
java.util.List<javax.swing.JMenuItem> |
getPluginMenus()
Deprecated.
|
java.util.List<java.lang.String> |
getPluginNames()
Deprecated.
|
java.util.List<javax.swing.JMenuItem> |
getRightButtonItems()
Deprecated.
|
java.util.List<javax.swing.JPanel> |
getTabPanels()
Deprecated.
|
boolean |
isLocalPlugin(java.lang.String PluginName)
Deprecated.
|
boolean |
isRunning(java.lang.String PluginName)
Deprecated.
|
public static PluginController4user getInstance()
public java.util.List<java.lang.String> getPluginNames() throws java.rmi.RemoteException
getPluginNames
in interface IPluginControllerUser
java.rmi.RemoteException
public boolean isRunning(java.lang.String PluginName) throws java.rmi.RemoteException
isRunning
in interface IPluginControllerUser
java.rmi.RemoteException
public boolean isLocalPlugin(java.lang.String PluginName) throws java.rmi.RemoteException
isLocalPlugin
in interface IPluginControllerUser
java.rmi.RemoteException
public java.util.List<javax.swing.JPanel> getTabPanels() throws java.rmi.RemoteException
getTabPanels
in interface IPluginControllerUser
java.rmi.RemoteException
public java.util.List<java.lang.String> getGraphicPluginNames() throws java.rmi.RemoteException
getGraphicPluginNames
in interface IPluginControllerUser
java.rmi.RemoteException
public java.util.List<javax.swing.JMenuItem> getRightButtonItems() throws java.rmi.RemoteException
getRightButtonItems
in interface IPluginControllerUser
java.rmi.RemoteException
public java.util.List<javax.swing.JMenuItem> getPluginMenus() throws java.rmi.RemoteException
getPluginMenus
in interface IPluginControllerUser
java.rmi.RemoteException