jp.carabiner.inkpod.pi.shape.editors
クラス PlainTextDocument

java.lang.Object
  上位を拡張 javax.swing.text.AbstractDocument
      上位を拡張 javax.swing.text.PlainDocument
          上位を拡張 jp.carabiner.inkpod.pi.shape.editors.PlainTextDocument
すべての実装されたインタフェース:
java.io.Serializable, javax.swing.text.Document

public class PlainTextDocument
extends javax.swing.text.PlainDocument

関連項目:
直列化された形式

入れ子のクラスの概要
 
クラス javax.swing.text.AbstractDocument から継承された入れ子のクラス/インタフェース
javax.swing.text.AbstractDocument.AbstractElement, javax.swing.text.AbstractDocument.AttributeContext, javax.swing.text.AbstractDocument.BranchElement, javax.swing.text.AbstractDocument.Content, javax.swing.text.AbstractDocument.DefaultDocumentEvent, javax.swing.text.AbstractDocument.ElementEdit, javax.swing.text.AbstractDocument.LeafElement
 
フィールドの概要
 
クラス javax.swing.text.PlainDocument から継承されたフィールド
lineLimitAttribute, tabSizeAttribute
 
クラス javax.swing.text.AbstractDocument から継承されたフィールド
BAD_LOCATION, BidiElementName, ContentElementName, ElementNameAttribute, ParagraphElementName, SectionElementName
 
インタフェース javax.swing.text.Document から継承されたフィールド
StreamDescriptionProperty, TitleProperty
 
コンストラクタの概要
PlainTextDocument()
           
PlainTextDocument(javax.swing.text.AbstractDocument.Content c)
           
 
メソッドの概要
 void addPlainTextListener(PlainTextListener listener)
           
 void firePlainTextEvent()
           
 void insertString(int offs, java.lang.String str, javax.swing.text.AttributeSet as)
           
 void remove(int offs, int len)
           
 void removePlainTextListener(PlainTextListener listener)
           
 
クラス javax.swing.text.PlainDocument から継承されたメソッド
createDefaultRoot, getDefaultRootElement, getParagraphElement, insertUpdate, removeUpdate
 
クラス javax.swing.text.AbstractDocument から継承されたメソッド
addDocumentListener, addUndoableEditListener, createBranchElement, createLeafElement, createPosition, dump, fireChangedUpdate, fireInsertUpdate, fireRemoveUpdate, fireUndoableEditUpdate, getAsynchronousLoadPriority, getAttributeContext, getBidiRootElement, getContent, getCurrentWriter, getDocumentFilter, getDocumentListeners, getDocumentProperties, getEndPosition, getLength, getListeners, getProperty, getRootElements, getStartPosition, getText, getText, getUndoableEditListeners, postRemoveUpdate, putProperty, readLock, readUnlock, removeDocumentListener, removeUndoableEditListener, render, replace, setAsynchronousLoadPriority, setDocumentFilter, setDocumentProperties, writeLock, writeUnlock
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PlainTextDocument

public PlainTextDocument()

PlainTextDocument

public PlainTextDocument(javax.swing.text.AbstractDocument.Content c)
メソッドの詳細

addPlainTextListener

public void addPlainTextListener(PlainTextListener listener)

removePlainTextListener

public void removePlainTextListener(PlainTextListener listener)

insertString

public void insertString(int offs,
                         java.lang.String str,
                         javax.swing.text.AttributeSet as)
                  throws javax.swing.text.BadLocationException
定義:
インタフェース javax.swing.text.Document 内の insertString
オーバーライド:
クラス javax.swing.text.PlainDocument 内の insertString
例外:
javax.swing.text.BadLocationException

remove

public void remove(int offs,
                   int len)
            throws javax.swing.text.BadLocationException
定義:
インタフェース javax.swing.text.Document 内の remove
オーバーライド:
クラス javax.swing.text.AbstractDocument 内の remove
例外:
javax.swing.text.BadLocationException

firePlainTextEvent

public void firePlainTextEvent()