Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface

   
Interface ICESViewList

 
Class Hierarchy
com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.ICESViewList
Class Location

Framework : ENOJCESInterfaces

Module : CESJAPIInterface

Class Description

public interface ICESViewList

This is a custom interface that represents a List of Views in CES.

Since:
R18 SP1
Author:
PTP
Author:
OIN
Version:
R18, 12/01/2007
Field Summary

Constructor Summary

Method Summary
public ICESView getCESViewByIndex(int index)
Returns the View at the specified index in this View List.
public ICESView getCESViewByLabel(String viewLabel)
Returns the View for the specified View Label in this View List.
public ICESView getCESViewByName(String viewName)
Returns the View for the specified View Name in this View List.
public int getViewListSize()
Returns the number of Views in this View List.
public ICESView[] getViews()
Returns an array of CESViews in this CESViewList.


Field Detail

Constructor Detail

Method Detail

getCESViewByIndex

    public ICESView getCESViewByIndex(int index)

Returns the View at the specified index in this View List. NOTE: Indices count from 0.

Parameters:
index
The index of the View.
Return:
CESView at the specified index.

getCESViewByLabel

    public ICESView getCESViewByLabel(String viewLabel)

Returns the View for the specified View Label in this View List.

Parameters:
viewLabel
The Label of the View.
Return:
CESView for the specified View Label.

getCESViewByName

    public ICESView getCESViewByName(String viewName)

Returns the View for the specified View Name in this View List.

Parameters:
viewName
The Name of the View.
Return:
CESView for the specified View Name.

getViewListSize

    public int getViewListSize()

Returns the number of Views in this View List.

Return:
Number of Views in this View List.

getViews

    public ICESView[] getViews()

Returns an array of CESViews in this CESViewList.

Return:
Array of all CESViews in this CESViewList.


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