DESY ACOP Beans Home

Uses of Interface
com.cosylab.gui.components.table.ObjectTableEngine

Packages that use ObjectTableEngine
com.cosylab.gui.components   
com.cosylab.gui.components.table   
 

Uses of ObjectTableEngine in com.cosylab.gui.components
 

Methods in com.cosylab.gui.components that return ObjectTableEngine
 ObjectTableEngine ObjectTableModel.getObjectTableEngine()
          Return engine, which converts objects to table rows.
 

Methods in com.cosylab.gui.components with parameters of type ObjectTableEngine
 void ObjectTableModel.setObjectTableEngine(ObjectTableEngine objectTableEngine)
          Sets new object to for converter.
 

Constructors in com.cosylab.gui.components with parameters of type ObjectTableEngine
ObjectTableModel(ObjectTableEngine engine)
          Creates new model with engine.
 

Uses of ObjectTableEngine in com.cosylab.gui.components.table
 

Classes in com.cosylab.gui.components.table that implement ObjectTableEngine
 class DefaultObjectTableEngine
          Default implementation of the ObjectTableEngine.
 



Copyright © 2010. All Rights Reserved.