Package com.dassault_systemes.vpmdesktop.vdk0interfaces.interfaces

   
Interface ENOVIIdentityCardInterface

 
Class Hierarchy
com.dassault_systemes.vpmdesktop.vdk0interfaces.interfaces.ENOVIIdentityCardInterface
Class Location

Framework : VPMDesktop

Module : VDK0Interfaces

Class Description

public interface ENOVIIdentityCardInterface

Interface representing an Identity Card object. Usage: you can freely reimplement this interface. Role: Custom tabs in the Identity Card of an object corresponds to an implementation of the ENOVIIdentityCardInterface interface. If needed, your Imakefile.mk should include the module: VDK0Interfaces

Field Summary

Constructor Summary

Method Summary
void setServerParameters(String marker, String host)
boolean isEnabled(ENOVIObject obj)
void setObject(ENOVIObject obj)


Field Detail

Constructor Detail

Method Detail

setServerParameters

    void setServerParameters(String marker, String host)

Method to set the marker server and host.

Parameters:
String
marker server
String
host

isEnabled

    boolean isEnabled(ENOVIObject obj)

Method to determine if Identity Card tab should be enabled.

Parameters:
ENOVIObject
object represented by the Identity Card tab.
Returns:
boolean TRUE if enabled, FALSE if disabled.

setObject

    void setObject(ENOVIObject obj)

Method to prepare the data and Identity Card for display.

Parameters:
ENOVIObject
object represented by the Identity Card tab.


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