ilog.cpl.graphic
Interface IlpGraphicComponent
- All Superinterfaces:
- IlpObjectSelectionModel, IlpStylable, IlvStylable
- All Known Subinterfaces:
- IlpInteractiveGraphicComponent
- All Known Implementing Classes:
- IlpEquipment, IlpNetwork, IlpTable, IlpTree
public interface IlpGraphicComponent
- extends IlpObjectSelectionModel, IlpStylable
This interface models common characteristics of JTGO graphic components.
- Since:
- JTGO 3.5
getContext
IlpContext getContext()
- Returns the context.
getDataSource
IlpDataSource getDataSource()
- Returns the data source that feeds the network.
- Returns:
- A data source or
null if none has been set.
setDataSource
void setDataSource(IlpDataSource dataSource)
- Sets the data source that feeds the network.
Also creates a network adapter for the data source if none has been set.
Also creates a network handler of type
IlpNetworkHandlerWithDataSource if none has been set.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.