public interface TaskComponent
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Dispose of this task component
|
java.awt.Component |
getComponent() |
NodeComponent |
getNodeComponent(Node node) |
Task |
getTaskInterface() |
boolean |
isSelected()
Returns true if the particular component is selected
|
void |
setSelected(boolean state)
Sets the component as selected
|
java.awt.Component getComponent()
Task getTaskInterface()
NodeComponent getNodeComponent(Node node)
void setSelected(boolean state)
boolean isSelected()
void dispose()