|
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
| public boolean |
isEnabled(ENOVIObject obj)
Method to determine if Identity Card tab should be enabled. |
| public void |
setObject(ENOVIObject obj)
Method to prepare the data and Identity Card for display. |
| public void |
setServerParameters(String marker, String host)
Method to set the marker server and host. |
isEnabled
public boolean isEnabled(ENOVIObject obj)
Method to determine if Identity Card tab should be enabled.
- Parameters:
ENOVIObject
- object represented by the Identity Card tab.
- Return:
- boolean TRUE if enabled, FALSE if disabled.
setObject
public void setObject(ENOVIObject obj)
Method to prepare the data and Identity Card for display.
- Parameters:
ENOVIObject
- object represented by the Identity Card tab.
setServerParameters
public void setServerParameters(String marker, String host)
Method to set the marker server and host.
- Parameters:
String
- marker server
String
- host
Copyright © 2000, Dassault Systèmes. All rights reserved