Uses of Class
br.usp.ime.klava.segmentit.gui.Tool

Packages that use Tool
br.usp.ime.klava.segmentit.gui This package contains classes utilized in the GUI (Graphical User Interface) of the segmentation tool. 
 

Uses of Tool in br.usp.ime.klava.segmentit.gui
 

Methods in br.usp.ime.klava.segmentit.gui that return Tool
static Tool Tool.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Tool[] Tool.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in br.usp.ime.klava.segmentit.gui with parameters of type Tool
 void SegmentationContainer.setSelectedTool(Tool tool)
           
 void ToolContainer.setSelectedTool(Tool tool)
          Sets the selected Tool.
 void SegmentViaHierarchy.setSelectedTool(Tool tool)
           
 void StatusBar.setTool(Tool tool)
          Sets the selected tool
 void SegmentationDocument.setTool(Tool tool)
          Sets the tool being used.