sos.reports
Class DefaultReportEditorKit.DefaultViewFactory

java.lang.Object
  |
  +--sos.reports.DefaultReportEditorKit.DefaultViewFactory
All Implemented Interfaces:
ViewFactory
Enclosing class:
DefaultReportEditorKit

protected static class DefaultReportEditorKit.DefaultViewFactory
extends java.lang.Object
implements ViewFactory

A default view factory that creates views of instances of TableElement and ObjectElement.

Since:
1.0

Constructor Summary
protected DefaultReportEditorKit.DefaultViewFactory()
           
 
Method Summary
 View createView(Element reportElement)
          Creates and returns a view of the specified report element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultReportEditorKit.DefaultViewFactory

protected DefaultReportEditorKit.DefaultViewFactory()
Method Detail

createView

public View createView(Element reportElement)
Description copied from interface: ViewFactory
Creates and returns a view of the specified report element. The new view should return element if getElement is invoked on it.

Specified by:
createView in interface ViewFactory
Parameters:
reportElement - the element for which to create a view
Returns:
a view of element
See Also:
View.getElement()


Copyright 2003, 2004 Side of Software (SOS). All rights reserved.