Web-4-All v3.00 Plug-in API Specification

ca.utoronto.atrc.web4all.preferences
Interface ThirdPartyPrefsWizard


public interface ThirdPartyPrefsWizard

Interface (API) for third party preference wizards.


Method Summary
 int doPreferences(org.w3c.dom.Document io3rdPartyDoc, java.util.Locale inLocale)
          Does the third party preferences.
 void kill()
          Kill the dialog and return control back to the PWM.
 

Method Detail

doPreferences

public int doPreferences(org.w3c.dom.Document io3rdPartyDoc,
                         java.util.Locale inLocale)
Does the third party preferences. This can include launching a modal JDialog and allowing the user to edit his/her preferences interactively.

Parameters:
io3rdPartyDoc - document which contains the current third party settings
inLocale - the user's preferred Locale
Returns:
0 if OK, non-zero otherwise.

kill

public void kill()
Kill the dialog and return control back to the PWM.


Web-4-All v3.00 Plug-in API Specification