|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPluginFactory
All plugins must implement this interface, which contains a factory method through which the actual plugin implementation can be retrieved.
| Method Summary | |
|---|---|
java.lang.String |
getLocalizedDescription(java.util.Locale locale)
|
java.lang.String |
getLocalizedName(java.util.Locale locale)
|
java.lang.Object |
makePlugin(java.lang.String type)
Returns an actual plugin instance. |
| Method Detail |
|---|
java.lang.Object makePlugin(java.lang.String type)
throws SDKException
Returns an actual plugin instance.
type - A String specifying the type of plugin
to create. This should be a constant from IPluginMgr.Category.
Object containing the newly created plugin.
SDKException - This is thrown if the plugin creation is unsuccessful.IPluginMgr.Categoryjava.lang.String getLocalizedName(java.util.Locale locale)
java.lang.String getLocalizedDescription(java.util.Locale locale)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||