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

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

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

Methods in de.kleopatra.forms.view.builder that return UIFactory
protected  UIFactory FormWriter.getUIFactory()
          Deprecated.  
protected  UIFactory FormReader.getUIFactory()
          Deprecated.  
static UIFactory FormFactory.getUIFactory()
          returns the shared default UIFactory.
static UIFactory FormFactory.createUIFactory()
          returns a new UIFactory with custom maps defined by MappingManager.
 

Methods in de.kleopatra.forms.view.builder with parameters of type UIFactory
 void UIBuilder.fill(java.awt.Container comp, LayoutDescription layout, UIFactory uiFactory)
          fills a container with components according to the layoutDescription.
 java.awt.Container FormWriter.buildForm(LayoutDescription description, UIFactory factory)
          Deprecated. create default container using the specified UIFactory and fill with children created by the uiFactory and LayoutDescription.
 java.awt.Container FormWriter.buildForm(java.awt.Container container, LayoutDescription description, UIFactory factory)
          Deprecated. Fill a given Container with children created by the specified UIFactory and LayoutDescription.
 java.awt.Container FormWriter.buildCompleteForm(LayoutDescription description, UIFactory factory, boolean customizePlaceHolders)
          Deprecated. experimental: create form from given description and factory, auto-replace placeHolders one level deep.
protected  java.awt.Container FormWriter.createDefaultContainer(UIFactory factory)
          Deprecated.  
protected  java.awt.Container FormWriter.createForm(UIFactory factory)
          Deprecated.  
 java.awt.Container ExtFormLoader.create(LayoutDescription description, UIFactory factory)
          create and fill a container from the LayoutDescription using the given factory.
 java.awt.Container ExtFormLoader.createWithAutoReplace(LayoutDescription description, UIFactory factory, boolean customizePlaceHolders)
          create and fill a container from the LayoutDescription, using the given factory, autoreplacing all placeHolder children.
 

Uses of UIFactory in de.kleopatra.view.factory
 

Classes in de.kleopatra.view.factory that implement UIFactory
 class AWTUIFactory
          minimal implementation for testing AWT.
 class SwingUIFactory
          Implementation of UIFactory for Swing toolkit.
 

Methods in de.kleopatra.view.factory with parameters of type UIFactory
 javax.swing.JToolBar SwingFactory.createToolBarAndButtons(java.util.List actions, UIFactory factory)
           
 javax.swing.JToolBar SwingFactory.createToolBarAndButtons(java.util.List actions, UIFactory factory, int direction)
           
 void SwingFactory.addToToolBar(javax.swing.JToolBar toolBar, java.util.List actions, UIFactory factory, boolean withSeparator)
           
 



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