|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |