org.xulux.guilayer.swing.properties
Class BackgroundColorProperty

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

public class BackgroundColorProperty
extends SwingProperty

Set the foreground color property.

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
BackgroundColorProperty()
           
 
Method Summary
 boolean handleProperty(org.xulux.api.gui.IWidget widget, org.xulux.api.gui.IProperty property)
          That the property is called implies it can be set on the native component.
 
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

BackgroundColorProperty

public BackgroundColorProperty()
Method Detail

handleProperty

public boolean handleProperty(org.xulux.api.gui.IWidget widget,
                              org.xulux.api.gui.IProperty property)
That the property is called implies it can be set on the native component.

See Also:
org.xulux.api.gui.IPropertyHandler#handleProperty(org.xulux.api.gui.IWidget, java.lang.String)


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