Package | Description |
---|---|
org.safs | |
org.safs.rational |
Modifier and Type | Field and Description |
---|---|
(package private) GuiObjectVector |
EngineCommandProcessor.gov
Stores engine-specific GuiObjectVector object for use
|
(package private) GuiObjectVector |
MatchData.pgov |
Modifier and Type | Method and Description |
---|---|
GuiObjectVector |
MatchData.getGuiObjectVector() |
GuiObjectVector |
EngineCommandProcessor.getGuiObjectVector() |
Modifier and Type | Method and Description |
---|---|
protected abstract GuiChildIterator |
GuiObjectVector.createGuiChildIterator(java.lang.Object aparent,
GuiObjectVector govVector,
java.util.List gather)
Return a GuiChildIterator subclass instance.
|
protected GuiChildIterator.ClassTypeInfo |
GuiChildIterator.incrementClassTypeIndices(java.lang.Object child,
GuiObjectVector govVector,
int govLevel,
int objLevel,
java.util.Hashtable classindices,
java.util.Hashtable typeindices,
java.lang.String classname) |
protected void |
GuiChildIterator.processChildren(java.lang.Object achild,
GuiObjectVector agovVector,
int agovLevel,
int aobjLevel,
java.util.Hashtable classindices,
java.util.Hashtable typeindices,
java.lang.String typeclass)
See if the provided object reference has any children that may help satisfy the
recognition string.
|
protected void |
GuiChildIterator.processNextLevel(java.lang.Object[] children,
GuiObjectVector govVector,
int govLevel,
int objLevel,
java.util.Hashtable entry_classindices,
java.util.Hashtable entry_typeindices,
boolean onlyOneChildVisible)
Called internally by processChildren only.
|
protected void |
GuiChildIterator.processParent(java.lang.Object parent,
GuiObjectVector agovVector,
int agovLevel,
int aobjLevel,
java.util.Hashtable classindices,
java.util.Hashtable typeindices,
java.lang.String typeclass) |
void |
EngineCommandProcessor.setGuiObjectVector(GuiObjectVector gov) |
Constructor and Description |
---|
GuiChildIterator(java.lang.Object aparent,
GuiObjectVector agovVector,
java.util.List gather)
Called only once by some external routine kicking off a TestObject search.
|
MatchData(GuiObjectVector agov,
int agovLevel,
int aobjLevel,
java.lang.Object achild)
Creates a new MatchData object for provided GuiObjectVector depth level.
|
Modifier and Type | Class and Description |
---|---|
class |
RGuiObjectVector |
Modifier and Type | Method and Description |
---|---|
GuiChildIterator |
RGuiObjectVector.createGuiChildIterator(java.lang.Object aparent,
GuiObjectVector govVector,
java.util.List gather)
Provide our RGuiChildIterator instance as required.
|
Constructor and Description |
---|
RGuiChildIterator(java.lang.Object aparent,
GuiObjectVector agovVector,
java.util.List gather)
Called only once by some external routine kicking off a TestObject search.
|
Copyright © SAS Institute. All Rights Reserved.