@Accessors
public abstract class AbstractCheckBoxTreeItem<T extends de.bmiag.tapir.execution.model.Identifiable>
extends javafx.scene.control.CheckBoxTreeItem<de.bmiag.tapir.execution.model.Identifiable>
Identifiable and contains the execution status of the test item.| Constructor and Description |
|---|
AbstractCheckBoxTreeItem(T t) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<javafx.scene.control.TreeItem<de.bmiag.tapir.execution.model.Identifiable>> |
createChildren() |
ExecutionStatus |
getExecutionStatus() |
void |
setExecutionStatus(ExecutionStatus executionStatus) |
checkBoxSelectionChangedEvent, independentProperty, indeterminateProperty, isIndependent, isIndeterminate, isSelected, selectedProperty, setIndependent, setIndeterminate, setSelectedaddEventHandler, branchCollapsedEvent, branchExpandedEvent, buildEventDispatchChain, childrenModificationEvent, expandedItemCountChangeEvent, expandedProperty, getChildren, getGraphic, getParent, getValue, graphicChangedEvent, graphicProperty, isExpanded, isLeaf, leafProperty, nextSibling, nextSibling, parentProperty, previousSibling, previousSibling, removeEventHandler, setExpanded, setGraphic, setValue, toString, treeNotificationEvent, valueChangedEvent, valuePropertypublic AbstractCheckBoxTreeItem(T t)
public abstract List<javafx.scene.control.TreeItem<de.bmiag.tapir.execution.model.Identifiable>> createChildren()
@Pure public ExecutionStatus getExecutionStatus()
public void setExecutionStatus(ExecutionStatus executionStatus)
Copyright © 2018 b+m Informatik AG. All rights reserved.