|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPluginInfo
An object that holds information about each plugin
| Field Summary |
|---|
| Fields inherited from interface com.azalient.api.a.tables.IRecord |
|---|
DELETED, KEY_SEP, KEY_SEP_CHAR |
| Method Summary | |
|---|---|
String |
classname()
The java class name of the main plugin class |
boolean |
enabled()
Returns the connected/ disconnected state of this plugin |
void |
enabled(boolean v)
Sets the connected/ disconnected state of this plugin |
void |
initialise()
[Internal use only] Initialise this plugin |
boolean |
isSecret()
Returns true if this plugin is "secret" |
boolean |
isSystemPlugin()
Returns true if this is a system plugin |
boolean |
isVisible()
Returns true if this plugin is visible |
String |
label()
A label for this plugin used in the plugin panel |
IBasePlugin |
plugin()
Returns the plugin object associated with this information object |
void |
plugin(IBasePlugin bp)
[INternal use only] Sets the reference to a plugin. |
int |
status()
Returns the status of this plugin see StatusListener. |
void |
status(int value)
Sets the status of this plugin see StatusListener. |
String |
statusMessage()
[Internal use only] |
void |
statusMessage(String message)
[Internal use only] |
| Methods inherited from interface com.azalient.api.file.StoreRecordRW |
|---|
canRename, rename, store |
| Methods inherited from interface com.azalient.api.file.RecordR |
|---|
extraSet, finished, isApplicable, isEditable, set |
| Methods inherited from interface com.azalient.api.a.tables.IRecord |
|---|
name |
| Methods inherited from interface com.azalient.api.file.RecordW |
|---|
extraCols, extraGet, extraGetB, extraGetD, extraGetI, extraGetS, extraGetT, get, isVolatile |
| Methods inherited from interface java.util.Comparator |
|---|
compare, equals |
| Method Detail |
|---|
String classname()
String label()
void enabled(boolean v)
boolean enabled()
void plugin(IBasePlugin bp)
IBasePlugin plugin()
void status(int value)
StatusListener. This controls the icon on the plugin panel.
int status()
StatusListener. This controls the icon on the plugin panel.
void statusMessage(String message)
String statusMessage()
boolean isSystemPlugin()
void initialise()
boolean isVisible()
boolean isSecret()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||