Remote Systems
v6.4.1

Package com.ibm.etools.systems.core.ui.compile

Interface Summary
ISystemCompileCommandEditPaneHoster The interface that must be implemented for any dialog or property page that wants to host a user action edit pane.
ISystemCompileCommandEditPaneListener This listener interface is implemented by any code desired to be kept aware of all user changes to a compile command in the SystemCompileCommandEditPane.
ISystemCompileCommandSubstitutor This is the callback from SystemCmdSubstVarList that is used to substitute a particular substitution variable into the given compile command, for the given remote object.
ISystemCompileXMLConstants Constants used in the persistence of the compile commands, into an xml file
 

Class Summary
SystemCascadingCompileAction Cascading Compile-> menu for remote compilable resources.
SystemCompilableSource When a user selects a remote compilable source member, and then one of the compile commands from the cascading compile popup menu action, an instance of this class is created to manage the actual running of the compile command against the selected source.
SystemCompileAction This is the action for an individual compile command, either prompted or not prompted.
SystemCompileCascadeByProfileAction A cascading submenu action for "Compile->".
SystemCompileCommand A compile command is represents a command that can be run on a remote system for the explicit purpose of compiling selected source members.
SystemCompileCommandActionCopy The action is used within the Work With Compile Commands dialog, in the context menu of the selected compile command.
SystemCompileCommandActionDelete The action is used within the Work With Compile Commands dialog, in the context menu of the selected compile command.
SystemCompileCommandActionMoveDown The action is used within the Work With Compile Commands dialog, in the context menu of the selected compile command.
SystemCompileCommandActionMoveUp The action is used within the Work With Compile Commands dialog, in the context menu of the selected compile command.
SystemCompileCommandActionPaste The action is used within the Work With Compile Commands dialog, in the context menu of the selected compile command.
SystemCompileCommandActionRestoreDefaults The action is used within the Work With Compile Commands dialog, in the context menu of the selected compile command.
SystemCompileCommandContentProvider Content provider for the list viewer in the Work With Compile Commands dialog.
SystemCompileCommandEditPane This class prompts the user to create or edit the contents of a single compile command.
SystemCompileCommandLabelProvider Label provider for compile commands in the work with compile commands dialog.
SystemCompileContributor  
SystemCompileContributorManager This singleton class manages all compile contributions added through extension points.
SystemCompileContributorReader This class reads configuration elements from the workbench's registry, creates contributors and registers them with the manager.
SystemCompileManager This class manages the compile framework for a particular instantiation.
SystemCompileMultipleSelectAction  
SystemCompileProfile A SystemCompileProfile has a one-to-one correspondence with a SystemProfile.
SystemCompileRemoteObjectMatcher  
SystemCompileType A SystemCompileType is effectively an index that maps a compilable source type (like ".cpp") to a list of SystemCompileCommand objects that represent the commands that are registered against that source type.
SystemDefaultCompileCommand This class encapsulates, for a particular compile command, the important information for that command including: The label of the command... which is what the user sees in the compile menu The name of the command... without parameters.
SystemDefaultCompileCommands This class manages a list of compile commands.
SystemNewCompileSrcTypeDialog Dialog used when in the Work With Compile Commands dialog when the user presses * the "Add..." button to add a new source type
SystemPromptCompileCommandDialog Dialog used when running a user action, which has the prompt option specified
SystemWorkWithCompileCommandsAction The action that displays the Work With -> Compile Commands menu item
SystemWorkWithCompileCommandsDialog A dialog that allows the user to work with the compile commands for the compile actions in this subsystem.
 


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.