org.xulux.guilayer.swing.properties
Class IntrospectionProperty

java.lang.Object
  extended by org.xulux.guilayer.swing.properties.SwingProperty
      extended by org.xulux.guilayer.swing.properties.IntrospectionProperty
All Implemented Interfaces:
org.xulux.api.gui.IPropertyHandler

public class IntrospectionProperty
extends SwingProperty

Set values based on introspection. For now pretty basic and limits to strings. TODO : Use BeanDataProvider for this!

Version:
$Id: $
Author:
Martin van den Bemt

Field Summary
 
Fields inherited from interface org.xulux.api.gui.IPropertyHandler
DELAYED, IMMIDIATE, INIT, NORMAL, POST_INIT, PRE_INIT, REFRESH
 
Constructor Summary
IntrospectionProperty()
           
 
Method Summary
 boolean handleProperty(org.xulux.api.gui.IWidget widget, org.xulux.api.gui.IProperty property)
           
 
Methods inherited from class org.xulux.guilayer.swing.properties.SwingProperty
destroy, getValue, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntrospectionProperty

public IntrospectionProperty()
Method Detail

handleProperty

public boolean handleProperty(org.xulux.api.gui.IWidget widget,
                              org.xulux.api.gui.IProperty property)
See Also:
IPropertyHandler.handleProperty(org.xulux.api.gui.IWidget, org.xulux.api.gui.IProperty)


Copyright © 2002-2007 Martin van den Bemt. All Rights Reserved.