de.kleopatra.forms.view.builder
Class FormReader

java.lang.Object
  extended byde.kleopatra.forms.view.builder.FormReader

Deprecated. - Currently not used. Maybe not in synch.

public class FormReader
extends java.lang.Object

FormReader responsible for building descriptions from Containers.

Version:
$Revision: 1.2 $ $Date: 2004/09/30 10:18:21 $
Author:
(C) 2003 Jeanette Winzenburg, Berlin

Constructor Summary
FormReader()
          Deprecated.  
 
Method Summary
protected  DefaultLayoutDescription createDefaultLayoutDescription()
          Deprecated.  
protected  DefaultPresentation createDefaultPresentation()
          Deprecated.  
protected  FormDescription createFormDescription(java.lang.Object formID)
          Deprecated.  
protected  java.util.List createList()
          Deprecated.  
protected  java.util.Map createMap()
          Deprecated.  
protected  ComponentTypeMap getComponentTypeMap(java.awt.Container container)
          Deprecated.  
protected  LayoutTranslator getLayoutTranslator()
          Deprecated.  
protected  PresentationManager getPresentationManager()
          Deprecated.  
protected  UIFactory getUIFactory()
          Deprecated.  
 FormDescription readFormDescription(java.awt.Container container)
          Deprecated.  
 LayoutDescription readLayoutDescription(java.awt.Container container)
          Deprecated.  
 Presentation readPresentation(java.awt.Container container)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormReader

public FormReader()
Deprecated. 
Method Detail

readLayoutDescription

public LayoutDescription readLayoutDescription(java.awt.Container container)
Deprecated. 

readPresentation

public Presentation readPresentation(java.awt.Container container)
Deprecated. 

readFormDescription

public FormDescription readFormDescription(java.awt.Container container)
Deprecated. 

getLayoutTranslator

protected LayoutTranslator getLayoutTranslator()
Deprecated. 

getPresentationManager

protected PresentationManager getPresentationManager()
Deprecated. 

createDefaultLayoutDescription

protected DefaultLayoutDescription createDefaultLayoutDescription()
Deprecated. 

createDefaultPresentation

protected DefaultPresentation createDefaultPresentation()
Deprecated. 

getComponentTypeMap

protected ComponentTypeMap getComponentTypeMap(java.awt.Container container)
Deprecated. 

createFormDescription

protected FormDescription createFormDescription(java.lang.Object formID)
Deprecated. 

getUIFactory

protected UIFactory getUIFactory()
Deprecated. 

createList

protected java.util.List createList()
Deprecated. 

createMap

protected java.util.Map createMap()
Deprecated. 


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