Uses of Interface
org.objectweb.jac.core.Display

Packages that use Display
org.objectweb.jac.aspects.gui   
org.objectweb.jac.aspects.gui.swing   
org.objectweb.jac.aspects.gui.web   
org.objectweb.jac.core   
 

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

Subinterfaces of Display in org.objectweb.jac.aspects.gui
 interface CustomizedDisplay
          Defines a display which contains customized GUI windows.
 

Methods in org.objectweb.jac.aspects.gui that return Display
static Display GuiAC.getDisplay(String displayID)
          Gets a display from its ID.
static Display GuiAC.createDisplay(String displayID, Class displayType, ViewFactory factory)
          Creates a new display and registers it.
 

Methods in org.objectweb.jac.aspects.gui with parameters of type Display
protected  boolean InputWrapper.autoCreate(Display display, DisplayContext context, AbstractMethodItem method, Interaction interaction, Class[] paramTypes)
           
protected  boolean InputWrapper.askingSequence(Display display, DisplayContext context, AbstractMethodItem method, Interaction interaction, Class[] paramTypes)
           
 Object InputWrapper.create(ClassItem classItem, Display display)
          This method performs all the inputs operations for an instance creation.
static Object InputWrapper.newInstance(Class cl, Display display)
          Create a new instance of a class.
static void GuiAC.addDisplay(String displayID, Display newDisplay)
          Adds a new display for this GUI.
static void GuiAC.removeDisplay(Display display)
          Removes a display for this GUI.
 void GuiAC.whenCloseDisplay(Display display)
          Catch this event and remove the display from the handled list if exists.
 

Constructors in org.objectweb.jac.aspects.gui with parameters of type Display
InputSequence(Display display, AbstractMethodItem method, Object[] parameters)
          Creates a user-defined input sequence.
 

Uses of Display in org.objectweb.jac.aspects.gui.swing
 

Classes in org.objectweb.jac.aspects.gui.swing that implement Display
 class SwingDisplay
           
 

Uses of Display in org.objectweb.jac.aspects.gui.web
 

Classes in org.objectweb.jac.aspects.gui.web that implement Display
 class WebDisplay
          This class provides a server for web clients using a thin client protocol and implements the Display interface to assume data inputs and outputs between JAC objects and web clients.
 

Uses of Display in org.objectweb.jac.core
 

Methods in org.objectweb.jac.core with parameters of type Display
 void BaseProgramListener.whenCloseDisplay(Display display)
          Upcalled when a display is closing.
 void AspectComponent.whenCloseDisplay(Display display)
           
 void ACManager.whenCloseDisplay(Display display)
          Dispatch this event to all the registered Aspect Components that are woven.