D - Data type wrapped by the plugin.public abstract class AbstractWrapperPlugin<D> extends AbstractTypedPlugin<D> implements WrapperPlugin<D>
WrapperPlugins.| Constructor and Description | 
|---|
| AbstractWrapperPlugin() | 
| Modifier and Type | Method and Description | 
|---|---|
| D | get()Gets the data object currently associated with this plugin. | 
| void | set(D data)Associates the given data object with this plugin. | 
supportsgetInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionpublic void set(D data)
WrapperPluginTyped.supports(T) must return true).set in interface WrapperPlugin<D>data - The data object to associate with the plugin.public D get()
WrapperPluginget in interface WrapperPlugin<D>Copyright © 2009–2018 SciJava. All rights reserved.