|
|||||||||
| 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.MacIntoshOS
public class MacIntoshOS
extends AROremoteObjectRepresents the MacIntosh operating system under which the ARO server is running, or its emulation via Altura's Mac2Win. This may be different from the system on which the Java program is running.
| Fields inherited from class satin.aro.AROremoteObject |
server |
| Fields inherited from class satin.aro.AROobject |
id |
| Constructor Summary | |
MacIntoshOS(AROremoteServer server)
The constructor. |
|
| Method Summary | |
MacWindow |
getFrontWindow()
Returns the frontmost window. |
AROpoint |
getRawMouse()
Returns the current mouse cursor position in global coordinates. |
void |
postMouseClickEvent()
Posts a mouse click event into the event queue. |
void |
postMouseDownEvent()
Posts a mouse down event into the event queue. |
void |
postMouseUpEvent()
Posts a mouse up event into the event queue. |
void |
setRawMouse(AROpoint p)
Moves the mouse cursor to the position given in global coordinates. |
void |
setRawMouse(int x,
int y)
Moves the mouse cursor to the position given in global coordinates. |
| 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 MacIntoshOS(AROremoteServer server)
throws java.io.IOException,
AROexception
| Method Detail |
public MacWindow getFrontWindow()
throws java.io.IOException,
AROexception
public void postMouseDownEvent()
throws java.io.IOException,
AROexception
public void postMouseUpEvent()
throws java.io.IOException,
AROexception
public void postMouseClickEvent()
throws java.io.IOException,
AROexception
public AROpoint getRawMouse()
throws java.io.IOException,
AROexception
public void setRawMouse(int x,
int y)
throws java.io.IOException,
AROexception
public void setRawMouse(AROpoint p)
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.
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 | ||||||||
MacIntoshOS.java (PRIVATE SOURCES)