|
Servoy 3.5.x Public API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IClientPlugin
Base interface for all client plugins.
| Field Summary |
|---|
| Fields inherited from interface com.servoy.j2db.plugins.IPlugin |
|---|
DISPLAY_NAME |
| Method Summary | |
|---|---|
Icon |
getImage()
Get the plugin image (16x16 px), used in the developer debugger treeview and preference tabpanel. |
String |
getName()
returns the (JavaScript)name for the plugin,name SHOULD apply to the JAVA identifier rules. |
PreferencePanel[] |
getPreferencePanels()
Create panels for the Preferences dialog. |
IScriptObject |
getScriptObject()
returns the object which has 'js_xxxx' methods for script calling, or null if not scriptable |
void |
initialize(IClientPluginAccess app)
Called on application startup after application started. |
| Methods inherited from interface com.servoy.j2db.plugins.IPlugin |
|---|
getProperties, load, unload |
| Methods inherited from interface java.beans.PropertyChangeListener |
|---|
propertyChange |
| Method Detail |
|---|
Icon getImage()
String getName()
getName in interface com.servoy.j2db.persistence.ISupportNamePreferencePanel[] getPreferencePanels()
IScriptObject getScriptObject()
void initialize(IClientPluginAccess app)
throws PluginException
PluginException
|
Copyright © 2009 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||