org.globus.cog.gridshell.interfaces
Interface GridShellSwingGUI

All Superinterfaces:
EventListener, GridShellGUI, PropertyChangeListener
All Known Implementing Classes:
GridShellGUIImpl

public interface GridShellSwingGUI
extends PropertyChangeListener, GridShellGUI


Field Summary
static Cursor ACCEPT_CURSOR
           
static Cursor PROCESS_CURSOR
           
 
Method Summary
 JTextComponent getCommandField()
          Returns the command field
 JTextComponent getHistoryField()
          Returns the history field
 JComponent getJComponent()
          Gets the JComponent associated with the GUI, this is what you want to display
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 
Methods inherited from interface org.globus.cog.gridshell.interfaces.GridShellGUI
appendHistoryValue, getCommandValue, getHistoryValue, setCommandValue, setHistoryValue
 

Field Detail

PROCESS_CURSOR

public static final Cursor PROCESS_CURSOR

ACCEPT_CURSOR

public static final Cursor ACCEPT_CURSOR
Method Detail

getCommandField

public JTextComponent getCommandField()
Returns the command field

Returns:

getHistoryField

public JTextComponent getHistoryField()
Returns the history field

Returns:

getJComponent

public JComponent getJComponent()
Gets the JComponent associated with the GUI, this is what you want to display

Returns: