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

Author:
skc To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
Field Summary

Constructor Summary

Method Summary
public int addComponentstoPanel(Panel panel, int componentPositionInPanel)
This method will be called from the LogonPanel implementation.
public void getCustomisedComponentsValues(Hashtable iComponentValues)
This method will be called from the LogonPanel implementation.
public void setComponentPreSelectedValue(Hashtable paramValues)
Sets the values of the Parammeters read from the .CATPreferred hosts file in the Customised Components
public void setComponentsEnabled(boolean isEnabled)
Method to enable the Customisation Components in the extended VPM Logon view
public void setLocale(String locale)
Sets the locale first time or when the locale is changed.


Field Detail

Constructor Detail

Method Detail

addComponentstoPanel

    public 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

    public 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.

setComponentPreSelectedValue

    public void setComponentPreSelectedValue(Hashtable paramValues)

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

Parameters:
paramValues

setComponentsEnabled

    public 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.

setLocale

    public 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