Example usage for javax.swing.text StyledDocument interface-usage

List of usage examples for javax.swing.text StyledDocument interface-usage

Introduction

In this page you can find the example usage for javax.swing.text StyledDocument interface-usage.

Usage

From source file ru.gelin.fictionbook.reader.models.FBSimpleDocument.java

/**
 *  Simple read-only styled document, which represents Fiction Book.
 */
public class FBSimpleDocument implements StyledDocument {

    /** commons logging instance */