intarsys runtime library

de.intarsys.tools.tree
Class BeanPropertiesNode

java.lang.Object
  extended by de.intarsys.tools.tree.CommonNode
      extended by de.intarsys.tools.tree.PropertiesNode
          extended by de.intarsys.tools.tree.BeanPropertiesNode
All Implemented Interfaces:
IAttributeSupport, INotificationSupport, IPresentationSupport

public class BeanPropertiesNode
extends PropertiesNode

A PropertiesNode that reflects the object properties using plain Java beans techniques.


Field Summary
 
Fields inherited from interface de.intarsys.tools.presentation.IPresentationSupport
ATTR_DESCRIPTION, ATTR_ICON, ATTR_LABEL, ATTR_TIP
 
Constructor Summary
BeanPropertiesNode(CommonNode parent, Object object)
           
 
Method Summary
 
Methods inherited from class de.intarsys.tools.tree.PropertiesNode
getIconName, getLabel, setIconName, setLabel
 
Methods inherited from class de.intarsys.tools.tree.CommonNode
addNotificationListener, getAttribute, getChildren, getDescription, getNode, getNodeHandler, getObject, getParent, getTip, hasChildren, removeAttribute, removeNotificationListener, setAttribute, setNodeHandler
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanPropertiesNode

public BeanPropertiesNode(CommonNode parent,
                          Object object)

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.