|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface which defines the basical behavior of a Jext plugin. A plugin MUST implement this.
| Method Summary | |
void |
createMenuItems(JextFrame parent,
java.util.Vector pluginsMenus,
java.util.Vector pluginsMenuItems)
Called by parent (instance of Jext) to requires menu items specific to the plugin. |
void |
createOptionPanes(OptionsDialog parent)
Called by Jext when user request plugins options. |
void |
start()
Called by Jext on startup to start plugin. |
void |
stop()
Called by Jext on close to stop plugin activities. |
| Method Detail |
public void createMenuItems(JextFrame parent,
java.util.Vector pluginsMenus,
java.util.Vector pluginsMenuItems)
throws java.lang.Throwable
java.lang.Throwable
public void createOptionPanes(OptionsDialog parent)
throws java.lang.Throwable
java.lang.Throwable
public void start()
throws java.lang.Throwable
java.lang.Throwable
public void stop()
throws java.lang.Throwable
JextEvent.KILLING_JEXT event.
See its docs for a discussion of differencies.
java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||