Remote Systems
v6.4.1

Package com.ibm.etools.systems.editor

Interface Summary
ILpexViewInitializer Interface required by Edmund Reinhardt that helps him write code that can listen to the Editor directly and not rely on the parsers which come and go and have a many-to-one relationship with the editor.
ISystemTextEditorAdapterContributor  
ISystemTextEditorContentsReplacedListener There are a couple of ways the entire contents of the editor can be replaced.
ISystemTextEditorContextContributor Parsers implement this interface to contribute to menu and toolbars.
ISystemTextEditorDebugContributor Parsers implement this interface if debugging is supported.
ISystemTextEditorHelpContributor Parsers who supply help implement this interface.
ISystemTextEditorParser This interface should be implemented by parsers used in our editor.
ISystemTextEditorProfile Editor profiles are used to personalize the base SystemTextEditor so that only one JLpex based text editor is required.
ISystemTextEditorSourceViewerConfigurationContributor Subclasses to implement if a source viewer configuration is present.
 

Class Summary
DefaultCompileMenuAction  
SystemEditorActionContributionItem This class is a copy of the jface ActionContributionItem, with a slight modification to allow the Ctrl+SPACE to work for LPEX code assist.
SystemEditorCompareActionRemoteFile  
SystemEditorContextContributor  
SystemEditorGetFileActionRemoteFile  
SystemEditorPlugin Plugin for the remote systems editor
SystemReadOnlyRemoteFile  
SystemRemoteCompareAction  
SystemRemoteCompareCommand  
SystemRemoteGetCommand  
SystemRemoteGetFileAction  
SystemRemoteGetFileCommand  
SystemTextBrowser LPEX editor for opening files as read-only
SystemTextEditor  
SystemTextEditorDefaultContextContributor Parsers implement this interface to contribute to menu and toolbars.
SystemTextEditorHelpHandler This class is a helper class.
SystemTextEditorProfileDefault Default profile used if no profile is defined for a file.
SystemTextEditorProfileRegistry Loads text editor profile classes registered by plugin extensions.
SystemTextEditorProfileUniversal  
SystemTextEditorProfileUniversalLocal  
UTF8FileDocumentProvider  
 


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.