|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--satin.aro.AROobject
|
+--satin.aro.AROremoteObject
|
+--satin.aro.MSwindow
public class MSwindow
extends AROremoteObjectRepresents a Microsoft Win32 SDK window on the operating system under which the ARO server is running.
| Fields inherited from class satin.aro.AROremoteObject |
server |
| Fields inherited from class satin.aro.AROobject |
id |
| Constructor Summary | |
MSwindow(AROremoteServer rs,
AROobjectID id)
The constructor. |
|
| Method Summary | |
int |
getHandle()
Returns the window's handle. |
MSwindow |
getNextWindow()
Returns the next window in the OS's Z-order; that is, the window immediately below this one. |
MSwindow |
getPrevWindow()
Returns the previous window in the OS's Z-order; that is, the window immediately above this one. |
MSwindow |
getTopWindow()
Returns the topmost child window. |
java.lang.String |
getWindowText()
Returns the text (caption) of the window. |
void |
setForegroundWindow()
Brings this window to the front and makes it active. |
| Methods inherited from class satin.aro.AROremoteObject |
equals, exists, getAROclassName |
| Methods inherited from class satin.aro.AROobject |
getID, setID, toAROstring, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MSwindow(AROremoteServer rs,
AROobjectID id)
throws java.io.IOException,
AROexception
| Method Detail |
public void setForegroundWindow()
throws java.io.IOException,
AROexception
public java.lang.String getWindowText()
throws java.io.IOException,
AROexception
public MSwindow getNextWindow()
throws java.io.IOException,
AROexception
public MSwindow getPrevWindow()
throws java.io.IOException,
AROexception
public MSwindow getTopWindow()
throws java.io.IOException,
AROexception
public int getHandle()
throws java.io.IOException,
AROexception
| Revision History |
4/6/01 Ed Stauff - changes per initial code review.
4/16/01 Ed Stauff - changed base class from AROobject to AROremoteObject.
4/5/01 Ed Stauff - made changes per review.
3/27/01 Ed Stauff - initial review.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
MSwindow.java (PRIVATE SOURCES)