|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Plugin
A plugin interface.
| Method Summary | |
|---|---|
void |
activate()
Activates this plugins |
void |
activate(java.lang.Object s)
Recovers its internal structure from a serializable object |
void |
deactivate()
Deactivates this plugin |
IterationListener |
getIterationListener()
Returns an iteration listener if it should change its behaviour or null otherwise |
javax.swing.JMenu |
getMenu(MenuBuilder menuBuilder)
Returns its menu bar |
java.lang.Object |
getSerializedData()
Returns any data that should be serialized in order to save and load |
Tool[] |
getTools()
Returns this plugins tools. |
| Method Detail |
|---|
javax.swing.JMenu getMenu(MenuBuilder menuBuilder)
menuBuilder -
IterationListener getIterationListener()
void activate()
void deactivate()
java.lang.Object getSerializedData()
void activate(java.lang.Object s)
s - objectTool[] getTools()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||