Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.view.commands
Class CommandsViewPage

java.lang.Object
  extended bycom.ibm.etools.systems.core.ui.view.commands.CommandsViewPage
All Implemented Interfaces:
ISystemThemeConstants

public class CommandsViewPage
extends Object
implements ISystemThemeConstants

Class for a remote shell session on a connection


Field Summary
static String Copyright
           
 
Fields inherited from interface com.ibm.etools.systems.core.ui.ISystemThemeConstants
MESSAGE_ERROR_COLOR, MESSAGE_INFORMATION_COLOR, MESSAGE_WARNING_COLOR, REMOTE_COMMANDS_VIEW_BG_COLOR, REMOTE_COMMANDS_VIEW_FG_COLOR, REMOTE_COMMANDS_VIEW_FONT, REMOTE_COMMANDS_VIEW_PROMPT_COLOR
 
Constructor Summary
CommandsViewPage(SystemCommandsViewPart viewPart)
           
 
Method Summary
 void clearInput()
           
 void createControl(Composite parent)
           
 Composite createTabFolderPage(CTabFolder tabFolder, CellEditorActionHandler editorActionHandler)
           
 void dispose()
           
 void focusGained(FocusEvent arg0)
           
 void focusLost(FocusEvent arg0)
           
 IActionBars getActionBars()
           
 Object getInput()
           
 String getTitle()
           
 SystemCommandsView getViewer()
           
 void propertyChange(PropertyChangeEvent e)
           
 void selectionChanged(SelectionChangedEvent e)
           
 void sendBreak()
           
 void sendInput()
           
 void sendInput(String inputStr)
           
 void setEnabled(boolean flag)
           
 void setFocus()
           
 void setInput(IAdaptable object)
           
 void setInput(IAdaptable object, boolean updateHistory)
           
 void updateActionStates()
           
 void updateOutput()
           
 void updateTheme()
           
 void updateTitle(IAdaptable object)
           
 void widgetDefaultSelected(SelectionEvent e)
           
 void widgetSelected(SelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

CommandsViewPage

public CommandsViewPage(SystemCommandsViewPart viewPart)
Method Detail

createTabFolderPage

public Composite createTabFolderPage(CTabFolder tabFolder,
                                     CellEditorActionHandler editorActionHandler)

setFocus

public void setFocus()

getActionBars

public IActionBars getActionBars()

selectionChanged

public void selectionChanged(SelectionChangedEvent e)

setEnabled

public void setEnabled(boolean flag)

createControl

public void createControl(Composite parent)

propertyChange

public void propertyChange(PropertyChangeEvent e)

updateTheme

public void updateTheme()

dispose

public void dispose()

sendInput

public void sendInput()

sendInput

public void sendInput(String inputStr)

sendBreak

public void sendBreak()

getInput

public Object getInput()

setInput

public void setInput(IAdaptable object)

updateTitle

public void updateTitle(IAdaptable object)

getTitle

public String getTitle()

setInput

public void setInput(IAdaptable object,
                     boolean updateHistory)

clearInput

public void clearInput()

getViewer

public SystemCommandsView getViewer()

updateOutput

public void updateOutput()

updateActionStates

public void updateActionStates()

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent e)

widgetSelected

public void widgetSelected(SelectionEvent e)

focusGained

public void focusGained(FocusEvent arg0)

focusLost

public void focusLost(FocusEvent arg0)

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.