|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gjt.sp.jedit.EditPlugin | +--com.enderak.procol.ProColPlugin
The main ProCol plugin class
Field Summary | |
static java.lang.String |
NAME
Name used for properties |
static java.lang.String |
OPTION_PREFIX
Prefix used for options properties |
Constructor Summary | |
ProColPlugin()
|
Method Summary | |
static void |
changeProject()
Opens to a new project |
static void |
connectToServer()
Connects or disconnects the client from the server |
static ProColClient |
getClient()
Gets the ProCol client instance |
static void |
getProjectInfo()
Gets the project info from the server during login process |
void |
start()
Starts the Plugin - starts client and initializes the server |
void |
stop()
Stops the Plugin - stops the client |
Methods inherited from class org.gjt.sp.jedit.EditPlugin |
createBrowserMenuItems, createMenuItems, createMenuItems, createOptionPanes, getClassName, getJAR, getPluginJAR |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String NAME
public static final java.lang.String OPTION_PREFIX
Constructor Detail |
public ProColPlugin()
Method Detail |
public static ProColClient getClient()
public static void connectToServer()
public static void getProjectInfo()
public static void changeProject()
public void start()
start
in class org.gjt.sp.jedit.EditPlugin
public void stop()
stop
in class org.gjt.sp.jedit.EditPlugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |