ilog.views.util.servlet
Interface IlvMenuFactory

All Superinterfaces:
Serializable

public interface IlvMenuFactory
extends Serializable

This interface defines a factory that generates IlvMenus depending on:

Since:
JViews 7.5

Method Summary
 IlvMenu createMenu(Object graphicComponent, Object selectedObject, String menuModelId)
          Generates the model of the menu.
 

Method Detail

createMenu

IlvMenu createMenu(Object graphicComponent,
                   Object selectedObject,
                   String menuModelId)
Generates the model of the menu.

Parameters:
graphicComponent - The Swing graphic graphic component
selectedObject - The graphic or model object selected.
menuModelId - The optional menu model ID shared by interactors.
Returns:
The root menu of the generated menu.


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