Gridarta Editor
Package net.sf.gridarta.gui.panel.tools

This package handles tools for manipulating maps. More...

Classes

class  AbstractTool
 Base class for tools. More...
 
class  BasicAbstractTool
 Base class for the default provided tools. More...
 
class  DeletionTool
 Tool for Deletion. More...
 
class  InsertionTool
 MouseOpListener for insertion. More...
 
class  SelectionTool
 Tool for Selection. More...
 
interface  Tool
 Interface for tools that are used to manipulate maps. More...
 
class  ToolPalette
 Pane for controlling which mouse to select and configure tools for. More...
 
class  ToolSelector
 User interface for selecting a tool and displaying its options. More...
 
class  VoidTool
 The VoidTool is a tool that does nothing. More...
 

Detailed Description

This package handles tools for manipulating maps.

Examples for such tools are Selection, Deletion and Insertion.