软件包 | 描述 |
---|---|
javax.swing.plaf.basic |
根据基本的外观和感觉提供内置的用户界面对象。
|
javax.swing.plaf.metal |
提供用户界面对象建立根据java的外观和感觉(一次代号为金属),它是默认的外观和感觉。
|
javax.swing.text |
提供类和接口处理编辑和不可编辑的文本组件。
|
javax.swing.text.html |
提供类
HTMLEditorKit 和创建HTML文本编辑器支持类。
|
Modifier and Type | Class and Description |
---|---|
protected class |
MetalFileChooserUI.DirectoryComboBoxAction
当DirectoryComboBox改变了行为选择的项目。
|
Modifier and Type | Class and Description |
---|---|
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
切换下划线属性的一个动作。
|
class |
TextAction
用于在多个不同的文本组件共享的键绑定中使用的操作实现。
|
Modifier and Type | Class and Description |
---|---|
static class |
HTMLEditorKit.HTMLTextAction
一个抽象的行动提供一些方便的方法,可以插入HTML到现有的文件是有用的。
|
static class |
HTMLEditorKit.InsertHTMLTextAction
inserthtmltextaction可以插入HTML任意字符串到一个现有的HTML文档。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.