GraphLab Project

graphlab.ui.components.gpropertyeditor
Class ProEditor2NotifiableAttributeSetConnector

java.lang.Object
  extended by graphlab.ui.components.gpropertyeditor.ProEditor2NotifiableAttributeSetConnector
All Implemented Interfaces:
AttributeListener, java.util.EventListener, javax.swing.event.TableModelListener

public class ProEditor2NotifiableAttributeSetConnector
extends java.lang.Object
implements AttributeListener, javax.swing.event.TableModelListener

Author: azin azadi


Constructor Summary
ProEditor2NotifiableAttributeSetConnector(GPropertyEditor editor)
           
 
Method Summary
 void attributeUpdated(java.lang.String name, java.lang.Object oldVal, java.lang.Object newVal)
           
 void connect(NotifiableAttributeSet atr)
           
 void load(NotifiableAttributeSet x)
           
 void tableChanged(javax.swing.event.TableModelEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProEditor2NotifiableAttributeSetConnector

public ProEditor2NotifiableAttributeSetConnector(GPropertyEditor editor)
Method Detail

connect

public void connect(NotifiableAttributeSet atr)

attributeUpdated

public void attributeUpdated(java.lang.String name,
                             java.lang.Object oldVal,
                             java.lang.Object newVal)
Specified by:
attributeUpdated in interface AttributeListener

tableChanged

public void tableChanged(javax.swing.event.TableModelEvent e)
Specified by:
tableChanged in interface javax.swing.event.TableModelListener

load

public void load(NotifiableAttributeSet x)

GraphLab Project