ilog.cpl.graph
Interface IlpExpansionHandler

All Known Subinterfaces:
IlpEquipmentHandler, IlpGraphHandler, IlpNetworkExpansionHandler, IlpNetworkHandler
All Known Implementing Classes:
IlpAbstractGraphHandler, IlpEquipmentHandlerWithDataSource, IlpEquipmentHandlerWithoutDataSource, IlpGraphHandlerWithDataSource, IlpGraphHandlerWithoutDataSource, IlpNetworkHandlerWithDataSource, IlpNetworkHandlerWithoutDataSource

public interface IlpExpansionHandler

This interface allows a handler to customize the expansion or collapsing of container objects in the model. Such requests are typically triggered through object interactors.

Since:
JTGO 4.0

Method Summary
 void handleCollapseObject(IlpRepresentationObject object)
          Requests the collapse of a container object.
 void handleExpandObject(IlpRepresentationObject object)
          Requests the expansion of a container object.
 

Method Detail

handleExpandObject

void handleExpandObject(IlpRepresentationObject object)
Requests the expansion of a container object.

The handler will:

Parameters:
object - The container to be expanded.

handleCollapseObject

void handleCollapseObject(IlpRepresentationObject object)
Requests the collapse of a container object.

The handler will:

Parameters:
object - The container to be collapsed.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.