Package com.dassault_systemes.vpmdesktop.vdk0infra.interfaces

   
Interface CustomizableLogonViewItf

 
Class Hierarchy
com.dassault_systemes.vpmdesktop.vdk0infra.interfaces.CustomizableLogonViewItf
Class Location

Framework : VPMDesktop

Module : VDK0Infra

Class Description

public interface CustomizableLogonViewItf

Field Summary

Constructor Summary

Method Summary
int addComponentstoPanel(Panel panel, int componentPositionInPanel)
void getCustomisedComponentsValues(Hashtable iComponentValues)
void setComponentsEnabled(boolean isEnabled)
void setComponentPreSelectedValue(Hashtable paramValues)
void setLocale(String locale)


Field Detail

Constructor Detail

Method Detail

addComponentstoPanel

    int addComponentstoPanel(Panel panel, int componentPositionInPanel)

This method will be called from the LogonPanel implementation. The current panel, the component position in the panel and GridBagLayout will be passed as the parameter to this method. This method should use these parameters to add the component inside the LogonPanel. The current vertical position of the panel is returned.

Parameters:
jp
Panel in which Components are to be added
componentPositionInPanel
Vertical position of the components to be added.

getCustomisedComponentsValues

    void getCustomisedComponentsValues(Hashtable iComponentValues)

This method will be called from the LogonPanel implementation. The user is expected to populate the HashTable with the customized component name and the values of the same.

Parameters:
iComponentValues
Hashtable which will given as Input. This has table needs to be populated with Customisation parameters corresponding Customisation values.

setComponentsEnabled

    void setComponentsEnabled(boolean isEnabled)

Method to enable the Customisation Components in the extended VPM Logon view

Parameters:
isEnabled
Paramter that will tell whether to enable the components or disable the components.

setComponentPreSelectedValue

    void setComponentPreSelectedValue(Hashtable paramValues)

Sets the values of the Parammeters read from the .CATPreferred hosts file in the Customised Components

Parameters:
paramValues

setLocale

    void setLocale(String locale)

Sets the locale first time or when the locale is changed.

Parameters:
locale
The string that defines the locale. Leagel Values en: English fr: French de: German ja: Japanese zh: Chinese ko: Korean


Copyright © 2000, Dassault Systèmes. All rights reserved