org.scijava.plugin
Class AbstractHandlerPlugin<D>

java.lang.Object
  extended by org.scijava.AbstractContextual
      extended by org.scijava.plugin.AbstractRichPlugin
          extended by org.scijava.plugin.AbstractTypedPlugin<D>
              extended by org.scijava.plugin.AbstractHandlerPlugin<D>
All Implemented Interfaces:
Comparable<Prioritized>, Contextual, HandlerPlugin<D>, HasPluginInfo, RichPlugin, SciJavaPlugin, SingletonPlugin, TypedPlugin<D>, Prioritized, Typed<D>

public abstract class AbstractHandlerPlugin<D>
extends AbstractTypedPlugin<D>
implements HandlerPlugin<D>

Abstract base class for HandlerPlugin implementations.

Author:
Curtis Rueden

Constructor Summary
AbstractHandlerPlugin()
           
 
Method Summary
 
Methods inherited from class org.scijava.plugin.AbstractTypedPlugin
supports
 
Methods inherited from class org.scijava.plugin.AbstractRichPlugin
compareTo, getInfo, getPriority, setInfo, setPriority, 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
 
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.Typed
getType, supports
 

Constructor Detail

AbstractHandlerPlugin

public AbstractHandlerPlugin()


Copyright © 2009–2014 SciJava. All rights reserved.