agentland.software.util
Interface DisplayHTML
- All Superinterfaces:
- Agent, Good, Managed, Remote, Spy
- All Known Implementing Classes:
- DisplayHTMLAgent
- public interface DisplayHTML
- extends Managed
Methods inherited from interface agentland.util.Spy |
tell |
addOnTop
public void addOnTop(String html)
throws RemoteException
addAtEnd
public void addAtEnd(String html)
throws RemoteException
getCurText
public String getCurText()
throws RemoteException
display
public void display(String html)
throws RemoteException
setDisplay
public void setDisplay(String display)
throws RemoteException
getDisplay
public String getDisplay()
throws RemoteException
displayVert
public void displayVert(String html1,
String html2)
throws RemoteException
displayHoriz
public void displayHoriz(String html1,
String html2)
throws RemoteException
displayInstruction
public void displayInstruction(String str)
throws RemoteException
displayURL
public void displayURL(String u)
throws RemoteException
showPageNumbered
public boolean showPageNumbered(int n)
throws RemoteException
showPrevPage
public boolean showPrevPage()
throws RemoteException
showNextPage
public boolean showNextPage()
throws RemoteException
showFirstPage
public boolean showFirstPage()
throws RemoteException
showLastPage
public boolean showLastPage()
throws RemoteException