Uses of Interface
de.kleopatra.view.presentation.Presentation

Packages that use Presentation
de.kleopatra.forms.view.builder Support for building forms from a LayoutDescription/Presentation or FormDescription. 
de.kleopatra.view.presentation Handling of presentation aspects.  
 

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

Fields in de.kleopatra.forms.view.builder declared as Presentation
protected  Presentation DefaultFormDescription.presentation
           
 

Methods in de.kleopatra.forms.view.builder that return Presentation
 Presentation FormReader.readPresentation(java.awt.Container container)
          Deprecated.  
 Presentation FormIOHelper.readPresentation()
           
 Presentation FormIO.readPresentation(java.lang.String filename)
           
 Presentation FormIO.getPresentation(java.lang.String resourceName, java.lang.Class targetClass)
           
 Presentation FormDescription.getPresentation()
           
 Presentation DefaultFormDescription.getPresentation()
           
protected  Presentation DefaultFormDescription.createPresentation()
           
 

Methods in de.kleopatra.forms.view.builder with parameters of type Presentation
 boolean FormIOHelper.writePresentation(Presentation presentation)
           
 void FormIO.persistPresentation(Presentation presentation, java.lang.String filename)
           
 void FormDescription.setPresentation(Presentation presentation)
           
 void DefaultFormDescription.setPresentation(Presentation presentation)
           
 

Uses of Presentation in de.kleopatra.view.presentation
 

Classes in de.kleopatra.view.presentation that implement Presentation
 class DefaultPresentation
          Default implementation of Presentation.
 

Methods in de.kleopatra.view.presentation with parameters of type Presentation
 void PresentationManager.customize(java.awt.Container container, Presentation presentation)
          removed: manager is responsible, don't try to interfere public ComponentCustomizer getCustomizer(Component comp);
 void PresentationManager.customize(java.awt.Container container, Presentation presentation, java.lang.Class targetClass)
           
 void DefaultPresentationManager.customize(java.awt.Container container, Presentation presentation)
           
 void DefaultPresentationManager.customize(java.awt.Container container, Presentation presentation, java.lang.Class targetClass)
           
 void DefaultBundleHandler.updateBundle(Presentation presentation, java.net.URL bundle)
           
 void DefaultBundleHandler.updatePresentation(java.util.ResourceBundle bundle, Presentation presentation)
           
 void DefaultBundleHandler.localize(Presentation presentation, java.lang.Class targetClass)
           
protected  java.lang.String DefaultBundleHandler.getResourceBundleName(Presentation presentation)
          encapsulates strategy to find an appropriate resourceBundle name.
 void BundleHandler.localize(Presentation presentation, java.lang.Class targetClass)
          Find a resourceBundle in the default locale and apply to all presentation attributes of the given presentation.
 void BundleHandler.updatePresentation(java.util.ResourceBundle bundle, Presentation presentation)
          Apply the resourceBundle to all presentation attributes of the presentation.
 void BundleHandler.updateBundle(Presentation presentation, java.net.URL bundle)
          Merge the presentation attributes of the presentation into the properties found at the file location bundle.
 



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