Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.commands
Interface ISystemCommandTextAdditionalGUIProvider

All Known Implementing Classes:
SystemCompileCommandEditPane, SystemUDActionEditPane

public interface ISystemCommandTextAdditionalGUIProvider

Interface that is to be implemented by anyone interested in supplying additional gui, beyond the default, to the command text widget.


Field Summary
static String copyright
           
 
Method Summary
 boolean createCommandLabelLineControls(Composite parent, int availableColumns)
          Overridable entry point for subclasses that wish to put something to the right of the "Command:" label
 boolean createExtraButtons(Composite parent, int availableColumns)
          Create additional buttons, to go under command prompt.
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Method Detail

createCommandLabelLineControls

public boolean createCommandLabelLineControls(Composite parent,
                                              int availableColumns)
Overridable entry point for subclasses that wish to put something to the right of the "Command:" label

Returns:
true if something entered to take up the available columns, false otherwise (will be padded)

createExtraButtons

public boolean createExtraButtons(Composite parent,
                                  int availableColumns)
Create additional buttons, to go under command prompt. Overridable.

Returns:
true if something entered to take up the available columns, false otherwise (will be padded)

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.