Package com.prineside.tdi2.systems
Interface MapEditorSystem.Tool
- All Known Implementing Classes:
Draw
,Move
,Remove
,SelectRectangle
,View
- Enclosing class:
- MapEditorSystem
public static interface MapEditorSystem.Tool
-
Method Summary
Modifier and TypeMethodDescriptionvoid
disabled()
Called when some other tool is being enabledvoid
enabled
(MapEditorSystem.Tool previousTool) Called when this tool is being enabledvoid
Called after being registered in the system
-
Method Details
-
setup
Called after being registered in the system -
getTooltip
-
enabled
Called when this tool is being enabled -
disabled
void disabled()Called when some other tool is being enabled
-