|
Servoy 5.x Public API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IPlugin
Interface for all plugin interfaces.
| Field Summary | |
|---|---|
static String |
DISPLAY_NAME
Key to use to provide a display name from the plugin properties. |
static String |
PROPERTY_CURRENT_WINDOW
|
static String |
PROPERTY_LOCALE
|
static String |
PROPERTY_SOLUTION
Constants used in propertyChange (PropertyChangeEvent.getPropertyName()) |
| Method Summary | |
|---|---|
Properties |
getProperties()
Called for info about the plugin. |
void |
load()
Called on application startup before application started up. |
void |
unload()
Called on application shutdown. |
| Field Detail |
|---|
static final String DISPLAY_NAME
static final String PROPERTY_CURRENT_WINDOW
static final String PROPERTY_LOCALE
static final String PROPERTY_SOLUTION
| Method Detail |
|---|
Properties getProperties()
void load()
throws PluginException
PluginException
void unload()
throws PluginException
PluginException
|
Copyright © 2010 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||