Uses of Class
net.ssehub.easy.producer.ui.productline_editor.instantiator.TreeNode.Insertable
-
Packages that use TreeNode.Insertable Package Description net.ssehub.easy.producer.ui.productline_editor.instantiator This package holds classes for the instantiator editor. -
-
Uses of TreeNode.Insertable in net.ssehub.easy.producer.ui.productline_editor.instantiator
Fields in net.ssehub.easy.producer.ui.productline_editor.instantiator declared as TreeNode.Insertable Modifier and Type Field Description private TreeNode.InsertableInstantiatorConfigPage.TreeNodeInsertionSelectionAdapter. insertableMethods in net.ssehub.easy.producer.ui.productline_editor.instantiator that return TreeNode.Insertable Modifier and Type Method Description static TreeNode.InsertableTreeNode.Insertable. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TreeNode.Insertable[]TreeNode.Insertable. 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.Insertable Modifier and Type Method Description private static voidInstantiatorConfigPage. setEnabled(org.eclipse.swt.widgets.Button button, TreeNode node, TreeNode.Insertable insertable)Changes the enabled state ofbuttondependent on the selectednodeand the intendedinsertable.(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.Constructors in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type TreeNode.Insertable Constructor Description TreeNodeInsertionSelectionAdapter(TreeNode.Insertable insertable)Creates the selection adapter.
-