Package | Description |
---|---|
com.sun.electric.tool.user.ui |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
ToolBar.setCursorMode(ToolBar.CursorMode cm)
Method to set the cursor mode (the mode of cursor interaction).
|