public abstract class PythonGUIPlugin<T> extends Plugin
PythonGUIPlugin()
abstract PythonGUI<T>
getGUI(long id)
abstract void
setGUIId(long oldId, long newId)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PythonGUIPlugin()
public abstract PythonGUI<T> getGUI(long id)
public abstract void setGUIId(long oldId, long newId)