|
|
|||||
| Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface |
Interface ICESViewList
|
| Class Hierarchy |
com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.ICESViewList
| Class Location |
| Class Description |
public interface ICESViewList
This is a custom interface that represents a List of Views in CES.
| 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 |
public ICESView getCESViewByIndex(int index)
Returns the View at the specified index in this View List.
NOTE: Indices count from 0.
index
public ICESView getCESViewByLabel(String viewLabel)
Returns the View for the specified View Label in this View List.
viewLabel
public ICESView getCESViewByName(String viewName)
Returns the View for the specified View Name in this View List.
viewName
public int getViewListSize()
Returns the number of Views in this View List.
public ICESView[] getViews()
Returns an array of CESViews in this CESViewList.