net.xoetrope.xui
Interface XStateHolder

All Known Implementing Classes:
XCheckbox, XCheckbox, XCheckbox, XCheckbox, XRadioButton, XRadioButton, XRadioButton, XRadioButton

public interface XStateHolder

A generic interface that allows stateful components to bind their state

Copyright (c) Xoetrope Ltd., 1998-2004

$Revision: 2.2 $


Method Summary
 java.lang.Object getComponentState()
          Get the component state
 void setComponentState(java.lang.Object object)
          Set the component state
 

Method Detail

getComponentState

java.lang.Object getComponentState()
Get the component state

Returns:
the object state

setComponentState

void setComponentState(java.lang.Object object)
Set the component state

Parameters:
object - the new component state