|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
TextAction を使用しているパッケージ | |
---|---|
javax.swing.text | 編集可能/編集不能テキストコンポーネントを処理するクラスとインタフェースを提供します。 |
javax.swing.text.html | HTML テキストエディタを作成するための HTMLEditorKit クラスとサポートクラスを提供します。 |
javax.swing.text での TextAction の使用 |
---|
javax.swing.text での TextAction のサブクラス | |
---|---|
static class |
DefaultEditorKit.BeepAction
ビープ音を作成します。 |
static class |
DefaultEditorKit.CopyAction
選択した領域をコピーして、その内容をシステムクリップボードに格納します。 |
static class |
DefaultEditorKit.CutAction
選択した領域を切り取り、その内容をシステムクリップボードに格納します。 |
static class |
DefaultEditorKit.DefaultKeyTypedAction
「キー入力のイベント」を受け取ったとき、キーマップエントリがない場合に、デフォルトで実行されるアクションです。 |
static class |
DefaultEditorKit.InsertBreakAction
ドキュメントに行または段落の区切りを配置します。 |
static class |
DefaultEditorKit.InsertContentAction
関連するドキュメントに内容を格納します。 |
static class |
DefaultEditorKit.InsertTabAction
ドキュメントにタブ文字を配置します。 |
static class |
DefaultEditorKit.PasteAction
システムクリップボードの内容を、選択された範囲、あるいはキャレットの前 (選択範囲がない場合) に貼り付けます。 |
static class |
StyledEditorKit.AlignmentAction
段落の配置方法を設定するアクションです。 |
static class |
StyledEditorKit.BoldAction
ボールド属性を切り替えるアクションです。 |
static class |
StyledEditorKit.FontFamilyAction
関連する JEditorPane のフォントファミリを設定するアクションです。 |
static class |
StyledEditorKit.FontSizeAction
関連する JEditorPane のフォントサイズを設定するアクションです。 |
static class |
StyledEditorKit.ForegroundAction
フォアグラウンドカラーを設定するアクションです。 |
static class |
StyledEditorKit.ItalicAction
イタリック属性を切り替えるアクションです。 |
static class |
StyledEditorKit.StyledTextAction
インストールされた StyledEditorKit (またはサブクラス) によって JEditorPane でトリガされると見なされるアクションです。 |
static class |
StyledEditorKit.UnderlineAction
下線属性を切り替えるアクションです。 |
javax.swing.text.html での TextAction の使用 |
---|
javax.swing.text.html での TextAction のサブクラス | |
---|---|
static class |
HTMLEditorKit.HTMLTextAction
HTML を既存のドキュメントに挿入するのに便利な簡易メソッドを提供する、abstract Action です。 |
static class |
HTMLEditorKit.InsertHTMLTextAction
InsertHTMLTextAction は、既存の HTML ドキュメントに任意の HTML 文字列を挿入するために使用します。 |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。