|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jac.aspects.gui.HandlerResult
A handler that is assigned to a selection event (in order to change its result in most cases).
Field Summary | |
FieldItem |
container
|
Object |
extraOption
|
FieldItem |
field
|
Object |
object
|
CustomizedView |
target
|
Constructor Summary | |
HandlerResult(CustomizedView target,
FieldItem container,
Object object,
String fieldname,
Object extraOption)
Constructs a new handler. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Object object
public FieldItem field
public FieldItem container
public Object extraOption
public CustomizedView target
Constructor Detail |
public HandlerResult(CustomizedView target, FieldItem container, Object object, String fieldname, Object extraOption)
container
- field the object is part ofobject
- the object that holds the selected fieldfieldname
- name of the field to select (may be null)extraOption
- extra info (may be null)
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |