RSE
Release 1.0

org.eclipse.rse.ui.view.monitor
Class MonitorViewPage

java.lang.Object
  extended byorg.eclipse.rse.ui.view.monitor.MonitorViewPage
All Implemented Interfaces:
EventListener, FocusListener, IPropertyChangeListener, ISelectionChangedListener, ISystemThemeConstants, Listener, SelectionListener, SWTEventListener

public class MonitorViewPage
extends Object
implements SelectionListener, ISystemThemeConstants, IPropertyChangeListener, ISelectionChangedListener, Listener, FocusListener

Class for a remote shell session on a connection


Field Summary
 
Fields inherited from interface org.eclipse.rse.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
MonitorViewPage(SystemMonitorViewPart viewPart)
           
 
Method Summary
 void clearInput()
           
 void createControl(Composite parent)
           
protected  void createPollControls(Composite parent)
           
 Composite createTabFolderPage(CTabFolder tabFolder, CellEditorActionHandler editorActionHandler)
           
 void dispose()
           
 void focusGained(FocusEvent arg0)
           
 void focusLost(FocusEvent arg0)
           
 IActionBars getActionBars()
           
 Object getInput()
           
 int getPollingInterval()
           
 String getTitle()
           
 SystemTableTreeView getViewer()
           
 void handleEvent(Event event)
           
 boolean isPollingEnabled()
           
 void propertyChange(PropertyChangeEvent e)
           
 void selectionChanged(SelectionChangedEvent e)
           
 void setEnabled(boolean flag)
           
 void setFocus()
           
 void setInput(IAdaptable object)
           
 void setInput(IAdaptable object, boolean updateHistory)
           
 void setPollingEnabled(boolean flag)
           
 void updateActionStates()
           
 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
 

Constructor Detail

MonitorViewPage

public MonitorViewPage(SystemMonitorViewPart 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)
Specified by:
selectionChanged in interface ISelectionChangedListener

getPollingInterval

public int getPollingInterval()

isPollingEnabled

public boolean isPollingEnabled()

setPollingEnabled

public void setPollingEnabled(boolean flag)

setEnabled

public void setEnabled(boolean flag)

createPollControls

protected void createPollControls(Composite parent)

createControl

public void createControl(Composite parent)

propertyChange

public void propertyChange(PropertyChangeEvent e)
Specified by:
propertyChange in interface IPropertyChangeListener

dispose

public void dispose()

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 SystemTableTreeView getViewer()

updateActionStates

public void updateActionStates()

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent e)
Specified by:
widgetDefaultSelected in interface SelectionListener

widgetSelected

public void widgetSelected(SelectionEvent e)
Specified by:
widgetSelected in interface SelectionListener

focusGained

public void focusGained(FocusEvent arg0)
Specified by:
focusGained in interface FocusListener

focusLost

public void focusLost(FocusEvent arg0)
Specified by:
focusLost in interface FocusListener

handleEvent

public void handleEvent(Event event)
Specified by:
handleEvent in interface Listener

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.