public static interface CompareModelHelper.NodeEmitter
| Modifier and Type | Interface and Description |
|---|---|
static class |
CompareModelHelper.NodeEmitter.Result |
| Modifier and Type | Field and Description |
|---|---|
static int |
INDEX_FIRST |
static int |
INDEX_SHARED |
| Modifier and Type | Method and Description |
|---|---|
void |
beginChildren()
beginChild may be called after a beginNode IF the node has child nodes.
|
CompareModelHelper.NodeEmitter.Result |
beginNode(int modelIndex,
ilog.views.gantt.IlvGanttModel model,
ilog.views.gantt.IlvHierarchyNode node,
boolean hasChildren,
boolean modified)
beginNode is called at least once for every node.
|
void |
endChildren()
endChildren is called to signify that all the children are processed for a given node heirarchy
|
void |
endNode(int modelIndex,
ilog.views.gantt.IlvGanttModel model,
ilog.views.gantt.IlvHierarchyNode node) |
static final int INDEX_SHARED
static final int INDEX_FIRST
CompareModelHelper.NodeEmitter.Result beginNode(int modelIndex, ilog.views.gantt.IlvGanttModel model, ilog.views.gantt.IlvHierarchyNode node, boolean hasChildren, boolean modified) throws java.io.IOException
modelIndex - model index where 0 is a special shared index, and 1,2,3,... are model indexesmodified - CompareModelHelper.NodeEmitter.Result Will tell the process how it should proceedjava.io.IOExceptionvoid endNode(int modelIndex,
ilog.views.gantt.IlvGanttModel model,
ilog.views.gantt.IlvHierarchyNode node)
throws java.io.IOException
java.io.IOExceptionvoid beginChildren()
throws java.io.IOException
java.io.IOExceptionvoid endChildren()
throws java.io.IOException
java.io.IOException