Servoy 3.5.x Public API

com.servoy.j2db.plugins
Interface IDeveloperPluginAccess

All Superinterfaces:
IClientPluginAccess, IPluginAccess, IUIBlocker

public interface IDeveloperPluginAccess
extends IClientPluginAccess

Default developer plugin api


Field Summary
 
Fields inherited from interface com.servoy.j2db.plugins.IClientPluginAccess
CLIENT, WEB_CLIENT
 
Method Summary
 com.servoy.j2db.plugins.IDesignerAccess getDesignerAccess()
          Can be used to get access to the designer
 JMenu getPluginsMenu()
          Get the plugins menu, used by plugins to add menu items (actions).
 void reportError(String msg, Object detail)
          Report an error in a dialog.
 
Methods inherited from interface com.servoy.j2db.plugins.IClientPluginAccess
executeMethod, getApplicationName, getApplicationType, getBeanManager, getClientID, getCmdManager, getCurrentWindow, getExportMenu, getFormManager, getI18NMessage, getImportMenu, getResourceBundle, getRuntimeProperties, getServerService, getServerURL, getSolutionName, getToolbarPanel, getTransactionID, getUserUID, handleException, output, registerURLStreamHandler, reportWarningInStatus, setStatusText
 
Methods inherited from interface com.servoy.j2db.plugins.IPluginAccess
getReleaseNumber, getSettings, getThreadPool, getVersion
 
Methods inherited from interface com.servoy.j2db.util.IUIBlocker
blockGUI, releaseGUI
 

Method Detail

getDesignerAccess

com.servoy.j2db.plugins.IDesignerAccess getDesignerAccess()
Can be used to get access to the designer

Since:
Servoy 2.2

getPluginsMenu

JMenu getPluginsMenu()
Get the plugins menu, used by plugins to add menu items (actions).

Returns:
JMenu

reportError

void reportError(String msg,
                 Object detail)
Report an error in a dialog.

Specified by:
reportError in interface IPluginAccess
Parameters:
msg -
detail -
Since:
Servoy 3.5

Copyright © 2009 Servoy B.V.