Uses of Class
org.objectweb.jac.aspects.gui.ViewFactory.UnhandledViewTypeException

Packages that use ViewFactory.UnhandledViewTypeException
org.objectweb.jac.aspects.gui Provides a simple and generic GUI (Graphical User Interface) aspect. 
 

Uses of ViewFactory.UnhandledViewTypeException in org.objectweb.jac.aspects.gui
 

Methods in org.objectweb.jac.aspects.gui that throw ViewFactory.UnhandledViewTypeException
static View GenericFactory.getCollectionPane(ViewFactory factory, DisplayContext context, Object substance, ObjectView objectView, CollectionItemView memberView, CollectionItem collection)
          Builds a view that will display a given collection field of an object.
protected static CompositeView GenericFactory.getMethodsPane(ViewFactory factory, DisplayContext context, Object substance, Collection methods, String category, ObjectView objectView)
          Gets a composite panel containing a set of methods that are held by the substance object.
 View ViewFactory.createView(String label, String viewType, Object[] params, DisplayContext context)
          Create a view of a given type.
 View ViewFactory.createView(String label, String viewType, String[] params, DisplayContext context)
          Convert Strings into the type expected by the view constructor.
 CompositeView ViewFactory.createCompositeView(String label, String viewType, Object[] params, DisplayContext context)
           
 View ViewFactory.createView(String label, String viewType, DisplayContext context)
           
 CompositeView ViewFactory.createCompositeView(String label, String viewType, DisplayContext context)
           
 FieldEditor ViewFactory.createEditor(String label, String viewType, Object[] params, DisplayContext context)