|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasPluginInfo
A object with associated PluginInfo
metadata. Typically the object is
also a SciJavaPlugin
, but it is not a hard requirement.
Method Summary | |
---|---|
PluginInfo<?> |
getInfo()
Gets the PluginInfo metadata associated with the object. |
void |
setInfo(PluginInfo<?> info)
Sets the PluginInfo metadata associated with the object. |
Method Detail |
---|
PluginInfo<?> getInfo()
PluginInfo
metadata associated with the object.
void setInfo(PluginInfo<?> info)
PluginInfo
metadata associated with the object.
Typically this method is called only once to populate the metadata, but subsequent calls are not explicitly forbidden.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |