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 |
下線属性を切り替えるアクションです。
|