|
|||||||||
| 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
org.scijava.service.AbstractService
org.scijava.plugin.AbstractPTService<PT>
org.scijava.plugin.AbstractTypedService<DT,PT>
DT - Base data type of the TypedPlugins.PT - Plugin type of the TypedPlugins.public abstract class AbstractTypedService<DT,PT extends TypedPlugin<DT>>
Abstract base class for TypedServices.
| Constructor Summary | |
|---|---|
AbstractTypedService()
|
|
| Method Summary |
|---|
| Methods inherited from class org.scijava.plugin.AbstractPTService |
|---|
create, getPlugins, getPluginService |
| Methods inherited from class org.scijava.service.AbstractService |
|---|
dispose, getContext, initialize, registerEventHandlers, setContext, toString |
| Methods inherited from class org.scijava.plugin.AbstractRichPlugin |
|---|
compareTo, getInfo, getPriority, setInfo, setPriority |
| Methods inherited from class org.scijava.AbstractContextual |
|---|
context |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.scijava.plugin.PTService |
|---|
create, getPlugins, getPluginService, getPluginType |
| Methods inherited from interface org.scijava.service.Service |
|---|
initialize, registerEventHandlers |
| Methods inherited from interface org.scijava.Contextual |
|---|
context, getContext, setContext |
| Methods inherited from interface org.scijava.Prioritized |
|---|
getPriority, setPriority |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface org.scijava.plugin.HasPluginInfo |
|---|
getInfo, setInfo |
| Methods inherited from interface org.scijava.Disposable |
|---|
dispose |
| Methods inherited from interface org.scijava.Typed |
|---|
getType, supports |
| Constructor Detail |
|---|
public AbstractTypedService()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||