public static class

CommentEditor.BulletinBoardCodeCommentEditor

extends CommentEditor
java.lang.Object
   ↳ chan.text.CommentEditor
     ↳ chan.text.CommentEditor.BulletinBoardCodeCommentEditor

Class Overview

Implementation of CommentEditor.

This editor has the following configuration:

WhatOpenClose
TAG_BOLD[b][/b]
TAG_ITALIC[i][/i]
TAG_UNDERLINE[u][/u]
TAG_OVERLINE[o][/o]
TAG_STRIKE[s][/s]
TAG_SUBSCRIPT[sub][/sub]
TAG_SUPERSCRIPT[sup][/sup]
TAG_SPOILER[spoiler][/spoiler]
TAG_CODE[code][/code]
TAG_ASCII_ART[aa][/aa]

Summary

[Expand]
Inherited Fields
From class chan.text.CommentEditor
Public Constructors
CommentEditor.BulletinBoardCodeCommentEditor()
[Expand]
Inherited Methods
From class chan.text.CommentEditor
From class java.lang.Object

Public Constructors

public CommentEditor.BulletinBoardCodeCommentEditor ()