Package com.dassault_systemes.vpmdesktop.vdk0interfaces.interfaces |
|
Interface ENOVIIdentityCardInterface
|
com.dassault_systemes.vpmdesktop.vdk0interfaces.interfaces.ENOVIIdentityCardInterface
Framework : VPMDesktop
Module : VDK0Interfaces
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
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