org.globus.cog.gridshell.ctrl
Class ShellBinder
java.lang.Object
org.globus.cog.gridshell.ctrl.AbstractActionBinder
org.globus.cog.gridshell.ctrl.ShellBinder
- public class ShellBinder
- extends AbstractActionBinder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gridShell
protected GridShell gridShell
gui
protected GridShellSwingGUI gui
application
protected GridShellApp application
commandEntered
protected static final String commandEntered
- See Also:
- Constant Field Values
getDecHistory
protected static final String getDecHistory
- See Also:
- Constant Field Values
getIncHistory
protected static final String getIncHistory
- See Also:
- Constant Field Values
commandEnteredAction
protected Action commandEnteredAction
getDecHistoryAction
protected Action getDecHistoryAction
getIncHistoryAction
protected Action getIncHistoryAction
ShellBinder
public ShellBinder(GridShell gridShell)
createBindings
public void createBindings()
- Description copied from class:
AbstractActionBinder
- Should use addMapping method to add mappings to components,
then when restoreBindings is called the bindings will be restored
to the state that they were before the components were bound
- Specified by:
createBindings in class AbstractActionBinder
enterPressed
public Object enterPressed(String commandValue)
- Parameters:
commandValue - - commandLine minus the prompt value
- Returns:
upKeyPressed
public Object upKeyPressed()
getGUI
public GridShellSwingGUI getGUI()
getApplication
public GridShellApp getApplication()