Package mgui.interfaces.tools.queries
Interface QueryTool
- All Superinterfaces:
java.lang.Cloneable
,IconObject
,PopupMenuObject
,Tool
,ToolInputListener
- All Known Implementing Classes:
ToolQueryShape2D
,ToolQueryShape3D
public interface QueryTool extends Tool
Interface for all query tools.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Method Summary
Modifier and Type Method Description InterfaceQuery
getQuery()
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, clone, deactivate, getName, getPreviousTool, isExclusive, isImmediate, removeListener, setTargetPanel
Methods inherited from interface mgui.interfaces.tools.ToolInputListener
handleToolEvent
-
Method Details
-
getQuery
InterfaceQuery getQuery()
-