Class AlternativeBranchTreeNode
- java.lang.Object
-
- net.ssehub.easy.producer.ui.productline_editor.instantiator.TreeNode
-
- net.ssehub.easy.producer.ui.productline_editor.instantiator.TextTreeNode
-
- net.ssehub.easy.producer.ui.productline_editor.instantiator.AlternativeBranchTreeNode
-
public class AlternativeBranchTreeNode extends TextTreeNode
Represents an alternative branch tree node.- Author:
- Holger Eichelberger
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.ssehub.easy.producer.ui.productline_editor.instantiator.TreeNode
TreeNode.Insertable, TreeNode.InsertionPoint
-
-
Constructor Summary
Constructors Constructor Description AlternativeBranchTreeNode(TreeNode parent, boolean thenPart)Creates a branch tree node.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) TreeNode.InsertionPointsupportedInsertionPoint(TreeNode.Insertable insertable)Returns the supported insertion point within the tree forinsertable.-
Methods inherited from class net.ssehub.easy.producer.ui.productline_editor.instantiator.TextTreeNode
getText
-
Methods inherited from class net.ssehub.easy.producer.ui.productline_editor.instantiator.TreeNode
getChildren, getImage, getParent, hasChildren, setChildren
-
-
-
-
Constructor Detail
-
AlternativeBranchTreeNode
AlternativeBranchTreeNode(TreeNode parent, boolean thenPart)
Creates a branch tree node.- Parameters:
parent- the parent nodethenPart- whether this node represents the then or the else part
-
-
Method Detail
-
supportedInsertionPoint
TreeNode.InsertionPoint supportedInsertionPoint(TreeNode.Insertable insertable)
Description copied from class:TreeNodeReturns the supported insertion point within the tree forinsertable.- Overrides:
supportedInsertionPointin classTextTreeNode- Parameters:
insertable- the element to be inserted- Returns:
- the supported rule insertion point
-
-