|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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)
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 |
|---|
void setProperty(IlvGraphic graphic,
String name,
Object value)
graphic - the composite graphic on which the event occurredname - the property name to modifyvalue - the value of the property
Object getProperty(IlvGraphic graphic,
String name)
graphic - the composite on which an event occurredname - a property name
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||