Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface |
com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.ICESViewList
Framework : ENOJCESInterfaces
Module : CESJAPIInterface
public interface ICESViewList
This is a custom interface that represents a List of Views in CES.
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