Package | Description |
---|---|
edu.ucdavis.cstars.client.event | |
edu.ucdavis.cstars.client.toolbars |
Modifier and Type | Method and Description |
---|---|
void |
ToolbarActivateHandler.onActivate(Edit.ToolType tool,
Graphic graphic) |
void |
ToolbarDeactivateHandler.onDeactivate(Edit.ToolType tool,
Graphic graphic,
boolean isModified) |
Modifier and Type | Method and Description |
---|---|
Edit.ToolType |
Edit.EditState.getTool()
Indicates if the tool is currently being used.
|
static Edit.ToolType |
Edit.ToolType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Edit.ToolType[] |
Edit.ToolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Edit.activate(Edit.ToolType tool,
Graphic graphic)
Activates the toolbar to edit the supplied graphic.
|
void |
Edit.activate(Edit.ToolType tool,
Graphic graphic,
Edit.Options options)
Activates the toolbar to edit the supplied graphic.
|