ilog.tgo.awt
Interface IltPopupMenuFactory


Deprecated. Since JTGO 3.0, object interactors are managed by the Controller element of each Graphic Component. Controllers are part of the MVC trio that composes a graphic component. It is responsible for storing and setting interactors to the view and its objects. Interactors can be defined using the Graphic Controller API or by loading cascading style sheets with Interactor definition. Concerning tooltips, their customization is now achieved only through CSS using properties toolTipText or toolTipGraphic. The toolTipGraphic property has priority.

public interface IltPopupMenuFactory

This interface creates PopupMenu instances.

See Also:
IltObjectInteractor.setPopupMenuFactory(ilog.tgo.awt.IltPopupMenuFactory), IlpPopupMenuFactory
Deprecated Since:
JTGO 4.0

Method Summary
 PopupMenu create(IltObject object, IltCompositeGraphic graphic, IltGraphicElementName elementName)
          Deprecated. Returns a popup menu to be used on a given element of the graphic representation of an object.
 

Method Detail

create

PopupMenu create(IltObject object,
                 IltCompositeGraphic graphic,
                 IltGraphicElementName elementName)
Deprecated. 
Returns a popup menu to be used on a given element of the graphic representation of an object. This function may return null, meaning no popup menu.



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