パッケージ | 説明 |
---|---|
javax.swing.text |
編集可能なテキスト・コンポーネントと編集不能なテキスト・コンポーネントを処理するクラスとインタフェースを提供します。
|
javax.swing.text.html |
HTMLテキスト・エディタを作成するためのクラス
HTMLEditorKit とサポート・クラスを提供します。 |
修飾子と型 | クラスと説明 |
---|---|
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
下線属性を切り替えるアクションです。
|
修飾子と型 | クラスと説明 |
---|---|
static class |
HTMLEditorKit.HTMLTextAction
HTMLを既存のドキュメントに挿入するのに便利ないくつかの簡易メソッドを提供するabstractアクションです。
|
static class |
HTMLEditorKit.InsertHTMLTextAction
InsertHTMLTextActionは、既存のHTMLドキュメントに任意のHTML文字列を挿入するために使用できます。
|
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.