Uses of Interface
com.jeta.open.support.ComponentFinder

Packages that use ComponentFinder
com.jeta.forms.components.panel   
com.jeta.forms.gui.form   
com.jeta.open.gui.framework   
com.jeta.open.support   
 

Uses of ComponentFinder in com.jeta.forms.components.panel
 

Classes in com.jeta.forms.components.panel that implement ComponentFinder
 class FormPanel
          This is the main panel class used to load and view a form during runtime.
 

Uses of ComponentFinder in com.jeta.forms.gui.form
 

Subinterfaces of ComponentFinder in com.jeta.forms.gui.form
 interface FormAccessor
          A FormAccessor is used to programmatically access and modify components on a form.
 

Uses of ComponentFinder in com.jeta.open.gui.framework
 

Classes in com.jeta.open.gui.framework that implement ComponentFinder
 class JETAPanel
          A panel that supports locating components by name as well as supporting the JETA controller/validation framework.
 

Methods in com.jeta.open.gui.framework that return ComponentFinder
protected  ComponentFinder JETAPanel.createComponentFinder()
          Creates a component finder that is used to locate child components in this panel by name.
protected  ComponentFinder JETAPanel.getComponentFinder()
          Returns the component finder associated with this panel
 

Methods in com.jeta.open.gui.framework with parameters of type ComponentFinder
protected  void JETAPanel.setComponentFinder(ComponentFinder finder)
          Sets the component finder associated with this panel
 

Constructors in com.jeta.open.gui.framework with parameters of type ComponentFinder
JETAPanel(ComponentFinder finder)
          ctor
 

Uses of ComponentFinder in com.jeta.open.support
 

Subinterfaces of ComponentFinder in com.jeta.open.support
 interface SwingComponentSupport
          Interface that defines common methods for working with SwingComponents in a Container.
 

Classes in com.jeta.open.support that implement ComponentFinder
 class CompositeComponentFinder
          A component finder that is composed of multipe component finders.
 class DefaultComponentFinder
          Interface used to define a service for locating child components within a container that have a given name.
 class HierarchicalComponentFinder
          Alternative Component finder implementation finding components hierarchically in the following way: FormName.Subform1.Subform2.<...>.Component
 

Methods in com.jeta.open.support that return ComponentFinder
 ComponentFinder ComponentFinderFactory.createFinder(Container parent)
          Creates a ComponentFinder instance that is associated with the given container.
 ComponentFinder DefaultComponentFinderFactory.createFinder(Container parent)
          Creates a ComponentFinder instance that is associated with the given container.
 ComponentFinder HierarchicalComponentFinderFactory.createFinder(Container parent)
           
 

Methods in com.jeta.open.support with parameters of type ComponentFinder
 void CompositeComponentFinder.add(ComponentFinder finder)
          Adds a finder to this composite.
 

Constructors in com.jeta.open.support with parameters of type ComponentFinder
CompositeComponentFinder(ComponentFinder finder)
          Constructor
 



Copyright © 2005-2007 Jeff Tassin & Todd Viegut. All Rights Reserved.