public abstract class TreeNodePropertiesTab
extends AbstractPropertySection
Constructor and Description |
---|
TreeNodePropertiesTab() |
Modifier and Type | Method and Description |
---|---|
void |
createControls(Composite parent,
TabbedPropertySheetPage aTabbedPropertySheetPage) |
void |
dispose() |
void |
setInput(IWorkbenchPart part,
ISelection selection) |
protected abstract void |
setTreeNode(TreeNode node) |
protected Requirement |
toRequirement(TreeNode node) |
static TreeNode |
toTreeNode(ISelection sel) |
protected TreeNode node
public void createControls(Composite parent, TabbedPropertySheetPage aTabbedPropertySheetPage)
public void dispose()
protected abstract void setTreeNode(TreeNode node)
public void setInput(IWorkbenchPart part, ISelection selection)
protected Requirement toRequirement(TreeNode node)
public static TreeNode toTreeNode(ISelection sel)