| Package | Description |
|---|---|
| org.eclnt.jsfserver.defaultscreens | |
| org.eclnt.jsfserver.elements.impl | |
| org.eclnt.jsfserver.rttools | |
| org.eclnt.workplace |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerFileBrowser.TreeNode |
| Constructor and Description |
|---|
TreeNode(FIXGRIDTreeItem parentNode,
java.io.File file) |
| Modifier and Type | Class and Description |
|---|---|
class |
FIXGRIDTreeBinding<ItemClass extends FIXGRIDTreeItem>
Binding class for FIXGRID component when being used as tree.
|
| Modifier and Type | Field and Description |
|---|---|
protected FIXGRIDTreeItem |
FIXGRIDTreeBinding.m_rootNode |
| Modifier and Type | Method and Description |
|---|---|
FIXGRIDTreeItem |
FIXGRIDTreeItem.getParentNode() |
FIXGRIDTreeItem |
FIXGRIDTreeBinding.getRootNode()
Gets the root node.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<FIXGRIDTreeItem> |
FIXGRIDTreeItem.getAllContainedNodes() |
java.util.List<FIXGRIDTreeItem> |
FIXGRIDTreeItem.getChildNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
FIXGRIDTreeItem.addSubNode(FIXGRIDTreeItem subNode,
boolean asFirst) |
void |
FIXGRIDTreeItem.addSubNode(FIXGRIDTreeItem subNode,
int index) |
boolean |
FIXGRIDTreeItem.checkIfNodeHasAsParent(FIXGRIDTreeItem potencialParent)
Checks if the node that is passed as paramter is a parent of this
node.
|
java.util.List<java.lang.String> |
FIXGRIDTreeBinding.getNodeTextsFromTop(FIXGRIDTreeItem item)
Passes back a list of texts representing the texts from the top
node down to the node that is passed as parameter.
|
void |
FIXGRIDTreeItem.moveSubNodeBehind(FIXGRIDTreeItem subNode,
FIXGRIDTreeItem refSubNode)
Change sequence of nodes within the parent node.
|
void |
FIXGRIDTreeItem.moveSubNodeInFront(FIXGRIDTreeItem subNode,
FIXGRIDTreeItem refSubNode)
Change sequence of nodes within the parent node.
|
void |
FIXGRIDTreeItem.moveSubNodeOneDown(FIXGRIDTreeItem subNode)
See
moveSubNodeOneUp(FIXGRIDTreeItem) - this is just the opposite
direction of moving... |
void |
FIXGRIDTreeItem.moveSubNodeOneUp(FIXGRIDTreeItem subNode)
Moves one child node up within its parent.
|
void |
FIXGRIDTreeItem.moveSubNodeToFirst(FIXGRIDTreeItem subNode)
Moves on subNode within its parent to the first child position.
|
void |
FIXGRIDTreeItem.moveSubNodeToLast(FIXGRIDTreeItem subNode)
Moves on subNode within its parent to the last child position.
|
void |
FIXGRIDTreeBinding.removeNode(FIXGRIDTreeItem node)
Removes node from tree - together with all of its subnodes.
|
void |
FIXGRIDTreeBinding.setRootNode(FIXGRIDTreeItem value)
Sets the root node - this method needs to be called with great
care: setting a new root node will remove the current tree and
replace it by another.
|
protected void |
FIXGRIDTreeBinding.sortNodes(FIXGRIDTreeItem node,
java.lang.String sortReference,
java.lang.String objectBindingString,
boolean ascending) |
| Modifier and Type | Method and Description |
|---|---|
void |
FIXGRIDTreeItem.appendVisibleSubNodes(java.util.List<FIXGRIDTreeItem> list,
int counter,
int maxCounter) |
void |
FIXGRIDTreeItem.moveSubNodesOneDown(java.util.Set<FIXGRIDTreeItem> subNodes)
Move a set of nodes within its parent.
|
void |
FIXGRIDTreeItem.moveSubNodesOneUp(java.util.Set<FIXGRIDTreeItem> subNodes)
Move operation with a set of subNodes.
|
| Constructor and Description |
|---|
FIXGRIDTreeBinding(FIXGRIDTreeItem rootNode)
Constructor with explicit passing of root node.
|
FIXGRIDTreeBinding(FIXGRIDTreeItem rootNode,
boolean changeIndexIsSupported) |
FIXGRIDTreeItem(FIXGRIDTreeItem parentNode)
Creates an item that is added as child to the parentNode item.
|
FIXGRIDTreeItem(FIXGRIDTreeItem parentNode,
boolean asFirst)
Creates an item that is added as child to the parentNode item.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynBeanTreeUI.TreeNode |
class |
StreamStoreTreeUI.TreeNode |
| Constructor and Description |
|---|
TreeNode(FIXGRIDTreeItem parentNode,
java.lang.Object bean) |
TreeNode(FIXGRIDTreeItem parentNode,
java.lang.String absPath,
java.lang.String text,
boolean isFolder,
boolean alsoReadSubFolders) |
| Modifier and Type | Class and Description |
|---|---|
class |
WorkplaceFunctionTree.FunctionNode
Represents function in function tree.
|
| Constructor and Description |
|---|
FunctionNode(FIXGRIDTreeItem parentNode)
This constructor is used when creating folder nodes.
|
FunctionNode(FIXGRIDTreeItem parentNode,
java.lang.String page)
This constructor is used when creating page nodes - containing
start information.
|
FunctionNode(FIXGRIDTreeItem parentNode,
WorkpageStartInfo wpsi) |
Copyright © CaptainCasa Gmbh. All Rights Reserved.