| Package | Description |
|---|---|
| de.alpharogroup.swing.treemodel |
Provides classes for abstract swing trees and nodes.
|
| de.alpharogroup.swing.treemodel.ifaces |
Provides interfaces for abstract swing trees and nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGenericTreeNode<T> |
| Modifier and Type | Method and Description |
|---|---|
List<ITreeNode<T>> |
AbstractGenericTreeNode.getChildren()
Gets the children.
|
List<ITreeNode<T>> |
AbstractGenericTreeNode.toList()
To list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGenericTreeNode.addChild(ITreeNode<T> child)
Adds the child.
|
void |
AbstractGenericTreeNode.addChildAt(int index,
ITreeNode<T> child)
Adds the child.
|
boolean |
AbstractGenericTreeNode.equals(ITreeNode<T> treeNode)
Equals.
|
void |
AbstractGenericTreeNode.removeChild(ITreeNode<T> child)
Removes the child.
|
void |
AbstractGenericTreeNode.traverse(ITreeNode<T> node,
List<ITreeNode<T>> list)
Traverse.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGenericTreeNode.setChildren(List<ITreeNode<T>> children)
Sets the children.
|
void |
AbstractGenericTreeNode.traverse(ITreeNode<T> node,
List<ITreeNode<T>> list)
Traverse.
|
| Modifier and Type | Method and Description |
|---|---|
List<ITreeNode<T>> |
ITreeNode.getChildren()
Gets the children.
|
List<ITreeNode<T>> |
ITreeNode.toList()
To list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ITreeNode.addChild(ITreeNode<T> child)
Adds the child.
|
void |
ITreeNode.addChildAt(int index,
ITreeNode<T> child)
Adds the child.
|
boolean |
ITreeNode.equals(ITreeNode<T> treeNode)
Equals.
|
void |
ITreeNode.removeChild(ITreeNode<T> child)
Removes the child.
|
void |
ITreeNode.traverse(ITreeNode<T> node,
List<ITreeNode<T>> list)
Traverse.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ITreeNode.setChildren(List<ITreeNode<T>> children)
Sets the children.
|
void |
ITreeNode.traverse(ITreeNode<T> node,
List<ITreeNode<T>> list)
Traverse.
|
Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.