GraphLab Project

graphlab.ui.components.gpropertyeditor.utils
Class ObjectViewer

java.lang.Object
  extended by graphlab.ui.components.gpropertyeditor.utils.ObjectViewer
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener

public class ObjectViewer
extends java.lang.Object
implements javax.swing.event.ListSelectionListener

Author:
Azin Azadi

Constructor Summary
ObjectViewer()
           
 
Method Summary
 void Connect(java.lang.Object obj)
           
 NotifiableAttributeSetImpl getSortedNotifiableAttributeSet(NotifiableAttributeSet in)
           
static void main(java.lang.String[] args)
           
static ObjectViewer showObject(java.lang.Object o)
           
 void valueChanged(javax.swing.event.ListSelectionEvent e)
          calls when user click on one of the properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectViewer

public ObjectViewer()
Method Detail

showObject

public static ObjectViewer showObject(java.lang.Object o)

main

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

Connect

public void Connect(java.lang.Object obj)

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
calls when user click on one of the properties

Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener

getSortedNotifiableAttributeSet

public NotifiableAttributeSetImpl getSortedNotifiableAttributeSet(NotifiableAttributeSet in)

GraphLab Project