com.unitesk.requality.eclipse.views.properties
Class DocLocationPropertySection

java.lang.Object
  extended by AbstractPropertySection
      extended by com.unitesk.requality.eclipse.views.properties.TreeNodePropertiesTab
          extended by com.unitesk.requality.eclipse.views.properties.DocLocationPropertySection

public class DocLocationPropertySection
extends TreeNodePropertiesTab


Field Summary
 
Fields inherited from class com.unitesk.requality.eclipse.views.properties.TreeNodePropertiesTab
node
 
Constructor Summary
DocLocationPropertySection()
           
 
Method Summary
 void createControls(Composite parent, TabbedPropertySheetPage aTabbedPropertySheetPage)
           
 void dispose()
           
 Document getDocument()
           
 Location getLocation()
           
 void refreshLocations()
           
protected  void setTreeNode(TreeNode node)
           
protected  Document toDocument(TreeNode node)
           
 
Methods inherited from class com.unitesk.requality.eclipse.views.properties.TreeNodePropertiesTab
setInput, toRequirement, toTreeNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocLocationPropertySection

public DocLocationPropertySection()
Method Detail

createControls

public void createControls(Composite parent,
                           TabbedPropertySheetPage aTabbedPropertySheetPage)
Overrides:
createControls in class TreeNodePropertiesTab

getDocument

public Document getDocument()

getLocation

public Location getLocation()

refreshLocations

public void refreshLocations()

dispose

public void dispose()
Overrides:
dispose in class TreeNodePropertiesTab

setTreeNode

protected void setTreeNode(TreeNode node)
Specified by:
setTreeNode in class TreeNodePropertiesTab

toDocument

protected Document toDocument(TreeNode node)