com.unitesk.requality.eclipse.editors.panels
Class AttributesPanel

java.lang.Object
  extended by Composite
      extended by com.unitesk.requality.eclipse.editors.panels.AttributesPanel

public class AttributesPanel
extends Composite


Constructor Summary
AttributesPanel(Composite parent, int style)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getAttributes()
           
 boolean isChanged()
           
 void setAttributes(TreeNode req)
           
protected  void updateUI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributesPanel

public AttributesPanel(Composite parent,
                       int style)
Method Detail

updateUI

protected void updateUI()

setAttributes

public void setAttributes(TreeNode req)

getAttributes

public java.util.Map<java.lang.String,java.lang.Object> getAttributes()

isChanged

public boolean isChanged()