Uses of Interface
echoxul.view.View

Packages that use View
echoxul.component   
echoxul.testharness   
echoxul.view   
echoxul.view.builder   
echoxul.view.impl   
echoxul.view.locator   
 

Uses of View in echoxul.component
 

Methods in echoxul.component that return View
protected  View AbstractViewContextualizable.getView()
           
 

Uses of View in echoxul.testharness
 

Methods in echoxul.testharness that return View
 View BootstrapLoader.createView(java.io.File file)
           
 View BootstrapLoader.createView(org.xml.sax.InputSource is)
           
 

Uses of View in echoxul.view
 

Methods in echoxul.view that return View
 View ViewContext.getView()
           
abstract  View ViewLocator.lookupView(java.lang.String path)
          Looks up a (potentially cached) view from the list of ViewResolvers registered with this instance.
abstract  View ViewLocator.lookupView(java.lang.Class clazz)
          Similar to lookupView(String) except that it converts the given class into a path and looks up the view with that path.
 

Methods in echoxul.view with parameters of type View
 void ViewComponent.setView(View view)
           
 

Uses of View in echoxul.view.builder
 

Methods in echoxul.view.builder that return View
 View BuilderContext.buildFinalView(AbstractEchoXULElement rootElement)
          Build and return the final view instance.
 

Uses of View in echoxul.view.impl
 

Classes in echoxul.view.impl that implement View
 class ViewImpl
          Implementation of the View interface for the builder package.
 

Methods in echoxul.view.impl that return View
 View ViewContextImpl.getView()
           
 

Methods in echoxul.view.impl with parameters of type View
 ViewContextImpl ViewContextStub.instantiate(View view, ViewContextImpl parent)
          Create a new instance of the ViewContext model and set its fields to be a part of the containment hierarchy.
 

Uses of View in echoxul.view.locator
 

Methods in echoxul.view.locator that return View
protected  View BaseViewLocator.loadXULView(org.xml.sax.InputSource is)
          Load an XUL view from an InputSource
 View BaseViewLocator.lookupView(java.lang.Class clazz)
          Takes the class name and replaces all periods with slashes and prepending a slash.
 View CachingViewLocator.lookupView(java.lang.String path)
           
 View DelegatingViewLocator.lookupView(java.lang.String path)
           
 View DynamicViewLocator.lookupView(java.lang.String path)
           
 

Methods in echoxul.view.locator with parameters of type View
 void DynamicViewLocator.addView(java.lang.String path, View view)
          Programatically add a view to the map.
 



Copyright © 2004 Terry Laurenzo. All Rights Reserved.