org.globus.cog.gridshell.interfaces
Interface GridShellSwingGUI
- All Superinterfaces:
- EventListener, GridShellGUI, PropertyChangeListener
- All Known Implementing Classes:
- GridShellGUIImpl
- public interface GridShellSwingGUI
- extends PropertyChangeListener, GridShellGUI
PROCESS_CURSOR
public static final Cursor PROCESS_CURSOR
ACCEPT_CURSOR
public static final Cursor ACCEPT_CURSOR
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: