com.ibm.di.admin.ui
Class GenericAttributeMapUI.AddAttribute

java.lang.Object
  extended by com.ibm.di.admin.ui.GenericAttributeMapUI.AddAttribute
All Implemented Interfaces:
Runnable
Enclosing class:
GenericAttributeMapUI

public class GenericAttributeMapUI.AddAttribute
extends Object
implements Runnable

An implementation class used for adding an attribute to the attribute map after the user has drag-n-dropped this attribute over the attribute map.


Constructor Summary
GenericAttributeMapUI.AddAttribute(Object attr)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericAttributeMapUI.AddAttribute

public GenericAttributeMapUI.AddAttribute(Object attr)
Method Detail

run

public void run()
Specified by:
run in interface Runnable