Package | Description |
---|---|
ilog.views.appframe.plugin |
Provides interfaces and classes for adding plug-ins to an application.
|
Modifier and Type | Method and Description |
---|---|
IlvPlugin |
IlvPlugin.getDependentPlugin(int index)
Returns the plug-in at the specified storage
index in the list of installed plug-ins that
depend on this plug-in. |
IlvPlugin |
IlvPlugin.getParentPlugin()
Returns the plug-in that owns the plug-in.
|
IlvPlugin |
PluginEvent.getPlugin()
Returns the plug-in originator of the event.
|
IlvPlugin |
IlvPluginException.getPlugin()
Returns the plugin which installation or uninstallation has generated
an exception.
|
IlvPlugin |
IlvPluginManager.getPlugin(int index)
Returns the plug-in stored at the specified
index . |
IlvPlugin |
IlvPlugin.getPlugin(int index)
Returns the child plug-in stored at the specified
index . |
IlvPlugin |
IlvPluginManager.getPlugin(String id)
Returns the plug-in with the specified ID.
|
IlvPlugin |
IlvPlugin.getPlugin(String id)
Returns the child plug-in of this plug-in with the specified ID.
|
IlvPlugin[] |
IlvPluginManager.getPlugins()
Returns the array of plug-ins owned by the plug-in manager.
|
IlvPlugin[] |
IlvPlugin.getPlugins()
Returns the child plug-ins of this plug-in.
|
IlvPlugin[] |
IlvPluginManager.getRequiredPlugins(IlvPlugin plugin)
Returns the plug-ins that the specified
plugin depends on to be
installed. |
Modifier and Type | Method and Description |
---|---|
boolean |
IlvPluginInstaller.canInstall(IlvApplication application,
IlvPlugin plugin)
Determines whether the specified
plugin can be installed
in the host application . |
boolean |
IlvPluginInstaller.canUninstall(IlvApplication application,
IlvPlugin plugin)
Determines whether the plug-in can be uninstalled from the host
application . |
IlvPlugin[] |
IlvPluginManager.getRequiredPlugins(IlvPlugin plugin)
Returns the plug-ins that the specified
plugin depends on to be
installed. |
void |
IlvPluginInstaller.install(IlvApplication application,
IlvPlugin plugin)
Invoked to install the plug-in in the host
application . |
boolean |
IlvPluginManager.installPlugin(IlvPlugin plugin)
Installs the specified
plugin . |
protected void |
IlvPluginManager.invokePluginInstaller(IlvPlugin plugin,
boolean install)
Invokes the
IlvPluginInstaller of the specified
plugin . |
protected boolean |
IlvPluginManager.isInitiallyInstalled(IlvPlugin plugin)
Determines whether the specified plug-in should be installed when the
application is being launched.
|
void |
IlvPluginInstaller.uninstall(IlvApplication application,
IlvPlugin plugin)
Invoked to uninstall the plug-in from the host
application . |
boolean |
IlvPluginManager.uninstallPlugin(IlvPlugin plugin,
boolean dependentPlugins)
Uninstalls the specified
plugin . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.