Package com.jcatalog.wiki.block

Examples of com.jcatalog.wiki.block.ParagraphBlock


        supportedBlocks.add(new QuoteBlock());
        supportedBlocks.add(new TableBlock());
        supportedBlocks.add(new ExtendedQuoteBlock());
        supportedBlocks.add(new ExtendedPreformattedBlock());
        supportedBlocks.add(new CodeBlock());
        supportedBlocks.add(new ParagraphBlock());
    }
View Full Code Here


        supportedBlocks.add(new QuoteBlock());
        supportedBlocks.add(new TableBlock());
        supportedBlocks.add(new ExtendedQuoteBlock());
        supportedBlocks.add(new ExtendedPreformattedBlock());
        supportedBlocks.add(new CodeBlock());
        supportedBlocks.add(new ParagraphBlock());
    }
View Full Code Here

TOP

Related Classes of com.jcatalog.wiki.block.ParagraphBlock

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.