public class CatalogTreeModelPopulator.CatalogTreeModel
extends <any>
| Constructor and Description |
|---|
CatalogTreeModel(<any> root) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
findNodesByData(java.lang.Object data)
Always throws
UnsupportedOperationException. |
<any> |
getChild(<any> node,
int i) |
int |
getChildCount(<any> node) |
int[] |
getPath(<any> child) |
boolean |
isLeaf(<any> node) |
void |
refreshChildren(java.lang.Object node,
java.util.List children) |
public boolean isLeaf(<any> node)
public <any> getChild(<any> node,
int i)
public int getChildCount(<any> node)
public int[] getPath(<any> child)
public void refreshChildren(java.lang.Object node,
java.util.List children)
public java.util.List findNodesByData(java.lang.Object data)
UnsupportedOperationException.java.lang.UnsupportedOperationException - always.Copyright © 2018 SAP SE. All Rights Reserved.