dd.ui
Class AttributeEditor

java.lang.Object
  extended bydd.ui.AttributeEditor
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener

public class AttributeEditor
extends java.lang.Object
implements java.beans.PropertyChangeListener


Constructor Summary
AttributeEditor(java.util.Map nameValuePairs)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 javax.swing.JComponent makeUI()
          Makes the user interface.
 void propertyChange(java.beans.PropertyChangeEvent evt)
           
 void setAttributes(java.util.Map m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeEditor

public AttributeEditor(java.util.Map nameValuePairs)
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener

setAttributes

public void setAttributes(java.util.Map m)

makeUI

public javax.swing.JComponent makeUI()
Makes the user interface. This creates a map on the left side and an attribute editor on the right side.


main

public static void main(java.lang.String[] args)