|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xulux.guilayer.swing.properties.SwingProperty
public abstract class SwingProperty
An abstract for propertyhandlers for swing Use this abstract when you don't need any destroy or init.
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 |
---|
public SwingProperty()
Method Detail |
---|
public void init()
init
in interface org.xulux.api.gui.IPropertyHandler
IPropertyHandler.init()
public java.lang.Object getValue()
getValue
in interface org.xulux.api.gui.IPropertyHandler
IPropertyHandler.getValue()
public void destroy()
destroy
in interface org.xulux.api.gui.IPropertyHandler
IPropertyHandler.destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |