|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.scijava.AbstractContextual
org.scijava.plugin.AbstractRichPlugin
public abstract class AbstractRichPlugin
Abstract base class for RichPlugin implementations.
| Constructor Summary | |
|---|---|
AbstractRichPlugin()
|
|
| Method Summary | |
|---|---|
int |
compareTo(Prioritized that)
|
PluginInfo<?> |
getInfo()
Gets the PluginInfo metadata associated with the object. |
double |
getPriority()
Gets the sort priority of the object. |
void |
setInfo(PluginInfo<?> info)
Sets the PluginInfo metadata associated with the object. |
void |
setPriority(double priority)
Sets the sort priority of the object. |
String |
toString()
|
| Methods inherited from class org.scijava.AbstractContextual |
|---|
context, getContext, setContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.scijava.Contextual |
|---|
context, getContext, setContext |
| Constructor Detail |
|---|
public AbstractRichPlugin()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic double getPriority()
Prioritized
getPriority in interface PrioritizedPrioritypublic void setPriority(double priority)
Prioritized
setPriority in interface PrioritizedPrioritypublic PluginInfo<?> getInfo()
HasPluginInfoPluginInfo metadata associated with the object.
getInfo in interface HasPluginInfopublic void setInfo(PluginInfo<?> info)
HasPluginInfoPluginInfo metadata associated with the object.
Typically this method is called only once to populate the metadata, but subsequent calls are not explicitly forbidden.
setInfo in interface HasPluginInfopublic int compareTo(Prioritized that)
compareTo in interface Comparable<Prioritized>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||