intarsys runtime library

Uses of Interface
de.intarsys.tools.presentation.IPresentationSupport

Packages that use IPresentationSupport
de.intarsys.aaa.resource   
de.intarsys.tools.presentation   
de.intarsys.tools.tree   
 

Uses of IPresentationSupport in de.intarsys.aaa.resource
 

Classes in de.intarsys.aaa.resource that implement IPresentationSupport
 class StaticResource
          A resource abstracted as a simple "id".
 

Uses of IPresentationSupport in de.intarsys.tools.presentation
 

Classes in de.intarsys.tools.presentation that implement IPresentationSupport
 class PropertyPresentation
          Common superclass for the PropertyPresentation implementation.
 class PropertyPresentationGroup
          A grouping of PropertyPresentationItem instances.
 class PropertyPresentationItem
          This is a *very* generic tool for displaying object state.
 class PropertyRenderer
          This is a *very* generic tool for displaying object state.
 

Methods in de.intarsys.tools.presentation that return IPresentationSupport
 IPresentationSupport PropertyRenderer.createPresentationSupport(Object object)
           
 IPresentationSupport IPresentationSupportFactory.createPresentationSupport(Object object)
          Create a IPresentationSupport instance that can be used to present object.
 IPresentationSupport PropertyRenderer.getFieldPresentation()
           
 IPresentationSupport PropertyPresentation.getFieldPresentation()
           
 IPresentationSupport PropertyPresentationItem.getValuePresentation()
           
 IPresentationSupport PropertyPresentation.getValuePresentation()
           
 IPresentationSupport PropertyRenderer.getValuePresentation(Object object)
           
 

Uses of IPresentationSupport in de.intarsys.tools.tree
 

Classes in de.intarsys.tools.tree that implement IPresentationSupport
 class BeanPropertiesNode
          A PropertiesNode that reflects the object properties using plain Java beans techniques.
 class CommonNode<T>
          A common implementation for a node in a tree.
 class DeclaredPropertiesNode
          A generic PropertiesNode to collect predefined property children.
 class NoneNode
          The "none" node.
 class PropertiesNode
          A common superclass for a node providing some grouped detail information on a properties subset of its parent.
 class PropertyNode
          A common superclass for a node providing detail information on a specifc property of its parent.
 


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.