Method Summary |
|
Properties | getConfig() Access the configuration properties, combined from placement and registration, for the tool placement. |
String | getContext() Access the placement context. |
String | getId() Get the tool placement id. |
Properties | getPlacementConfig() Access the configuration properties for this tool placement - not including those from the tool registration. |
String | getTitle() Access the tool placement title. |
Tool | getTool() Access the tool placed with this placement. |
String | getToolId() Access the well-known tool-id of the tool associated with this placement. |
void | save() Save any changes to the placement. |
void | setTitle(String title) Set the title for this tool placement. |
void | setTool(String toolId, Tool tool) Set the tool for this tool placement. |