com.unitesk.requality.eclipse.views.properties
public abstract class TreeNodePropertiesTab extends AbstractPropertySection
Modifier and Type | Field and Description |
---|---|
protected TreeNode |
node |
protected boolean |
updating |
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
protected boolean updating
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)