Interface ShortcutsDescriptor
-
- All Known Implementing Classes:
MoveSelectedItemsTool
,RotateSelectedItemTool
,ScaleSelectedItemsTool
,SelectFeaturesTool
,SelectLineStringsTool
,SelectMultiItemsTool
,SelectOneItemTool
,SelectPartsTool
,SelectTool
public interface ShortcutsDescriptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<QuasimodeTool.ModifierKeySpec,String>
describeShortcuts()
String
getName()
-
-
-
Method Detail
-
getName
String getName()
-
describeShortcuts
Map<QuasimodeTool.ModifierKeySpec,String> describeShortcuts()
-
-