RSE
Release 2.0

Uses of Interface
org.eclipse.rse.ui.ISystemVerifyListener

Packages that use ISystemVerifyListener
org.eclipse.rse.ui   
org.eclipse.rse.ui.propertypages   
org.eclipse.rse.ui.wizards   
 

Uses of ISystemVerifyListener in org.eclipse.rse.ui
 

Methods in org.eclipse.rse.ui with parameters of type ISystemVerifyListener
 void SystemBaseForm.addVerifyListener(ISystemVerifyListener l)
          Register an interest in knowing whenever the form is verified and error messages are updated.
 void SystemBaseForm.removePageCompleteListener(ISystemVerifyListener l)
          De-register a verify listener.
 

Uses of ISystemVerifyListener in org.eclipse.rse.ui.propertypages
 

Methods in org.eclipse.rse.ui.propertypages with parameters of type ISystemVerifyListener
 void ISystemConnectionWizardErrorUpdater.addVerifyListener(ISystemVerifyListener listener)
           
 

Uses of ISystemVerifyListener in org.eclipse.rse.ui.wizards
 

Classes in org.eclipse.rse.ui.wizards that implement ISystemVerifyListener
 class SystemSubSystemsPropertiesWizardPage
          Deprecated. this class will likely be removed in the future, because the underlying mechanism of contributing property pages to a wizard does not scale since it activates unrelated plug-ins. Custom wizard pages should be contributed through SubSystemConfigurationAdapter.getNewConnectionWizardPages(ISubSystemConfiguration, IWizard) instead. See also Eclipse Bugzilla bug 197129.
 


RSE
Release 2.0

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