agentland.software
Interface MSWindow

All Known Subinterfaces:
PowerPointDisplay
All Known Implementing Classes:
MSWindowAgent

public interface MSWindow
extends Agent

Agents controlling MS windows applications all have generic window control. Here is the interface.


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void activateWindow()
           
 void hideWindow()
           
 void maximizeAndActivate()
           
 void minimizeWindow()
           
 boolean weExist()
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 

Method Detail

weExist

public boolean weExist()
                throws RemoteException

maximizeAndActivate

public void maximizeAndActivate()
                         throws RemoteException,
                                MSWindowsDisplayException

hideWindow

public void hideWindow()
                throws RemoteException,
                       MSWindowsDisplayException

activateWindow

public void activateWindow()
                    throws RemoteException,
                           MSWindowsDisplayException

minimizeWindow

public void minimizeWindow()
                    throws RemoteException,
                           MSWindowsDisplayException