RSE
Release 1.0

Uses of Interface
org.eclipse.rse.model.ISystemResourceChangeListener

Packages that use ISystemResourceChangeListener
org.eclipse.rse.files.ui.widgets   
org.eclipse.rse.model   
org.eclipse.rse.shells.ui   
org.eclipse.rse.shells.ui.view   
org.eclipse.rse.subsystems.shells.core.model   
org.eclipse.rse.ui.view   
org.eclipse.rse.ui.view.monitor   
org.eclipse.rse.ui.view.scratchpad   
org.eclipse.rse.ui.view.search   
org.eclipse.rse.ui.view.team   
org.eclipse.rse.ui.widgets   
 

Uses of ISystemResourceChangeListener in org.eclipse.rse.files.ui.widgets
 

Classes in org.eclipse.rse.files.ui.widgets that implement ISystemResourceChangeListener
 class SystemRemoteConnectionCombo
          A connection combo widget for universal connections.
 

Uses of ISystemResourceChangeListener in org.eclipse.rse.model
 

Methods in org.eclipse.rse.model with parameters of type ISystemResourceChangeListener
 void SystemRegistry.addSystemResourceChangeListener(ISystemResourceChangeListener l)
          Register your interest in being told when a system resource such as a connection is changed.
 void SystemRegistry.removeSystemResourceChangeListener(ISystemResourceChangeListener l)
          De-Register your interest in being told when a system resource such as a connection is changed.
 boolean SystemRegistry.isRegisteredSystemResourceChangeListener(ISystemResourceChangeListener l)
          Query if the ISystemResourceChangeListener is already listening for SystemResourceChange events
 void SystemRegistry.fireEvent(ISystemResourceChangeListener l, ISystemResourceChangeEvent event)
          Notify a specific listener of a change to a system resource such as a connection.
 void SystemRegistry.postEvent(ISystemResourceChangeListener listener, ISystemResourceChangeEvent event)
          Notify a specific listener of a change to a system resource such as a connection.
 

Uses of ISystemResourceChangeListener in org.eclipse.rse.shells.ui
 

Classes in org.eclipse.rse.shells.ui that implement ISystemResourceChangeListener
 class SystemRemoteCommandEntryForm
          A composite encapsulating the GUI widgets for a command console.
 

Uses of ISystemResourceChangeListener in org.eclipse.rse.shells.ui.view
 

Classes in org.eclipse.rse.shells.ui.view that implement ISystemResourceChangeListener
 class SystemBuildErrorView
           
 class SystemBuildErrorViewPart
          This is the wrapper class to SystemBuildErrorView.
 class SystemCommandsView
           
 class SystemCommandsViewPart
          This is the desktop view wrapper of the System View viewer.
 

Uses of ISystemResourceChangeListener in org.eclipse.rse.subsystems.shells.core.model
 

Classes in org.eclipse.rse.subsystems.shells.core.model that implement ISystemResourceChangeListener
 class RemoteCommandShellOperation
           
 

Uses of ISystemResourceChangeListener in org.eclipse.rse.ui.view
 

Classes in org.eclipse.rse.ui.view that implement ISystemResourceChangeListener
 class SystemTableTreeView
          This subclass of the standard JFace tabletree viewer is used to show a generic tabletree view of the selected object
 class SystemTableView
          This subclass of the standard JFace table viewer is used to show a generic table view of the selected object in the Systems view
 class SystemTableViewPart
          Comment goes here
 class SystemView
          This subclass of the standard JFace tree viewer is used to show a tree view of connections to remote systems, which can be manipulated and expanded to access remote objects in the remote system.
 

Uses of ISystemResourceChangeListener in org.eclipse.rse.ui.view.monitor
 

Classes in org.eclipse.rse.ui.view.monitor that implement ISystemResourceChangeListener
 class SystemMonitorViewPart
          This is the desktop view wrapper of the System View viewer.
 

Uses of ISystemResourceChangeListener in org.eclipse.rse.ui.view.scratchpad
 

Classes in org.eclipse.rse.ui.view.scratchpad that implement ISystemResourceChangeListener
 class SystemScratchpadView
          This subclass of the standard JFace tabletree viewer is used to show a generic tabletree view of the selected object
 class SystemScratchpadViewPart
          This class is the Remote Scratchpad view.
 

Uses of ISystemResourceChangeListener in org.eclipse.rse.ui.view.search
 

Classes in org.eclipse.rse.ui.view.search that implement ISystemResourceChangeListener
 class SystemSearchTableView
           
 class SystemSearchViewPart
          This class defines the Remote Search view.
 

Uses of ISystemResourceChangeListener in org.eclipse.rse.ui.view.team
 

Classes in org.eclipse.rse.ui.view.team that implement ISystemResourceChangeListener
 class SystemTeamView
          We specialize tree viewer for the Team view, so we know when we are dealing with the team view in common code.
 

Uses of ISystemResourceChangeListener in org.eclipse.rse.ui.widgets
 

Classes in org.eclipse.rse.ui.widgets that implement ISystemResourceChangeListener
 class SystemHostCombo
          This re-usable widget is for selecting a connection from the master list of connections.
 


RSE
Release 1.0

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