com.unitesk.requality.eclipse.views.properties
Class TreeNodePropertiesTab
java.lang.Object
AbstractPropertySection
com.unitesk.requality.eclipse.views.properties.TreeNodePropertiesTab
- Direct Known Subclasses:
- AdvancedPropertySection, AltDescriptionPropertySection, CommentMainPropertySection, DocLocationPropertySection, MainPropertySection, ReportDataPropertySection, TestDescriptionPropertySection, TestMainPropertySection, TestPredicatePropertySection
public abstract class TreeNodePropertiesTab
- extends AbstractPropertySection
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
node
protected TreeNode node
TreeNodePropertiesTab
public TreeNodePropertiesTab()
createControls
public void createControls(Composite parent,
TabbedPropertySheetPage aTabbedPropertySheetPage)
dispose
public void dispose()
setTreeNode
protected abstract void setTreeNode(TreeNode node)
setInput
public void setInput(IWorkbenchPart part,
ISelection selection)
toRequirement
protected Requirement toRequirement(TreeNode node)
toTreeNode
public static TreeNode toTreeNode(ISelection sel)