クラス
javax.swing.text.BadLocationExceptionの使用
パッケージ
説明
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。
1つのインタフェースおよび多くのabstractクラスを提供しており、Swingはプラグイン可能なLook & Feel機能を提供するためにこれらを利用します。
基本Look & Feelに従って構築されたユーザー・インタフェース・オブジェクトを提供します。
複数のLook & Feelを結合するユーザー・インタフェース・オブジェクトを提供します。
編集可能なテキスト・コンポーネントと編集不能なテキスト・コンポーネントを処理するクラスとインタフェースを提供します。
HTMLテキスト・エディタを作成するためのクラス
HTMLEditorKit
とサポート・クラスを提供します。Rich-Text-Formatテキスト・エディタを作成するためのクラス(
RTFEditorKit
)を提供します。-
javax.swingでのBadLocationExceptionの使用
修飾子と型メソッド説明int
JTextArea.getLineEndOffset
(int line) 指定された行の終了オフセットを返します。int
JTextArea.getLineOfOffset
(int offset) コンポーネント・テキストのオフセットを行番号に変換します。int
JTextArea.getLineStartOffset
(int line) 指定された行の開始オフセットを返します。JPasswordField.getText
(int offs, int len) 非推奨。 -
javax.swing.plafでのBadLocationExceptionの使用
修飾子と型メソッド説明abstract int
TextUI.getNextVisualPositionFrom
(JTextComponent t, int pos, Position.Bias b, int direction, Position.Bias[] biasRet) キャレットが配置される可能性のある、視覚的に表された次のモデル位置を決定する手段を提供します。abstract Rectangle
TextUI.modelToView
(JTextComponent t, int pos) 非推奨。abstract Rectangle
TextUI.modelToView
(JTextComponent t, int pos, Position.Bias bias) 非推奨。TextUI.modelToView2D
(JTextComponent t, int pos, Position.Bias bias) モデル内の指定された位置を、ビュー座標体系内の場所に変換します。 -
javax.swing.plaf.basicでのBadLocationExceptionの使用
修飾子と型メソッド説明int
BasicTextUI.getNextVisualPositionFrom
(JTextComponent t, int pos, Position.Bias b, int direction, Position.Bias[] biasRet) キャレットが配置される可能性のある、視覚的に表された次のモデル位置を決定する手段を提供します。BasicTextUI.modelToView
(JTextComponent tc, int pos) 非推奨。BasicTextUI.modelToView
(JTextComponent tc, int pos, Position.Bias bias) 非推奨。 -
javax.swing.plaf.multiでのBadLocationExceptionの使用
修飾子と型メソッド説明int
MultiTextUI.getNextVisualPositionFrom
(JTextComponent a, int b, Position.Bias c, int d, Position.Bias[] e) このオブジェクトで処理されている各UIでgetNextVisualPositionFrom
メソッドを呼び出します。MultiTextUI.modelToView
(JTextComponent a, int b) 非推奨。MultiTextUI.modelToView
(JTextComponent a, int b, Position.Bias c) 非推奨。 -
javax.swing.textでのBadLocationExceptionの使用
修飾子と型メソッド説明DefaultHighlighter.addHighlight
(int p0, int p1, Highlighter.HighlightPainter p) ビューにハイライトを追加します。Highlighter.addHighlight
(int p0, int p1, Highlighter.HighlightPainter p) ビューにハイライトを追加します。void
DefaultHighlighter.changeHighlight
(Object tag, int p0, int p1) ハイライトを変更します。void
Highlighter.changeHighlight
(Object tag, int p0, int p1) 指定されたハイライトを、ドキュメントの異なる部分を占めるように変更します。AbstractDocument.Content.createPosition
(int offset) コンテンツが変更されたときに変更を追跡するコンテンツ内の位置を作成します。AbstractDocument.createPosition
(int offs) ドキュメントが変更されたときに、変更を追跡する位置を返します。Document.createPosition
(int offs) このメソッドを使用すると文字コンテンツのシーケンスの位置にマークが付けられます。GapContent.createPosition
(int offset) コンテンツが変更されたときに変更を追跡するコンテンツ内の位置を作成します。StringContent.createPosition
(int offset) コンテンツが変更されたときに変更を追跡するコンテンツ内の位置を作成します。protected int
PasswordView.drawSelectedText
(Graphics g, int x, int y, int p0, int p1) protected float
PlainView.drawSelectedText
(Graphics2D g, float x, float y, int p0, int p1) モデル内の指定された範囲を、選択されたテキストとしてレンダリングします。protected int
PlainView.drawSelectedText
(Graphics g, int x, int y, int p0, int p1) protected float
WrappedPlainView.drawSelectedText
(Graphics2D g, float x, float y, int p0, int p1) モデル内の指定された範囲を、選択されたテキストとしてレンダリングします。protected int
WrappedPlainView.drawSelectedText
(Graphics g, int x, int y, int p0, int p1) protected int
PasswordView.drawUnselectedText
(Graphics g, int x, int y, int p0, int p1) protected float
PlainView.drawUnselectedText
(Graphics2D g, float x, float y, int p0, int p1) モデル内の指定された範囲を通常の選択されていないテキストとしてレンダリングします。protected int
PlainView.drawUnselectedText
(Graphics g, int x, int y, int p0, int p1) protected float
WrappedPlainView.drawUnselectedText
(Graphics2D g, float x, float y, int p0, int p1) モデル内の指定された範囲を通常の選択されていないテキストとしてレンダリングします。protected int
WrappedPlainView.drawUnselectedText
(Graphics g, int x, int y, int p0, int p1) void
文字のシーケンスを取得して、セグメントにコピーします。void
コンテンツの一部を取り出します。void
コンテンツの一部を取り出します。protected int
ParagraphView.getClosestPositionTo
(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet, int rowIndex, int x) x
にもっとも近接したモデル内の位置を返します。protected int
CompositeView.getNextEastWestVisualPositionFrom
(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) カーソルを置くことのできる、次の視覚的な位置を返します。方向は右(east)または左(west)になります。protected int
CompositeView.getNextNorthSouthVisualPositionFrom
(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) カーソルを置くことのできる、次の視覚的な位置を返します。方向は上(north)または下(south)になります。protected int
ParagraphView.getNextNorthSouthVisualPositionFrom
(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) カーソルを置くことのできる、次の視覚的な位置を返します。方向は右(east)または左(west)になります。int
AsyncBoxView.getNextVisualPositionFrom
(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) キャレットが配置される可能性のある、視覚的に表された次のモデル位置を決定する手段を提供します。int
CompositeView.getNextVisualPositionFrom
(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) キャレットが配置される可能性のある、視覚的に表された次のモデル位置を決定する手段を提供します。int
GlyphView.getNextVisualPositionFrom
(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) キャレットが配置される可能性のある、視覚的に表された次のモデル位置を決定する手段を提供します。int
GlyphView.GlyphPainter.getNextVisualPositionFrom
(GlyphView v, int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) キャレットが配置される可能性のある、視覚的に表された次のモデル位置を決定する手段を提供します。int
NavigationFilter.getNextVisualPositionFrom
(JTextComponent text, int pos, Position.Bias bias, int direction, Position.Bias[] biasRet) 既存の位置からキャレットを置くことのできる、次の可視位置を返します。int
View.getNextVisualPositionFrom
(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) キャレットが配置される可能性のある、視覚的に表された次のモデル位置を決定する手段を提供します。static final int
Utilities.getNextWord
(JTextComponent c, int offs) 指定された位置の次の語の開始位置を決定します。static final int
Utilities.getPositionAbove
(JTextComponent c, int offs, float x) 上の行で指定されたビュー位置にもっとも近いモデル内の位置を決定します。static final int
Utilities.getPositionAbove
(JTextComponent c, int offs, int x) 非推奨。static final int
Utilities.getPositionBelow
(JTextComponent c, int offs, float x) 下の行で指定されたビュー位置にもっとも近いモデル内の位置を決定します。static final int
Utilities.getPositionBelow
(JTextComponent c, int offs, int x) 非推奨。static final int
Utilities.getPreviousWord
(JTextComponent c, int offs) 指定された位置の直前の語の開始位置を指定します。static final int
Utilities.getRowEnd
(JTextComponent c, int offs) 指定されたモデル位置を含む行の、終了行モデル位置を指定します。static final int
Utilities.getRowStart
(JTextComponent c, int offs) 指定されたモデル位置を含む行の、開始行モデル位置を指定します。AbstractDocument.Content.getString
(int where, int len) シーケンスに含まれる文字列を返します。GapContent.getString
(int where, int len) コンテンツの一部を取り出します。StringContent.getString
(int where, int len) コンテンツの一部を取り出します。AbstractDocument.getText
(int offset, int length) ドキュメントからテキストのシーケンスを取得します。void
ドキュメントの指定部分内にあるテキストを取得します。protected String
要素に関連したテキストを返します。Document.getText
(int offset, int length) ドキュメントの指定部分内にあるテキストを取得します。void
ドキュメントの指定部分内にあるテキストを取得します。JTextComponent.getText
(int offs, int len) コンポーネントが表すテキストの一部を取り出します。static final int
Utilities.getWordEnd
(JTextComponent c, int offs) 指定された位置の語の終了位置を決定します。static final int
Utilities.getWordStart
(JTextComponent c, int offs) 指定されたモデル位置の語の開始位置を決定します。protected void
DefaultStyledDocument.insert
(int offset, DefaultStyledDocument.ElementSpec[] data) 新しい要素を一括して挿入します。AbstractDocument.Content.insertString
(int where, String str) シーケンスに文字列を挿入します。void
AbstractDocument.insertString
(int offs, String str, AttributeSet a) ドキュメントに内容を挿入します。void
Document.insertString
(int offset, String str, AttributeSet a) コンテンツの文字列を挿入します。abstract void
DocumentFilter.FilterBypass.insertString
(int offset, String string, AttributeSet attr) DocumentFilterをバイパスして、指定テキストを挿入します。void
DocumentFilter.insertString
(DocumentFilter.FilterBypass fb, int offset, String string, AttributeSet attr) 指定したDocumentにテキストを挿入する前に呼び出されます。GapContent.insertString
(int where, String str) コンテンツに文字列を挿入します。void
PlainDocument.insertString
(int offs, String str, AttributeSet a) ドキュメントに内容を挿入します。StringContent.insertString
(int where, String str) コンテンツに文字列を挿入します。AsyncBoxView.modelToView
(int pos, Shape a, Position.Bias b) ドキュメント・モデルの座標空間からビューの座標空間へのマッピングを提供します。BoxView.modelToView
(int pos, Shape a, Position.Bias b) ドキュメント・モデルの座標空間からビューの座標空間へのマッピングを提供します。ComponentView.modelToView
(int pos, Shape a, Position.Bias b) モデルの座標空間から、ビューの座標空間へのマッピングを提供します。CompositeView.modelToView
(int pos, Shape a, Position.Bias b) ドキュメント・モデルの座標空間からビューの座標空間へのマッピングを提供します。CompositeView.modelToView
(int p0, Position.Bias b0, int p1, Position.Bias b1, Shape a) ドキュメント・モデルの座標空間からビューの座標空間へのマッピングを提供します。FieldView.modelToView
(int pos, Shape a, Position.Bias b) ドキュメント・モデルの座標空間からビューの座標空間へのマッピングを提供します。abstract Shape
GlyphView.GlyphPainter.modelToView
(GlyphView v, int pos, Position.Bias bias, Shape a) ドキュメント・モデルの座標空間からビューの座標空間へのマッピングを提供します。GlyphView.modelToView
(int pos, Shape a, Position.Bias b) ドキュメント・モデルの座標空間からビューの座標空間へのマッピングを提供します。IconView.modelToView
(int pos, Shape a, Position.Bias b) ドキュメント・モデルの座標空間からビューの座標空間へのマッピングを提供します。JTextComponent.modelToView
(int pos) 非推奨。JTextComponent.modelToView2D(int)
に置き換えられましたPasswordView.modelToView
(int pos, Shape a, Position.Bias b) ドキュメント・モデルの座標空間からビューの座標空間へのマッピングを提供します。PlainView.modelToView
(int pos, Shape a, Position.Bias b) ドキュメント・モデルの座標空間からビューの座標空間へのマッピングを提供します。View.modelToView
(int pos, Shape a) 非推奨。abstract Shape
View.modelToView
(int pos, Shape a, Position.Bias b) 指定した文字について、ドキュメント・モデル座標空間からビュー座標空間へのマッピングを提供します。View.modelToView
(int p0, Position.Bias b0, int p1, Position.Bias b1, Shape a) 指定した範囲について、ドキュメント・モデル座標空間からビュー座標空間へのマッピングを提供します。JTextComponent.modelToView2D
(int pos) モデル内の指定された位置を、ビュー座標体系内の場所に変換します。void
DefaultEditorKit.read
(InputStream in, Document doc, int pos) このタイプのコンテンツ・ハンドラに適した形式であると予想されるコンテンツを、指定したストリームから挿入します。void
指定されたストリームから内容を挿入します。内容はプレーン・テキストとして扱われます。abstract void
EditorKit.read
(InputStream in, Document doc, int pos) このタイプのコンテンツ・ハンドラに適した形式であると予想されるコンテンツを、指定したストリームから挿入します。abstract void
このタイプのコンテンツ・ハンドラに適した形式であると予想されるコンテンツを、指定したストリームから挿入します。AbstractDocument.Content.remove
(int where, int nitems) シーケンスの一部を削除します。void
AbstractDocument.remove
(int offs, int len) ドキュメントから内容を削除します。void
Document.remove
(int offs, int len) ドキュメントのコンテンツの一部を削除します。abstract void
DocumentFilter.FilterBypass.remove
(int offset, int length) DocumentFilterをバイパスして、テキストの指定領域を削除します。void
DocumentFilter.remove
(DocumentFilter.FilterBypass fb, int offset, int length) 指定したDocumentの指定した範囲を削除する前に呼び出されます。GapContent.remove
(int where, int nitems) コンテンツの一部を削除します。StringContent.remove
(int where, int nitems) コンテンツの一部を削除します。void
AbstractDocument.replace
(int offset, int length, String text, AttributeSet attrs) offset
からoffset+length
までのテキスト領域を削除し、text
に置き換えます。abstract void
DocumentFilter.FilterBypass.replace
(int offset, int length, String string, AttributeSet attrs) offset
からoffset+length
までのテキスト領域を削除し、text
に置き換えます。void
DocumentFilter.replace
(DocumentFilter.FilterBypass fb, int offset, int length, String text, AttributeSet attrs) 指定したDocumentでテキストの範囲を置き換える前に呼び出されます。protected void
テキストを書き出します。protected abstract void
AbstractWriter.write()
この抽象メソッドは、サブクラスによって実装される必要があります。void
DefaultEditorKit.write
(OutputStream out, Document doc, int pos, int len) このタイプのコンテンツ・ハンドラに適した形式で、ドキュメントからストリームへコンテンツを書き込みます。void
ドキュメントのコンテンツを、指定されたストリームにプレーン・テキストとして書き込みます。abstract void
EditorKit.write
(OutputStream out, Document doc, int pos, int len) このタイプのコンテンツ・ハンドラに適した形式で、ドキュメントからストリームへコンテンツを書き込みます。abstract void
このタイプのコンテンツ・ハンドラに適した形式で、ドキュメントからストリームへコンテンツを書き込みます。 -
javax.swing.text.htmlでのBadLocationExceptionの使用
修飾子と型メソッド説明protected void
コメントを書き出します。protected void
すべての空要素(対応する終了タグのないタグすべて)を書き出します。void
HTMLDocument.HTMLReader.flush()
HTMLリーダーで呼び出される最後のメソッドです。void
HTMLEditorKit.ParserCallback.flush()
HTMLリーダーで呼び出される最後のメソッドです。protected void
HTMLDocument.insert
(int offset, DefaultStyledDocument.ElementSpec[] data) 新しい要素を一括して挿入します。void
HTMLDocument.insertAfterEnd
(Element elem, String htmlText) 指定された要素の最後の後に文字列として指定されたHTMLを挿入します。void
HTMLDocument.insertAfterStart
(Element elem, String htmlText) 要素の開始位置に文字列として指定されたHTMLを挿入します。void
HTMLDocument.insertBeforeEnd
(Element elem, String htmlText) 要素の終了位置に文字列として指定されたHTMLを挿入します。void
HTMLDocument.insertBeforeStart
(Element elem, String htmlText) 指定された要素が開始される前に文字列として指定されたHTMLを挿入します。void
HTMLEditorKit.insertHTML
(HTMLDocument doc, int offset, String html, int popDepth, int pushDepth, HTML.Tag insertTag) 既存のドキュメントにHTMLを挿入します。ImageView.modelToView
(int pos, Shape a, Position.Bias b) ドキュメント・モデルの座標空間からビューの座標空間へのマッピングを提供します。void
指定されたストリームからコンテンツを挿入します。void
HTMLDocument.setInnerHTML
(Element elem, String htmlText) 指定された要素の子をHTML文字列として指定されたコンテンツと置き換えます。void
HTMLDocument.setOuterHTML
(Element elem, String htmlText) 指定された親の要素をHTML文字列として指定されたコンテンツと置き換えます。protected void
要素の開始タグを書き出します。protected void
テキストを書き出します。protected void
テキストを書き出します。protected void
HTMLWriter.textAreaContent
(AttributeSet attr) フォーム要素のTEXTAREAに格納されているテキストを書き出します。void
このタイプのコンテンツ・ハンドラに適した形式で、ドキュメントからストリームへコンテンツを書き込みます。void
HTMLWriter.write()
要素ツリーで反復され、すべてのタグとその属性の書込みを制御します。void
MinimalHTMLWriter.write()
StyledDocumentからHTML出力を生成します。protected void
MinimalHTMLWriter.writeBody()
ドキュメント内の要素で反復し、枝の要素か葉の要素かを判断して要素を処理します。protected void
MinimalHTMLWriter.writeContent
(Element elem, boolean needsIndenting) HTMLに準拠した方法で属性セットを書き出します。 -
javax.swing.text.rtfでのBadLocationExceptionの使用
修飾子と型メソッド説明void
RTFEditorKit.read
(InputStream in, Document doc, int pos) このタイプのコンテンツ・ハンドラに適した形式であると予想されるコンテンツを、指定したストリームから挿入します。void
指定されたストリームから内容を挿入します。内容はプレーン・テキストとして扱われます。void
RTFEditorKit.write
(OutputStream out, Document doc, int pos, int len) このタイプのコンテンツ・ハンドラに適した形式で、ドキュメントからストリームへコンテンツを書き込みます。void
ドキュメントのコンテンツを、指定されたストリームにプレーン・テキストとして書き込みます。
getPassword
に置き換えられています。