Uses of Class
org.objectweb.jac.aspects.gui.HandlerResult

Packages that use HandlerResult
org.objectweb.jac.aspects.gui Provides a simple and generic GUI (Graphical User Interface) aspect. 
org.objectweb.jac.ide This package contains the implementation of the JAC's IDE: UMLAF (for UML Aspectual Factory). 
 

Uses of HandlerResult in org.objectweb.jac.aspects.gui
 

Methods in org.objectweb.jac.aspects.gui with parameters of type HandlerResult
 void EventHandler.handleResult(DisplayContext context, HandlerResult hres)
           
 

Uses of HandlerResult in org.objectweb.jac.ide
 

Methods in org.objectweb.jac.ide that return HandlerResult
static HandlerResult Errors.selectionHandler(DisplayContext context, CollectionItem collection, Error error)
           
 HandlerResult Class.gotoLine(DisplayContext context, int lineNumber)