ilog.cpl.graphic
Interface IlpInteractiveGraphicComponent
- All Superinterfaces:
- IlpGraphicComponent, IlpObjectSelectionModel, IlpStylable, IlvStylable
- All Known Implementing Classes:
- IlpEquipment, IlpNetwork, IlpTable, IlpTree
public interface IlpInteractiveGraphicComponent
- extends IlpGraphicComponent
This interface models common characteristics of JTGO graphic components
that support view interactors.
- Since:
- JTGO 3.5
getDefaultViewInteractor
IlpViewInteractor getDefaultViewInteractor()
- Returns the default view interactor.
This is called when view interactors detach themselves: they
install the default view interactor instead.
setDefaultViewInteractor
void setDefaultViewInteractor(IlpViewInteractor interactor)
- Sets the default view interactor.
This is usually called during initialization of the component only.
Note: Setting the default view interactor does not
change the currently active view interactor immediately. It has an
effect on the view interactor only the next time an interactor detaches
itself.
- See Also:
setViewInteractor(ilog.cpl.interactor.IlpViewInteractor)
getViewInteractor
IlpViewInteractor getViewInteractor()
- Returns the interactor associated with the view.
setViewInteractor
void setViewInteractor(IlpViewInteractor interactor)
- Sets the interactor associated with the view.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.