Package | Description |
---|---|
Contains graphic components and objects related to the main (Ribbon) menu
|
|
Contains graphic components and objects related to Plugin
|
|
Contains all preferences panels and frames
|
|
Contains Plugin class model and attached interfaces.
|
|
Plugin abstract classes
|
|
Contains System related objects and tools (Thread, Profiling, Security, Exception...)
|
|
Contains all Search Provider plugins included in the kernel.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
( plugin)
Add an item for the specified plugin.
|
(package private) void |
( plugin,
item) |
Constructor and Description |
---|
( pluginDescriptor) |
Modifier and Type | Field and Description |
---|---|
(package private) |
Deprecated.
|
(package private) |
|
Modifier and Type | Method and Description |
---|---|
|
()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static |
( plugin)
Build a plugin button with default action (execute plugin)
|
static org.pushingpixels.flamingo.api.common.AbstractCommandButton |
( plugin,
boolean toggle,
boolean doAction)
Build a plugin button
|
static |
( plugin,
boolean doAction)
Build a plugin toggle button with default action (execute plugin) if enable.
|
(package private) static void |
( plugin,
devId,
title,
message) |
static void |
( plugin,
message)
Report an error thrown by the specified plugin.
|
static void |
( plugin,
devId,
message)
Report an error thrown by the specified plugin.
|
static void |
( plugin,
devId,
title,
message)
Report an error thrown by the specified plugin.
|
static void |
(org.pushingpixels.flamingo.api.common.AbstractCommandButton button,
plugin)
Set a plugin button with default action
|
static void |
(org.pushingpixels.flamingo.api.common.AbstractCommandButton button,
plugin,
boolean doAction)
Set a plugin button with specified action
|
Constructor and Description |
---|
( plugin) |
( plugin,
devId,
title,
message)
Deprecated.
Create the panel.
|
( plugin,
devId,
title,
message)
Deprecated.
|
( plugin) |
Constructor and Description |
---|
(<PluginDescriptor> toInstallPlugins) |
Modifier and Type | Field and Description |
---|---|
(package private) <> |
|
Modifier and Type | Method and Description |
---|---|
(package private) |
() |
Modifier and Type | Method and Description |
---|---|
protected <> |
() |
protected <> |
() |
protected <> |
() |
protected abstract <> |
() |
Modifier and Type | Method and Description |
---|---|
protected void |
( plugin) |
protected void |
( plugin) |
protected void |
( plugin) |
protected abstract void |
( plugin) |
protected void |
( plugin) |
protected void |
( plugin) |
protected void |
( plugin) |
protected abstract void |
( plugin) |
protected int |
( plugin) |
protected int |
( plugin) |
protected int |
( plugin) |
protected |
( plugin) |
protected |
( plugin) |
protected |
( plugin) |
protected abstract |
( plugin) |
protected boolean |
( plugin) |
protected boolean |
( plugin) |
void |
( plugin,
boolean success) |
void |
( plugin,
boolean success) |
void |
( plugin,
boolean success) |
void |
( plugin,
boolean success) |
void |
( plugin) |
void |
( plugin) |
protected void |
( plugin,
boolean value) |
protected void |
( plugin,
boolean value) |
(package private) void |
( plugin) |
Modifier and Type | Field and Description |
---|---|
protected |
|
Modifier and Type | Field and Description |
---|---|
(package private) <> |
Online plugin list
|
Modifier and Type | Method and Description |
---|---|
static |
(<PluginDescriptor> list,
ident,
boolean acceptNewer) |
static |
(<PluginDescriptor> list,
className) |
static |
( ident,
boolean acceptNewer) |
static |
( className) |
static |
( className) |
static |
( plugin)
Get update for the specified plugin.
|
Modifier and Type | Method and Description |
---|---|
static <> |
()
Return the list of "actionable" plugins (mean we can launch them from GUI).
|
static <> |
(boolean wantBundled)
Return the list of "actionable" plugins (mean we can launch them from GUI).
|
static <> |
()
Returns the list of daemon type plugins.
|
static <> |
( plugin)
Return local plugin list which depend from specified plugin.
|
static <> |
() |
static <> |
()
Return the list of loaded plugins.
|
static <> |
(boolean wantBundled)
Return the list of loaded plugins.
|
static <> |
(<?> clazz)
Return the list of loaded plugins which derive from the specified class.
|
static <> |
(<?> clazz,
boolean wantBundled,
boolean wantAbstract,
boolean wantInterface)
Return the list of loaded plugins which derive from the specified class.
|
static <> |
(<PluginDescriptor> list,
className) |
static <> |
( repos)
Return the plugins list from the specified repository
|
static <> |
( className) |
(package private) <> |
( repos)
Load and return the list of online plugins located at specified repository
|
static <> |
(<PluginDescriptor> plugins)
Reorder the list so needed dependencies comes first in list
|
Modifier and Type | Method and Description |
---|---|
static void |
(<PluginDescriptor> list,
plugin) |
static void |
(<PluginDescriptor> list,
plugin,
int position) |
(package private) void |
( plugin)
Plugin list has changed
|
int |
( o1,
o2) |
int |
( o1,
o2) |
static void |
( plugin,
boolean showConfirm)
uninstall a plugin (asynchronous)
|
static boolean |
(<PluginDescriptor> list,
plugin)
Returns true if the specified plugin is present in the specified list.
|
static int |
(<PluginDescriptor> list,
plugin)
Returns the index for the specified plugin in the specified list.
|
static <> |
( plugin)
Return local plugin list which depend from specified plugin.
|
static void |
(<PluginDescriptor> result,
plugin)
Fill list with local dependencies (plugins) of specified plugin
|
static |
( plugin)
Get update for the specified plugin.
|
static void |
( plugin,
boolean showConfirm)
Install a plugin (asynchronous)
|
static boolean |
( plugin)
return true if specified plugin is currently being desinstalled or will be desinstalled
|
static boolean |
( plugin)
return true if specified plugin is currently being installed or will be installed
|
static boolean |
( plugin,
boolean acceptNewer) |
boolean |
( plugin) |
boolean |
( plugin) |
boolean |
( plugin) |
boolean |
( plugin) |
static boolean |
( plugin)
return true if 'plugin' is in the remove FIFO
|
static boolean |
( plugin)
return true if 'plugin' is in the install FIFO
|
static void |
( descriptor)
Deprecated.
Use instead.
|
void |
( plugin,
boolean success) |
void |
( plugin,
boolean success) |
void |
( plugin) |
boolean |
( plugin)
Return true if specified plugin is required by current plugin
|
static |
( descriptor)
Start the specified plugin.
|
static |
( plugin)
Verify the specified plugin is valid.
|
Modifier and Type | Method and Description |
---|---|
static void |
(<PluginDescriptor> list,
plugin) |
static void |
(<PluginDescriptor> list,
plugin,
int position) |
static boolean |
(<PluginDescriptor> list,
ident)
Returns true if the specified plugin is present in the specified list.
|
static boolean |
(<PluginDescriptor> list,
plugin)
Returns true if the specified plugin is present in the specified list.
|
static boolean |
(<PluginDescriptor> list,
className)
Returns true if the specified plugin is present in the specified list.
|
static int |
(<PluginDescriptor> list,
ident)
Returns the index for the specified plugin in the specified list.
|
static int |
(<PluginDescriptor> list,
plugin)
Returns the index for the specified plugin in the specified list.
|
static int |
(<PluginDescriptor> list,
className)
Returns the index for the specified plugin in the specified list.
|
static void |
(<PluginDescriptor> result,
plugin)
Fill list with local dependencies (plugins) of specified plugin
|
static |
(<PluginDescriptor> list,
ident,
boolean acceptNewer) |
static |
(<PluginDescriptor> list,
className) |
static <> |
(<PluginDescriptor> list,
className) |
static <> |
(<PluginDescriptor> plugins)
Reorder the list so needed dependencies comes first in list
|
static boolean |
(<PluginDescriptor> list,
className) |
static void |
(<PluginDescriptor> plugins,
boolean showProgress)
Update the specified list of plugins.
|
static |
(<PluginDescriptor> plugins)
Verify that specified plugins are valid.
|
Constructor and Description |
---|
( descriptor) |
Modifier and Type | Method and Description |
---|---|
|
() |
Modifier and Type | Method and Description |
---|---|
(package private) static |
(<PluginDescriptor> plugins,
text) |
Modifier and Type | Method and Description |
---|---|
static void |
( pluginDesc,
t,
boolean print)
Handle the specified exception.
|
static void |
( pluginDesc,
t,
boolean print)
Deprecated.
Use instead.
|
static void |
( plugin,
errorLog)
Report an error log from a given plugin to Icy web site.
|
static void |
( plugin,
devId,
errorLog)
Report an error log from a given plugin or developer id to Icy web site.
|
Modifier and Type | Method and Description |
---|---|
(package private) static |
(<PluginDescriptor> plugins,
text) |
Modifier and Type | Field and Description |
---|---|
protected |
|
Modifier and Type | Method and Description |
---|---|
|
() |
Modifier and Type | Method and Description |
---|---|
(package private) static int |
( plugin,
[] words,
boolean startWithOnly) |
(package private) static int |
( plugin,
word,
boolean startWithOnly) |
Constructor and Description |
---|
( provider,
plugin,
text,
[] searchWords,
int priority) |
( provider,
plugin,
text,
[] searchWords,
int priority) |
( provider,
plugin,
text,
[] searchWords,
int priority) |