|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpTreeModel | |
|---|---|
| ilog.cpl | ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes. |
| ilog.cpl.tree | Together with ilog.cpl.IlpTree, this package constitutes
the ILOG JTGO Tree component. |
| Uses of IlpTreeModel in ilog.cpl |
|---|
| Methods in ilog.cpl that return IlpTreeModel | |
|---|---|
protected IlpTreeModel |
IlpTree.createDefaultModel()
Creates the default model, which is an IlpTreeModel object. |
IlpTreeModel |
IlpTree.getModel()
Returns the current model. |
| Methods in ilog.cpl with parameters of type IlpTreeModel | |
|---|---|
void |
IlpTree.setModel(IlpTreeModel model)
Sets the model. |
| Constructors in ilog.cpl with parameters of type IlpTreeModel | |
|---|---|
IlpTree(IlpContext context,
IlpTreeModel model,
IlpTreeView view,
IlpTreeController controller)
Creates a Tree component with given MVC components. |
|
IlpTree(IlpTreeModel model,
IlpTreeView view,
IlpTreeController controller)
Creates a Tree component with given MVC components. |
|
| Uses of IlpTreeModel in ilog.cpl.tree |
|---|
| Methods in ilog.cpl.tree that return IlpTreeModel | |
|---|---|
IlpTreeModel |
IlpAbstractTreeAdapter.getModel()
Returns the model. |
| Methods in ilog.cpl.tree with parameters of type IlpTreeModel | |
|---|---|
void |
IlpAbstractTreeAdapter.setModel(IlpTreeModel model)
Sets the model. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||