Uses of Class
net.ssehub.easy.producer.ui.productline_editor.instantiator.TreeNode.InsertionPoint
-
Packages that use TreeNode.InsertionPoint Package Description net.ssehub.easy.producer.ui.productline_editor.instantiator This package holds classes for the instantiator editor. -
-
Uses of TreeNode.InsertionPoint in net.ssehub.easy.producer.ui.productline_editor.instantiator
Fields in net.ssehub.easy.producer.ui.productline_editor.instantiator declared as TreeNode.InsertionPoint Modifier and Type Field Description private TreeNode.InsertionPointInsertInstantiatorDialog. insertionPointprivate TreeNode.InsertionPointBuildResolverVisitor. pointMethods in net.ssehub.easy.producer.ui.productline_editor.instantiator that return TreeNode.InsertionPoint Modifier and Type Method Description protected TreeNode.InsertionPointInstantiatorConfigPage.TreeNodeInsertionSelectionAdapter. getSupportedInsertionPoint(TreeNode selected)Returns the supported insertion point for the givenselectednode.(package private) TreeNode.InsertionPointAlternativeBranchTreeNode. supportedInsertionPoint(TreeNode.Insertable insertable)(package private) TreeNode.InsertionPointElementTreeNode. supportedInsertionPoint(TreeNode.Insertable insertable)(package private) TreeNode.InsertionPointRuleTreeNode. supportedInsertionPoint(TreeNode.Insertable insertable)(package private) TreeNode.InsertionPointTextTreeNode. supportedInsertionPoint(TreeNode.Insertable insertable)(package private) abstract TreeNode.InsertionPointTreeNode. supportedInsertionPoint(TreeNode.Insertable insertable)Returns the supported insertion point within the tree forinsertable.static TreeNode.InsertionPointTreeNode.InsertionPoint. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TreeNode.InsertionPoint[]TreeNode.InsertionPoint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type TreeNode.InsertionPoint Modifier and Type Method Description static java.lang.StringTreeUtils. insertOperation(Script script, TreeNode node, TreeNode.InsertionPoint insertionPoint, IMetaOperation operation, Argument[] arguments)Insertsoperationatnodeinto the containing rule considering theinsertionPointand the user specified arguments.Constructors in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type TreeNode.InsertionPoint Constructor Description BuildResolverVisitor(TypeRegistry registry, TreeNode node, TreeNode.InsertionPoint point)Creates a build resolver visitor.InsertInstantiatorDialog(org.eclipse.swt.widgets.Shell parentShell, Script script, TreeNode node, TreeNode.InsertionPoint insertionPoint)Default constructor.
-