Class ToolDataSource

java.lang.Object
mgui.interfaces.tools.datasources.ToolDataSource
All Implemented Interfaces:
java.lang.Cloneable, PopupMenuObject, Tool, ToolInputListener, IconObject

public abstract class ToolDataSource
extends java.lang.Object
implements Tool
Tool operating on DataSourcePanel windows.
Since:
1.0
Version:
1.0
Author:
Andrew Reid
  • Constructor Details

    • ToolDataSource

      public ToolDataSource()
  • Method Details

    • clone

      public java.lang.Object clone() throws java.lang.CloneNotSupportedException
      Specified by:
      clone in interface Tool
      Overrides:
      clone in class java.lang.Object
      Throws:
      java.lang.CloneNotSupportedException
    • getPreviousTool

      public Tool getPreviousTool()
      Description copied from interface: Tool
      Returns the tool that was set previous to this one, if one exists
      Specified by:
      getPreviousTool in interface Tool
      Returns: