|
Servoy 5.x Public API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IPluginAccess
Default plugin api
| Field Summary | |
|---|---|
static int |
PLATFORM_LINUX
Constant returned by getPlatform |
static int |
PLATFORM_MAC
Constant returned by getPlatform |
static int |
PLATFORM_OTHER
Constant returned by getPlatform |
static int |
PLATFORM_WINDOWS
Constant returned by getPlatform |
| Method Summary | |
|---|---|
ScheduledExecutorService |
getExecutor()
Get the task executor. |
int |
getPlatform()
Get the platform (Operating system). |
IPluginManager |
getPluginManager()
Get the manager which handles the plugins |
int |
getReleaseNumber()
Get the application release number. |
Properties |
getSettings()
Get the user properties (when setting something prefix the key with 'plugin.pluginname.'). |
String |
getVersion()
Get the application version. |
| Field Detail |
|---|
static final int PLATFORM_LINUX
static final int PLATFORM_MAC
static final int PLATFORM_OTHER
static final int PLATFORM_WINDOWS
| Method Detail |
|---|
ScheduledExecutorService getExecutor()
int getPlatform()
IPluginManager getPluginManager()
int getReleaseNumber()
Properties getSettings()
String getVersion()
|
Copyright © 2010 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||