Uses of Interface
de.kleopatra.view.factory.ComponentTypeMap

Packages that use ComponentTypeMap
de.kleopatra.forms.view.builder Support for building forms from a LayoutDescription/Presentation or FormDescription. 
de.kleopatra.view.factory Support for UIFactories.  
 

Uses of ComponentTypeMap in de.kleopatra.forms.view.builder
 

Methods in de.kleopatra.forms.view.builder that return ComponentTypeMap
protected  ComponentTypeMap FormReader.getComponentTypeMap(java.awt.Container container)
          Deprecated.  
 

Uses of ComponentTypeMap in de.kleopatra.view.factory
 

Classes in de.kleopatra.view.factory that implement ComponentTypeMap
 class DefaultComponentTypeMap
          Default implementation.
 class SwingComponentTypeMap
          Type map that's roughly initialized to standard Swing JComponent classes.
 

Methods in de.kleopatra.view.factory that return ComponentTypeMap
 ComponentTypeMap UIFactory.getComponentTypeMap()
          returns the currently used ComponentTypeMap.
 ComponentTypeMap SwingUIFactory.getComponentTypeMap()
           
protected  ComponentTypeMap SwingUIFactory.createComponentTypeMap()
           
 ComponentTypeMap AWTUIFactory.getComponentTypeMap()
           
protected  ComponentTypeMap AWTUIFactory.createComponentTypeMap()
           
 

Methods in de.kleopatra.view.factory with parameters of type ComponentTypeMap
 void UIFactory.setComponentTypeMap(ComponentTypeMap componentTypes)
          sets map used to map between generic componentType <--> component class in the context of this toolkit.
 void SwingUIFactory.setComponentTypeMap(ComponentTypeMap componentTypeMap)
           
 void AWTUIFactory.setComponentTypeMap(ComponentTypeMap componentTypeMap)
           
 



Copyright © 2003, 2004 SwingEmpire Jeanette Winzenburg. All Rights Reserved.