public interface LocalServer extends LocalAgent
Modifier and Type | Method and Description |
---|---|
int |
getTopLevelCount()
Return the number of currently active Top Level Windows from
all known Agents.
|
java.lang.Object[] |
getTopLevelWindows()
Return an array representing the TopLevel windows from all known Agents.
|
void |
setActiveWindow(java.lang.Object anObject)
Attempts to set anObject as the active (topmost?) Window or Component in the JVM.
|
getCaption, getChildCount, getChildren, getClassName, getID, getLevel, getMatchingPathObject, getName, getProperty, getPropertyNames, getStringData, getSuperClassNames, getText, isMatchingPath, isShowing, isValid, process
int getTopLevelCount()
java.lang.Object[] getTopLevelWindows()
void setActiveWindow(java.lang.Object anObject)
anObject
- Object of a type expected by the implementation for this method.Copyright © SAS Institute. All Rights Reserved.