所有类


类 javax.swing.AbstractAction
的使用

使用 AbstractAction 的软件包
javax.swing.plaf.basic提供了根据基本外观构建的用户界面对象。 
javax.swing.plaf.metal提供根据 Java 外观(曾经代称为 Metal)构建的用户界面对象,Java 外观是默认外观。 
javax.swing.text提供类 HTMLEditorKit 和创建 HTML 文本编辑器的支持类。 
javax.swing.text.html提供类 HTMLEditorKit 和创建 HTML 文本编辑器的支持类。 
 

javax.swing.plaf.basicAbstractAction 的使用
 

javax.swing.plaf.basicAbstractAction 的子类
protected  classBasicDesktopPaneUI.CloseAction
           
protected  classBasicDesktopPaneUI.MaximizeAction
           
protected  classBasicDesktopPaneUI.MinimizeAction
           
protected  classBasicDesktopPaneUI.NavigateAction
           
protected  classBasicDesktopPaneUI.OpenAction
           
protected  classBasicFileChooserUI.ApproveSelectionAction
          响应 Open 或 Save 请求
protected  classBasicFileChooserUI.CancelSelectionAction
          响应取消请求。
protected  classBasicFileChooserUI.ChangeToParentDirectoryAction
           
protected  classBasicFileChooserUI.GoHomeAction
          基于“Home”键事件或等效事件的动作。
protected  classBasicFileChooserUI.NewFolderAction
          创建新文件夹。
protected  classBasicFileChooserUI.UpdateAction
          重新扫描当前目录中的文件。
 classBasicInternalFrameTitlePane.CloseAction
          此类应视为“受保护”内部类。
 classBasicInternalFrameTitlePane.IconifyAction
          此类应视为“受保护”内部类。
 classBasicInternalFrameTitlePane.MaximizeAction
          此类应视为“受保护”内部类。
 classBasicInternalFrameTitlePane.MoveAction
          此类应视为“受保护”内部类。
 classBasicInternalFrameTitlePane.RestoreAction
          此类应视为“受保护”内部类。
 classBasicInternalFrameTitlePane.SizeAction
          此类应视为“受保护”内部类。
 classBasicSliderUI.ActionScroller
          从 Java 2 平台 v1.3 开始,不再使用这种以前没有记录的类。
 classBasicTreeUI.TreeCancelEditingAction
          执行操作时调用 cancelEditing 的 ActionListener。
 classBasicTreeUI.TreeHomeAction
          TreeHomeAction 用于处理 end/home 动作。
 classBasicTreeUI.TreeIncrementAction
          TreeIncrementAction 用于处理向上/向下操作。
 classBasicTreeUI.TreePageAction
          TreePageAction 处理向上翻页和向下翻页事件。
 classBasicTreeUI.TreeToggleAction
          对于第一个选定行展开将被切换。
 classBasicTreeUI.TreeTraverseAction
          TreeTraverseAction 是用于向左/向右方向键的动作。
 

javax.swing.plaf.metalAbstractAction 的使用
 

javax.swing.plaf.metalAbstractAction 的子类
protected  classMetalFileChooserUI.DirectoryComboBoxAction
          当 DirectoryComboBox 已更改所选项时调用。
 

javax.swing.textAbstractAction 的使用
 

javax.swing.textAbstractAction 的子类
static classDefaultEditorKit.BeepAction
          创建蜂鸣声。
static classDefaultEditorKit.CopyAction
          复制选定的区域并将其内容放入系统剪贴板中。
static classDefaultEditorKit.CutAction
          剪切选定的区域并将其内容放入系统剪贴板中。
static classDefaultEditorKit.DefaultKeyTypedAction
          如果接收到键输入事件 并且无 keymap 输入,则默认执行该动作。
static classDefaultEditorKit.InsertBreakAction
          在文档中放置行/段落中断。
static classDefaultEditorKit.InsertContentAction
          将内容置于关联的文档中。
static classDefaultEditorKit.InsertTabAction
          将一个制表符置于文档中。
static classDefaultEditorKit.PasteAction
          将系统剪贴板内容粘贴到选定区域,如果未选中任何内容,则粘贴到插入符前面。
static classStyledEditorKit.AlignmentAction
          设置段落对齐的操作。
static classStyledEditorKit.BoldAction
          切换粗体属性的操作。
static classStyledEditorKit.FontFamilyAction
          在相关的 JEditorPane 中设置字体系列的操作。
static classStyledEditorKit.FontSizeAction
          设置关联的 JEditorPane 中字体大小的操作。
static classStyledEditorKit.ForegroundAction
          设置前景色的操作。
static classStyledEditorKit.ItalicAction
          切换斜体属性的一种操作。
static classStyledEditorKit.StyledTextAction
          假定是在安装有 StyledEditorKit(或者子类)的 JEditorPane 上触发的操作。
static classStyledEditorKit.UnderlineAction
          切换下划线属性的操作。
 classTextAction
          用于跨多个不同文本组件共享的键绑定的 Action 实现。
 

javax.swing.text.htmlAbstractAction 的使用
 

javax.swing.text.htmlAbstractAction 的子类
static classHTMLEditorKit.HTMLTextAction
          提供某些便捷方法的抽象 Action,这些便捷方法对于将 HTML 插入现有文档可能很有用。
static classHTMLEditorKit.InsertHTMLTextAction
          InsertHTMLTextAction 可用于将任意 HTML 字符串插入现有 HTML 文档。
 


所有类