Package adams.gui.plugin
Interface ToolPluginSupporter<T extends JPanel>
-
- All Known Implementing Classes:
ImageViewerPanel
public interface ToolPluginSupporter<T extends JPanel>
For tools that make use of the tool plugin framework.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getCurrentPanel()
Returns the current panel.
-
-
-
Method Detail
-
getCurrentPanel
T getCurrentPanel()
Returns the current panel.- Returns:
- the current panel
-
-