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.
|
supportscompareTo, getInfo, getPriority, setInfo, setPriority, toStringcontext, getContext, setContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcontext, getContext, setContextgetPriority, setPrioritycompareTogetInfo, setInfopublic 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–2016 SciJava. All rights reserved.