Uses of Class
com.sun.electric.tool.user.ui.ToolBar.CursorMode

Packages that use ToolBar.CursorMode
com.sun.electric.tool.user.ui   
 

Uses of ToolBar.CursorMode in com.sun.electric.tool.user.ui
 

Methods in com.sun.electric.tool.user.ui that return ToolBar.CursorMode
static ToolBar.CursorMode ToolBar.getCursorMode()
          Method to tell which cursor mode is in effect.
static ToolBar.CursorMode ToolBar.CursorMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ToolBar.CursorMode[] ToolBar.CursorMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.electric.tool.user.ui with parameters of type ToolBar.CursorMode
static void ToolBar.setCursorMode(ToolBar.CursorMode cm)
          Method to set the cursor mode (the mode of cursor interaction).