|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Grouping.Node | |
---|---|
pl.netanel.swt.matrix | Contains Matrix - a tabular SWT widget with unlimited capacity and instant rendering. |
Uses of Grouping.Node in pl.netanel.swt.matrix |
---|
Fields in pl.netanel.swt.matrix declared as Grouping.Node | |
---|---|
protected Grouping.Node |
Grouping.SeparatorPainter.node
|
protected Grouping.Node |
Grouping.NodeVisitor.node
Node being visited |
Methods in pl.netanel.swt.matrix that return Grouping.Node | |
---|---|
Grouping.Node |
Grouping.NodeVisitor.get()
Returns the latest visited node. |
Grouping.Node |
Grouping.getNodeByCellIndex(int indexX,
int indexY)
|
Grouping.Node |
Grouping.getNodeByTreeIndex(int... index)
|
Grouping.Node |
Grouping.Node.getParent()
Returns parent of this node. |
Grouping.Node |
Grouping.getRoot()
Return the root of the grouping hierarchy. |
Grouping.Node |
Grouping.Node.separator(int lineWidth,
Color lineColor)
Defines the line at the end of the current node |
Grouping.Node |
Grouping.Node.setCollapsed(boolean newState)
Sets the collapsed state of this node to the given value. |
Grouping.Node |
Grouping.Node.setCollapsedAll(boolean newState)
Sets the collapsed state of this node and all related nodes on the lower level to the given value. |
Methods in pl.netanel.swt.matrix that return types with arguments of type Grouping.Node | |
---|---|
java.util.List<Grouping.Node> |
Grouping.Node.getChildren()
Return list of children of this node. |
Methods in pl.netanel.swt.matrix with parameters of type Grouping.Node | |
---|---|
Grouping.NodeVisitor |
Grouping.NodeVisitor.traverse(Grouping.Node node)
Traverses starting from the given node. |
protected void |
Grouping.NodeVisitor.visitAfter(Grouping.Node node)
Method executed after traversing children |
protected void |
Grouping.NodeVisitor.visitBefore(Grouping.Node node)
Method executed before traversing children |
Method parameters in pl.netanel.swt.matrix with type arguments of type Grouping.Node | |
---|---|
Grouping.NodeVisitor |
Grouping.NodeVisitor.traverse(java.util.List<Grouping.Node> nodes)
Traverses starting from the given nodes. |
Constructors in pl.netanel.swt.matrix with parameters of type Grouping.Node | |
---|---|
Grouping.Node(java.lang.String caption,
Grouping.Node... children)
|
|
Grouping.Node(java.lang.String caption,
int options,
Grouping.Node... children)
|
|
Grouping(Zone<java.lang.Integer,java.lang.Integer> zone,
int axisDirection,
Grouping.Node root)
Creates groups in the given zone that are spanning in the giving direction according to the given node hierarchy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |