Class View
java.lang.Object
com.prineside.tdi2.utils.mapeditor.tools.View
- All Implemented Interfaces:
 Listener<MouseClick>,MapEditorSystem.Tool
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddisabled()Called when some other tool is being enabledvoidenabled(MapEditorSystem.Tool previousTool) Called when this tool is being enabledvoidhandleEvent(MouseClick event) voidCalled after being registered in the system 
- 
Constructor Details
- 
View
public View() 
 - 
 - 
Method Details
- 
setup
Description copied from interface:MapEditorSystem.ToolCalled after being registered in the system- Specified by:
 setupin interfaceMapEditorSystem.Tool
 - 
getTooltip
- Specified by:
 getTooltipin interfaceMapEditorSystem.Tool
 - 
enabled
Description copied from interface:MapEditorSystem.ToolCalled when this tool is being enabled- Specified by:
 enabledin interfaceMapEditorSystem.Tool
 - 
disabled
public void disabled()Description copied from interface:MapEditorSystem.ToolCalled when some other tool is being enabled- Specified by:
 disabledin interfaceMapEditorSystem.Tool
 - 
handleEvent
- Specified by:
 handleEventin interfaceListener<MouseClick>
 
 -