com.unitesk.requality.eclipse.views.properties
public class DocLocationPropertySection extends TreeNodePropertiesTab implements ILocationTab
Modifier and Type | Field and Description |
---|---|
ITreeChangeListener |
tcl |
node, updating
Constructor and Description |
---|
DocLocationPropertySection() |
Modifier and Type | Method and Description |
---|---|
void |
aboutToBeHidden() |
void |
createControls(Composite parent,
TabbedPropertySheetPage aTabbedPropertySheetPage) |
void |
dispose() |
Document |
getDocument() |
java.util.Map<Location,java.util.List<Requirement>> |
getLocationsAndRequirements() |
void |
refreshLocations() |
protected void |
setTreeNode(TreeNode node) |
protected Document |
toDocument(TreeNode node) |
getDescriptionFocusAdapter, setInput, toRequirement, toRequirementOrNode, toTreeNode
public ITreeChangeListener tcl
public void createControls(Composite parent, TabbedPropertySheetPage aTabbedPropertySheetPage)
createControls
in class TreeNodePropertiesTab
public Document getDocument()
public void aboutToBeHidden()
public void refreshLocations()
refreshLocations
in interface ILocationTab
public void dispose()
dispose
in class TreeNodePropertiesTab
protected void setTreeNode(TreeNode node)
setTreeNode
in class TreeNodePropertiesTab
public java.util.Map<Location,java.util.List<Requirement>> getLocationsAndRequirements()
getLocationsAndRequirements
in interface ILocationTab