org.globus.cog.gridshell.interfaces
Interface GridShellGUI

All Superinterfaces:
EventListener, PropertyChangeListener
All Known Subinterfaces:
GridShellSwingGUI
All Known Implementing Classes:
GridShellGUIImpl

public interface GridShellGUI
extends PropertyChangeListener


Method Summary
 void appendHistoryValue(String value)
          Append a value to the history
 String getCommandValue()
          Get the prompt plus the commandline value
 String getHistoryValue()
          Get the history that is displayed
 void setCommandValue(String value)
          Set the prompt plus commandline value
 void setHistoryValue(String value)
          Set the history
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Method Detail

getCommandValue

public String getCommandValue()
Get the prompt plus the commandline value

Returns:

setCommandValue

public void setCommandValue(String value)
Set the prompt plus commandline value

Parameters:
value -

getHistoryValue

public String getHistoryValue()
Get the history that is displayed

Returns:

appendHistoryValue

public void appendHistoryValue(String value)
Append a value to the history

Parameters:
value -

setHistoryValue

public void setHistoryValue(String value)
Set the history

Parameters:
value -