biz.hammurapi.registry
Interface PropertyPage


public interface PropertyPage

Configuration components may implement this interface for integration with registry browser.

Author:
Pavel

Method Summary
 void setBrowser(Registry registry)
          Passes registry to the page to enable property pages to browse the registry.
 boolean validate()
          Configuration wizard calls this method when "Next" or "Finish" buttons are clicked.
 

Method Detail

validate

boolean validate()
Configuration wizard calls this method when "Next" or "Finish" buttons are clicked. If the method returns false, the wizard remains on the page. It is responsibility of the property page to communicate to the user the nature of the problem.

Returns:
False if information on the property page is not correct.

setBrowser

void setBrowser(Registry registry)
Passes registry to the page to enable property pages to browse the registry.

Parameters:
browser -


Copyright © 2006 Hammurapi Group. All Rights Reserved.