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

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

public class AltDescriptionPropertySection
extends TreeNodePropertiesTab


Field Summary
 
Fields inherited from class com.unitesk.requality.eclipse.views.properties.TreeNodePropertiesTab
node
 
Constructor Summary
AltDescriptionPropertySection()
           
 
Method Summary
 void createControls(Composite parent, TabbedPropertySheetPage aTabbedPropertySheetPage)
           
 void dispose()
           
 Location getLocation()
           
 Requirement getRequirement()
           
 void refreshLocations()
           
protected  void setTreeNode(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

AltDescriptionPropertySection

public AltDescriptionPropertySection()
Method Detail

createControls

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

getRequirement

public Requirement getRequirement()

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