JAC project
AOPSYS
CEDRIC & LIP6 labs

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).


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

object

public Object object

field

public FieldItem field

container

public FieldItem container

extraOption

public Object extraOption

target

public CustomizedView target
Constructor Detail

HandlerResult

public HandlerResult(CustomizedView target,
                     FieldItem container,
                     Object object,
                     String fieldname,
                     Object extraOption)
Constructs a new handler.

Parameters:
container - field the object is part of
object - the object that holds the selected field
fieldname - 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