Class AbstractAnnotationProvider
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.dbe.AbstractAnnotationProvider
- All Implemented Interfaces:
AnnotationProvider
public abstract class AbstractAnnotationProvider extends Object implements AnnotationProvider
- Author:
- klukas
-
Constructor Summary
Constructors Constructor Description AbstractAnnotationProvider()
-
Method Summary
Modifier and Type Method Description JButton
getButton(ExperimentInterface md, ExperimentDataInfoPane resultPane)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.dbe.AnnotationProvider
getTitle, processWorkload, requestUserData
-
Constructor Details
-
AbstractAnnotationProvider
public AbstractAnnotationProvider()
-
-
Method Details
-
getButton
- Specified by:
getButton
in interfaceAnnotationProvider
-