mine.whitespacefield.text
クラス WhiteSpaceVisibleEditorKit

java.lang.Object
  上位を拡張 javax.swing.text.EditorKit
      上位を拡張 javax.swing.text.DefaultEditorKit
          上位を拡張 javax.swing.text.StyledEditorKit
              上位を拡張 mine.whitespacefield.text.WhiteSpaceVisibleEditorKit
すべての実装されたインタフェース:
Serializable, Cloneable

public class WhiteSpaceVisibleEditorKit
extends StyledEditorKit

特定の文字を画像や図形にしてテキストフィールドに表示するためのViewを返すEditorKit。

導入されたバージョン:
2013/04/06
作成者:
Mine
関連項目:
直列化された形式

入れ子のクラスの概要
(package private) static class WhiteSpaceVisibleEditorKit.WhiteSpaceVisibleViewFactory
           
 
クラス javax.swing.text.StyledEditorKit から継承された入れ子のクラス/インタフェース
StyledEditorKit.AlignmentAction, StyledEditorKit.BoldAction, StyledEditorKit.FontFamilyAction, StyledEditorKit.FontSizeAction, StyledEditorKit.ForegroundAction, StyledEditorKit.ItalicAction, StyledEditorKit.StyledTextAction, StyledEditorKit.UnderlineAction
 
クラス javax.swing.text.DefaultEditorKit から継承された入れ子のクラス/インタフェース
DefaultEditorKit.BeepAction, DefaultEditorKit.CopyAction, DefaultEditorKit.CutAction, DefaultEditorKit.DefaultKeyTypedAction, DefaultEditorKit.InsertBreakAction, DefaultEditorKit.InsertContentAction, DefaultEditorKit.InsertTabAction, DefaultEditorKit.PasteAction
 
フィールドの概要
 
クラス javax.swing.text.DefaultEditorKit から継承されたフィールド
backwardAction, beepAction, beginAction, beginLineAction, beginParagraphAction, beginWordAction, copyAction, cutAction, defaultKeyTypedAction, deleteNextCharAction, deleteNextWordAction, deletePrevCharAction, deletePrevWordAction, downAction, endAction, endLineAction, EndOfLineStringProperty, endParagraphAction, endWordAction, forwardAction, insertBreakAction, insertContentAction, insertTabAction, nextWordAction, pageDownAction, pageUpAction, pasteAction, previousWordAction, readOnlyAction, selectAllAction, selectionBackwardAction, selectionBeginAction, selectionBeginLineAction, selectionBeginParagraphAction, selectionBeginWordAction, selectionDownAction, selectionEndAction, selectionEndLineAction, selectionEndParagraphAction, selectionEndWordAction, selectionForwardAction, selectionNextWordAction, selectionPreviousWordAction, selectionUpAction, selectLineAction, selectParagraphAction, selectWordAction, upAction, writableAction
 
コンストラクタの概要
WhiteSpaceVisibleEditorKit()
           
 
メソッドの概要
 ViewFactory getViewFactory()
           
 
クラス javax.swing.text.StyledEditorKit から継承されたメソッド
clone, createDefaultDocument, createInputAttributes, deinstall, getActions, getCharacterAttributeRun, getInputAttributes, install
 
クラス javax.swing.text.DefaultEditorKit から継承されたメソッド
createCaret, getContentType, read, read, write, write
 
クラス java.lang.Object から継承されたメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

WhiteSpaceVisibleEditorKit

public WhiteSpaceVisibleEditorKit()
メソッドの詳細

getViewFactory

public ViewFactory getViewFactory()
オーバーライド:
クラス StyledEditorKit 内の getViewFactory