net.xoetrope.xui
Interface XModelHolder

All Known Implementing Classes:
XEditTable, XTable, XTable, XTable, XTable, XTable, XTable2, XToolItem, XTree

public interface XModelHolder

Generic interface for components that use an XModel instance. Known instances include XTable

Copyright (c) Xoetrope Ltd., 2002-2003

License: see license.txt

$Revision: 2.2 $


Method Summary
 void setModel(XModel m)
          Set the model data.
 void update()
          The model is modified and the UI needs to be updated.
 

Method Detail

setModel

void setModel(XModel m)
Set the model data.

Parameters:
m - the model node containing the data to be used by the component

update

void update()
The model is modified and the UI needs to be updated.