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 Summary
Constructors Constructor Description ToolDataSource()
-
Method Summary
Modifier and Type Method Description java.lang.Object
clone()
Tool
getPreviousTool()
Returns the tool that was set previous to this one, if one existsMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface mgui.resources.icons.IconObject
getObjectIcon
Methods inherited from interface mgui.interfaces.menus.PopupMenuObject
getPopupMenu, getPopupMenu, handlePopupEvent, showPopupMenu
Methods inherited from interface mgui.interfaces.tools.Tool
activate, addListener, deactivate, getName, isExclusive, isImmediate, removeListener, setTargetPanel
Methods inherited from interface mgui.interfaces.tools.ToolInputListener
handleToolEvent
-
Constructor Details
-
ToolDataSource
public ToolDataSource()
-
-
Method Details
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException -
getPreviousTool
Description copied from interface:Tool
Returns the tool that was set previous to this one, if one exists- Specified by:
getPreviousTool
in interfaceTool
- Returns:
-