Uses of Class
java.awt.event.ActionEvent
-
Packages that use ActionEvent 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。java.awt.dnd 拖放是在许多图形用户界面系统中发现的直接操纵手势,其提供了在GUI中与表示元素逻辑相关联的两个实体之间传递信息的机制。java.awt.event 提供用于处理AWT组件触发的不同类型事件的接口和类。javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.plaf.basic 提供根据Basic外观构建的用户界面对象。javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。javax.swing.text.html 提供类HTMLEditorKit以及用于创建HTML文本编辑器的支持类。javax.swing.tree 提供用于处理javax.swing.JTree类和接口。 -
-
Uses of ActionEvent in java.awt
Methods in java.awt with parameters of type ActionEvent 变量和类型 方法 描述 voidAWTEventMulticaster. actionPerformed(ActionEvent e)通过在侦听器-a和侦听器-b上调用actionPerformed方法处理actionPerformed事件。protected voidButton. processActionEvent(ActionEvent e)处理在此按钮上发生的操作事件,方法是将它们分派给任何已注册的ActionListener对象。protected voidList. processActionEvent(ActionEvent e)处理在此组件上发生的操作事件,方法是将它们分派给任何已注册的ActionListener对象。protected voidMenuItem. processActionEvent(ActionEvent e)处理在此菜单项上发生的操作事件,方法是将它们分派给任何已注册的ActionListener对象。protected voidTextField. processActionEvent(ActionEvent e)处理在此文本字段上发生的操作事件,方法是将它们分派给任何已注册的ActionListener对象。 -
Uses of ActionEvent in java.awt.dnd
Methods in java.awt.dnd with parameters of type ActionEvent 变量和类型 方法 描述 voidDropTarget.DropTargetAutoScroller. actionPerformed(ActionEvent e)导致自动滚动发生 -
Uses of ActionEvent in java.awt.event
Methods in java.awt.event with parameters of type ActionEvent 变量和类型 方法 描述 voidActionListener. actionPerformed(ActionEvent e)发生操作时调用。 -
Uses of ActionEvent in javax.swing
Methods in javax.swing with parameters of type ActionEvent 变量和类型 方法 描述 voidDefaultCellEditor.EditorDelegate. actionPerformed(ActionEvent e)执行操作时,编辑结束。voidJComboBox. actionPerformed(ActionEvent e)该方法作为实现副作用公开。protected voidAbstractButton. fireActionPerformed(ActionEvent event)通知所有已注册对此事件类型的通知感兴趣的听众。protected voidDefaultButtonModel. fireActionPerformed(ActionEvent e)通知所有已注册对此事件类型的通知感兴趣的听众。protected voidTimer. fireActionPerformed(ActionEvent e)通知所有已注册对此事件类型的通知感兴趣的听众。 -
Uses of ActionEvent in javax.swing.plaf.basic
Methods in javax.swing.plaf.basic with parameters of type ActionEvent 变量和类型 方法 描述 voidBasicTreeUI.ComponentHandler. actionPerformed(ActionEvent ae)由于Timer而公开。 -
Uses of ActionEvent in javax.swing.text
Methods in javax.swing.text with parameters of type ActionEvent 变量和类型 方法 描述 voidDefaultEditorKit.BeepAction. actionPerformed(ActionEvent e)触发此操作时要执行的操作。voidDefaultEditorKit.CopyAction. actionPerformed(ActionEvent e)触发此操作时要执行的操作。voidDefaultEditorKit.CutAction. actionPerformed(ActionEvent e)触发此操作时要执行的操作。voidDefaultEditorKit.DefaultKeyTypedAction. actionPerformed(ActionEvent e)触发此操作时要执行的操作。voidDefaultEditorKit.InsertBreakAction. actionPerformed(ActionEvent e)触发此操作时要执行的操作。voidDefaultEditorKit.InsertContentAction. actionPerformed(ActionEvent e)触发此操作时要执行的操作。voidDefaultEditorKit.InsertTabAction. actionPerformed(ActionEvent e)触发此操作时要执行的操作。voidDefaultEditorKit.PasteAction. actionPerformed(ActionEvent e)触发此操作时要执行的操作。voidStyledEditorKit.AlignmentAction. actionPerformed(ActionEvent e)设置对齐方式。voidStyledEditorKit.BoldAction. actionPerformed(ActionEvent e)切换粗体属性。voidStyledEditorKit.FontFamilyAction. actionPerformed(ActionEvent e)设置字体系列。voidStyledEditorKit.FontSizeAction. actionPerformed(ActionEvent e)设置字体大小。voidStyledEditorKit.ForegroundAction. actionPerformed(ActionEvent e)设置前景色。voidStyledEditorKit.ItalicAction. actionPerformed(ActionEvent e)切换斜体属性。voidStyledEditorKit.UnderlineAction. actionPerformed(ActionEvent e)切换“下划线”属性。protected JEditorPaneStyledEditorKit.StyledTextAction. getEditor(ActionEvent e)获取操作的目标编辑器。protected JTextComponentTextAction. getTextComponent(ActionEvent e)确定要用于操作的组件。 -
Uses of ActionEvent in javax.swing.text.html
Methods in javax.swing.text.html with parameters of type ActionEvent 变量和类型 方法 描述 voidFormView. actionPerformed(ActionEvent evt)负责处理ActionEvent。voidHTMLEditorKit.InsertHTMLTextAction. actionPerformed(ActionEvent ae)将HTML插入到文档中。 -
Uses of ActionEvent in javax.swing.tree
Methods in javax.swing.tree with parameters of type ActionEvent 变量和类型 方法 描述 voidDefaultTreeCellEditor. actionPerformed(ActionEvent e)在计时器触发时传递消息,这将启动编辑会话。
-