RasterCommand.setSelected( selected )
Updates the 'selected' state of all toolbar and menus containing an item associated with this command.Parameters
Name | Type | Description | |
---|---|---|---|
selected | boolean |
True marks command items assosiated with this
command as selected. False unselect them. |
Returns
Type | Description |
---|---|
object | The command object. This allow for chaining multiple setter methods in one single statement. |