org.springframework.richclient.form.binding.swing.text
Interface DocumentFactory

Show UML class diagram
All Known Implementing Classes:
RegExDocumentFactory

public interface DocumentFactory

Adds the functionality to create a new Document to be used in a JTextComponent.

Author:
Lieven Doclo, Jan Hoskens

Method Summary
 Document createDocument()
          Create a new Document to be used in a JTextComponent.
 

Method Detail

createDocument

Document createDocument()
Create a new Document to be used in a JTextComponent.

Returns:
an implementation of Document.


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.