org.objectweb.jac.aspects.gui
Class HandlerResult
java.lang.Object
|
+--org.objectweb.jac.aspects.gui.HandlerResult
- public class HandlerResult
- extends Object
A handler that is assigned to a selection event (in order to change
its result in most cases).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
object
public Object object
field
public FieldItem field
container
public FieldItem container
extraOption
public Object extraOption
target
public CustomizedView target
HandlerResult
public HandlerResult(CustomizedView target,
FieldItem container,
Object object,
String fieldname,
Object extraOption)
- Constructs a new handler.
- Parameters:
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)