|
Oracle Business Rules Java API Reference 10g (10.1.3.1.0) B28966-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
oracle.rules.sdk.browser.NodeTable
Table containing all nodes (classes or packages) that are currently exposed by a class browser. These may be either java bean classes or jaxb classes (representing xml nodes).
| Field Summary | |
static java.lang.String |
TRUE |
| Method Summary | |
void |
closeNode(int ixNode)Close the specified node. |
void |
closeNode(java.lang.String nodeName)Close the specified node. |
Browser |
getBrowser()returns the Browser that created this this table. |
Node |
getNode(int i)Return the node entry at the specified index. |
Node |
getNode(java.lang.String nodeName)Return the entry entry whose name matches the parameter. |
Node |
getParent() |
void |
loadNode(int index)load the specified node into the data model. |
void |
loadNode(java.lang.String ndName)load the specified node into the data model. |
void |
openNode(int nodeIndex)Open the specified node. |
void |
openNode(java.lang.String nodeName)Open the specified node. |
void |
openOrCloseNode(int nodeIx)Toggle the state of the Node entry specified by the fully qualiafied name of the entry. |
void |
openOrCloseNode(java.lang.String nodeName)Toggle the state of the Node entry specified by the fully qualiafied name of the entry. |
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, remove, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList |
| Field Detail |
public static java.lang.String TRUE
| Method Detail |
public Browser getBrowser()
public Node getNode(int i)
i - an int zero based index to retrieve nodejava.lang.IndexOutOfBoundsExceptionpublic Node getNode(java.lang.String nodeName)
nodeName - of entry to be returned.RulesSDKException - (not found)
public void loadNode(java.lang.String ndName)
throws RulesSDKException
ndName - String name of Node to be loadedRulesSDKException - (if there are problems loading or if node not found)
public void openNode(int nodeIndex)
throws RulesSDKException
Node entry.nodeIndex - integer index of node to be openedRulesSDKException
public void openNode(java.lang.String nodeName)
throws RulesSDKException
Node entry in the table. If the node has no children, this method has no effectnodeName - String name of the node to be openedRulesSDKException
public void closeNode(int ixNode)
throws RulesSDKException
Node does not have children, this method has no effect.ixNode - an integer index to node to be closedRulesSDKException
public void closeNode(java.lang.String nodeName)
throws RulesSDKException
Node does not have children, this method has no effect.nodeName - a String that names the node to be marked as closedRulesSDKException
public void openOrCloseNode(int nodeIx)
throws RulesSDKException
nodeIx - integer index to the entry effectedRulesSDKException
public void openOrCloseNode(java.lang.String nodeName)
throws RulesSDKException
nodeName - String Fully Qualifed Name of node to be opened or closedRulesSDKException
public void loadNode(int index)
throws RulesSDKException
index - integer index to node to be loadedRulesSDKException - (if there are problems loading)public Node getParent()
|
Oracle Business Rules Java API Reference 10g (10.1.3.1.0) B28966-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||