public interface ToolSelectionHandler
Modifier and Type | Method and Description |
---|---|
void |
addToolSelectionListener(ToolSelectionListener listener)
Adds a listener to be notified when the tool selection changes
|
TaskGraph |
getSelectedTaskgraph() |
Tool |
getSelectedTool() |
Tool[] |
getSelectedTools() |
TrianaClient |
getSelectedTrianaClient() |
boolean |
isSingleSelectedTool() |
void |
removeToolSelectionListener(ToolSelectionListener listener)
Removes a listener from being notified when the tool selection changes
|
void addToolSelectionListener(ToolSelectionListener listener)
void removeToolSelectionListener(ToolSelectionListener listener)
boolean isSingleSelectedTool()
Tool getSelectedTool()
Tool[] getSelectedTools()
TaskGraph getSelectedTaskgraph()
TrianaClient getSelectedTrianaClient()