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.

Field Summary

Constructor Summary

Method Summary
ICESView[] getViews()
int getViewListSize()
ICESView getCESViewByIndex(int index)
ICESView getCESViewByLabel(String viewLabel)
ICESView getCESViewByName(String viewName)


Field Detail

Constructor Detail

Method Detail

getViews

    ICESView[] getViews()

Returns an array of CESViews in this CESViewList.

Returns:
Array of all CESViews in this CESViewList.

getViewListSize

    int getViewListSize()

Returns the number of Views in this View List.

Returns:
Number of Views in this View List.

getCESViewByIndex

    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.
Returns:
CESView at the specified index.

getCESViewByLabel

    ICESView getCESViewByLabel(String viewLabel)

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

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

getCESViewByName

    ICESView getCESViewByName(String viewName)

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

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


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