ilog.views.sdm
Class IlvSDMCompositeInteractor

java.lang.Object
  extended by ilog.views.IlvObjectInteractor
      extended by ilog.views.graphic.composite.objectinteractor.IlvCompositeInteractor
          extended by ilog.views.sdm.IlvSDMCompositeInteractor
All Implemented Interfaces:
Serializable

public class IlvSDMCompositeInteractor
extends IlvCompositeInteractor

The object interactor that is used on the composite graphics to invoke Swing actions. You define this object interactor in the css as follows:

  
  node {
  Interactor: "ilog.views.sdm.IlvSDMCompositeInteractor" ;
  }

Since:
JViews 8.0
See Also:
Serialized Form

Constructor Summary
IlvSDMCompositeInteractor()
           
 
Method Summary
 IlvCompositeContext getCompositeContext(Object source)
          Returns the composite context for the given source
 
Methods inherited from class ilog.views.graphic.composite.objectinteractor.IlvCompositeInteractor
acceptEvent, getEncapsulatedGraphic, processEvent
 
Methods inherited from class ilog.views.IlvObjectInteractor
Get, handleExpose, onEnter, onExit, Put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlvSDMCompositeInteractor

public IlvSDMCompositeInteractor()
Method Detail

getCompositeContext

public IlvCompositeContext getCompositeContext(Object source)
Returns the composite context for the given source

Specified by:
getCompositeContext in class IlvCompositeInteractor
Parameters:
source - Object on which the event occurred. For instance it might be an IlvManagerView
Returns:
The IlvCompositeContext for this interactor.
See Also:
IlvCompositeContext


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