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.Objectclone()ToolgetPreviousTool()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, waitMethods inherited from interface mgui.resources.icons.IconObject
getObjectIconMethods inherited from interface mgui.interfaces.menus.PopupMenuObject
getPopupMenu, getPopupMenu, handlePopupEvent, showPopupMenuMethods inherited from interface mgui.interfaces.tools.Tool
activate, addListener, deactivate, getName, isExclusive, isImmediate, removeListener, setTargetPanelMethods 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:ToolReturns the tool that was set previous to this one, if one exists- Specified by:
getPreviousToolin interfaceTool- Returns:
-