agentland.software.util
Interface DisplayHTML

All Superinterfaces:
Agent, Good, Managed, Remote, Spy
All Known Implementing Classes:
DisplayHTMLAgent

public interface DisplayHTML
extends Managed


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void addAtEnd(String html)
           
 void addOnTop(String html)
           
 void display(String html)
           
 void displayHoriz(String html1, String html2)
           
 void displayInstruction(String str)
           
 void displayURL(String u)
           
 void displayVert(String html1, String html2)
           
 String getCurText()
           
 String getDisplay()
           
 void setDisplay(String display)
           
 boolean showFirstPage()
           
 boolean showLastPage()
           
 boolean showNextPage()
           
 boolean showPageNumbered(int n)
           
 boolean showPrevPage()
           
 
Methods inherited from interface agentland.resource.Managed
getNeed, replace, replace, resources, yank, yank
 
Methods inherited from interface agentland.util.Good
getHistory, getHistoryElement, resetHistory
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, getOldLogs, shutdown, startup, whereAreYou
 
Methods inherited from interface agentland.util.Spy
tell
 

Method Detail

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