Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.uda
Interface ISystemUDAEditPaneHoster

All Superinterfaces:
ISystemMessageLine
All Known Implementing Classes:
SystemTeamViewUserActionPropertyPage, SystemWorkWithUDAsDialog, SystemWorkWithUDTypeDialog

public interface ISystemUDAEditPaneHoster
extends ISystemMessageLine

The interface that must be implemented for any dialog or property page that wants to host a user action edit pane.


Field Summary
static String copyright
           
 
Method Summary
 Shell getShell()
          Get the shell for this dialog or property page
 void setHelp(Control c, String id)
          Set the help for the given control
 void setPageComplete(boolean complete)
          Identify that the page/dialog is complete
 
Methods inherited from interface com.ibm.etools.systems.core.ui.messages.ISystemMessageLine
clearErrorMessage, clearMessage, getErrorMessage, getMessage, getSystemErrorMessage, setErrorMessage, setErrorMessage, setErrorMessage, setMessage, setMessage
 

Field Detail

copyright

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

getShell

public Shell getShell()
Get the shell for this dialog or property page


setPageComplete

public void setPageComplete(boolean complete)
Identify that the page/dialog is complete


setHelp

public void setHelp(Control c,
                    String id)
Set the help for the given control


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.