org.xulux.guilayer.swing.properties
Class SwingProperty

java.lang.Object
  extended by org.xulux.guilayer.swing.properties.SwingProperty
All Implemented Interfaces:
org.xulux.api.gui.IPropertyHandler
Direct Known Subclasses:
BackgroundColorProperty, ForegroundColorProperty, IntrospectionProperty, SizeProperty, WindowTitleProperty

public abstract class SwingProperty
extends java.lang.Object
implements org.xulux.api.gui.IPropertyHandler

An abstract for propertyhandlers for swing Use this abstract when you don't need any destroy or init.

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
SwingProperty()
           
 
Method Summary
 void destroy()
           
 java.lang.Object getValue()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xulux.api.gui.IPropertyHandler
handleProperty
 

Constructor Detail

SwingProperty

public SwingProperty()
Method Detail

init

public void init()
Specified by:
init in interface org.xulux.api.gui.IPropertyHandler
See Also:
IPropertyHandler.init()

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface org.xulux.api.gui.IPropertyHandler
See Also:
IPropertyHandler.getValue()

destroy

public void destroy()
Specified by:
destroy in interface org.xulux.api.gui.IPropertyHandler
See Also:
IPropertyHandler.destroy()


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