ilog.views.graphic.composite.objectinteractor
Interface IlvCompositeContext

All Known Implementing Classes:
IlvSDMCompositeContext

public interface IlvCompositeContext

The purpose of this class is to be used by the actions defined on a composite graphic An action gets access to this interface with the help of IlvCompositeActionEvent that is passed as a parameter to ActionListener.actionPerformed(java.awt.event.ActionEvent)

Since:
JViews 8.0
See Also:
IlvCompositeActionEvent

Method Summary
 Object getProperty(IlvGraphic graphic, String name)
          Returns the property value
 void setProperty(IlvGraphic graphic, String name, Object value)
          sets a property
 

Method Detail

setProperty

void setProperty(IlvGraphic graphic,
                 String name,
                 Object value)
sets a property

Parameters:
graphic - the composite graphic on which the event occurred
name - the property name to modify
value - the value of the property

getProperty

Object getProperty(IlvGraphic graphic,
                   String name)
Returns the property value

Parameters:
graphic - the composite on which an event occurred
name - a property name
Returns:
the value of the property


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