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 Detail

      • getCurrentPanel

        T getCurrentPanel()
        Returns the current panel.
        Returns:
        the current panel