JavaTM Platform
Standard Ed. 6

클래스
java.awt.event.ActionEvent 의 사용

ActionEvent 를 사용하고 있는 패키지
java.awt 사용자 인터페이스의 작성 및 그래픽스와 이미지의 페인트용의 모든 클래스를 포함합니다.  
java.awt.dnd 드래그&드롭 조작은, 많은 그래피컬 사용자 인터페이스 시스템으로 볼 수 있는 직접적인 조작 제스처(gesture)로, GUI 의 표현 요소에 논리적으로 관련한 2 개의 엔티티간에 정보를 변환하는 기구를 제공합니다.  
java.awt.event AWT 컴퍼넌트에 의해 트리거되는 다양한 종류의 이벤트를 처리하는 인터페이스와 클래스를 제공합니다.  
javax.swing 모든 플랫폼에서 가능한 한 똑같이 기능하는 「경량」(Java 공통 언어) 컴퍼넌트세트를 제공합니다.  
javax.swing.plaf.basic 기본 Look & Feel 에 따라 구축된 사용자 인터페이스 객체를 제공합니다.  
javax.swing.plaf.metal 디폴트의 Look & Feel 인 Java Look & Feel (코드명은 Metal)에 따라 작성된 사용자 인터페이스 객체를 제공합니다.  
javax.swing.text 편집 가능한 텍스트 컴퍼넌트와 편집 불능인 텍스트 컴퍼넌트를 처리하는 클래스와 인터페이스를 제공합니다.  
javax.swing.text.html HTML 텍스트 문자 편집기를 작성하기 위한 HTMLEditorKit 클래스와 지원 클래스를 제공합니다.  
javax.swing.tree javax.swing.JTree 를 처리하기 위한 클래스와 인터페이스를 제공합니다.  
 

java.awt 에서의 ActionEvent 의 사용
 

ActionEvent 형의 파라미터를 가지는 java.awt 의 메소드
 void AWTEventMulticaster. actionPerformed (ActionEvent  e)
          청취자 a 와 청취자 b 의 actionPerformed 메소드를 호출하는 것에 의해, actionPerformed 이벤트를 처리합니다.
 void List.AccessibleAWTList. actionPerformed (ActionEvent  event)
           
protected  void MenuItem. processActionEvent (ActionEvent  e)
          이 메뉴 항목으로 발생한 액션 이벤트를, 등록된 ActionListener 객체에 발송 하는 것으로써, 이 액션 이벤트를 처리합니다.
protected  void TextField. processActionEvent (ActionEvent  e)
          이 텍스트 필드로 발생하는 액션 이벤트를, 등록된 ActionListener 객체에 발송 하는 것으로써, 이 이벤트를 처리합니다.
protected  void List. processActionEvent (ActionEvent  e)
          이 컴퍼넌트로 발생하는 액션 이벤트를, 등록된 ActionListener 객체에 발송 하는 것으로써, 액션 이벤트를 처리합니다.
protected  void Button. processActionEvent (ActionEvent  e)
          이 버튼으로 발생하는 액션 이벤트를, 등록되어 있는 ActionListener 객체에 발송 하는 것으로써, 액션 이벤트를 처리합니다.
 

java.awt.dnd 에서의 ActionEvent 의 사용
 

ActionEvent 형의 파라미터를 가지는 java.awt.dnd 의 메소드
 void DropTarget.DropTargetAutoScroller. actionPerformed (ActionEvent  e)
          자동 스크롤을 개시합니다.
 

java.awt.event 에서의 ActionEvent 의 사용
 

ActionEvent 형의 파라미터를 가지는 java.awt.event 의 메소드
 void ActionListener. actionPerformed (ActionEvent  e)
          액션이 발생하면(자) 불려 갑니다.
 

javax.swing 에서의 ActionEvent 의 사용
 

ActionEvent 형의 파라미터를 가지는 javax.swing 의 메소드
 void ToolTipManager.insideTimerAction. actionPerformed (ActionEvent  e)
           
 void ToolTipManager.outsideTimerAction. actionPerformed (ActionEvent  e)
           
 void ToolTipManager.stillInsideTimerAction. actionPerformed (ActionEvent  e)
           
 void JComboBox. actionPerformed (ActionEvent  e)
          이 메소드는 public 가 되어 있습니다만, 이것은 구현의 부작용에 의하는 것입니다.
 void DefaultCellEditor.EditorDelegate. actionPerformed (ActionEvent  e)
          액션 실행시에 편집을 종료합니다.
protected  void AbstractButton. fireActionPerformed (ActionEvent  event)
          통지의 전달 대상을, 지정된 이벤트형으로 등록한 모든 청취자에게 통지합니다.
protected  void Timer. fireActionPerformed (ActionEvent  e)
          통지의 전달 대상을, 지정된 이벤트형으로 등록한 모든 청취자에게 통지합니다.
protected  void DefaultButtonModel. fireActionPerformed (ActionEvent  e)
          이 이벤트형의 통지를 등록한 모든 청취자에게 통지를 실시합니다.
 

javax.swing.plaf.basic 에서의 ActionEvent 의 사용
 

ActionEvent 형의 파라미터를 가지는 javax.swing.plaf.basic 의 메소드
 void BasicScrollBarUI.ScrollListener. actionPerformed (ActionEvent  e)
           
 void BasicTreeUI.ComponentHandler. actionPerformed (ActionEvent  ae)
          Timer 의 결과로서의 public 입니다.
 void BasicTreeUI.TreeTraverseAction. actionPerformed (ActionEvent  e)
           
 void BasicTreeUI.TreePageAction. actionPerformed (ActionEvent  e)
           
 void BasicTreeUI.TreeIncrementAction. actionPerformed (ActionEvent  e)
           
 void BasicTreeUI.TreeHomeAction. actionPerformed (ActionEvent  e)
           
 void BasicTreeUI.TreeToggleAction. actionPerformed (ActionEvent  e)
           
 void BasicTreeUI.TreeCancelEditingAction. actionPerformed (ActionEvent  e)
           
 void BasicSplitPaneUI.KeyboardUpLeftHandler. actionPerformed (ActionEvent  ev)
           
 void BasicSplitPaneUI.KeyboardDownRightHandler. actionPerformed (ActionEvent  ev)
           
 void BasicSplitPaneUI.KeyboardHomeHandler. actionPerformed (ActionEvent  ev)
           
 void BasicSplitPaneUI.KeyboardEndHandler. actionPerformed (ActionEvent  ev)
           
 void BasicSplitPaneUI.KeyboardResizeToggleHandler. actionPerformed (ActionEvent  ev)
           
 void BasicSliderUI.ScrollListener. actionPerformed (ActionEvent  e)
           
 void BasicSliderUI.ActionScroller. actionPerformed (ActionEvent  e)
           
 void BasicOptionPaneUI.ButtonActionListener. actionPerformed (ActionEvent  e)
           
 void BasicInternalFrameTitlePane.CloseAction. actionPerformed (ActionEvent  e)
           
 void BasicInternalFrameTitlePane.MaximizeAction. actionPerformed (ActionEvent  evt)
           
 void BasicInternalFrameTitlePane.IconifyAction. actionPerformed (ActionEvent  e)
           
 void BasicInternalFrameTitlePane.RestoreAction. actionPerformed (ActionEvent  evt)
           
 void BasicInternalFrameTitlePane.MoveAction. actionPerformed (ActionEvent  e)
           
 void BasicInternalFrameTitlePane.SizeAction. actionPerformed (ActionEvent  e)
           
 void BasicFileChooserUI.NewFolderAction. actionPerformed (ActionEvent  e)
           
 void BasicFileChooserUI.GoHomeAction. actionPerformed (ActionEvent  e)
           
 void BasicFileChooserUI.ChangeToParentDirectoryAction. actionPerformed (ActionEvent  e)
           
 void BasicFileChooserUI.ApproveSelectionAction. actionPerformed (ActionEvent  e)
           
 void BasicFileChooserUI.CancelSelectionAction. actionPerformed (ActionEvent  e)
           
 void BasicFileChooserUI.UpdateAction. actionPerformed (ActionEvent  e)
           
 void BasicDesktopPaneUI.OpenAction. actionPerformed (ActionEvent  evt)
           
 void BasicDesktopPaneUI.CloseAction. actionPerformed (ActionEvent  evt)
           
 void BasicDesktopPaneUI.MinimizeAction. actionPerformed (ActionEvent  evt)
           
 void BasicDesktopPaneUI.MaximizeAction. actionPerformed (ActionEvent  evt)
           
 void BasicDesktopPaneUI.NavigateAction. actionPerformed (ActionEvent  evt)
           
 

javax.swing.plaf.metal 에서의 ActionEvent 의 사용
 

ActionEvent 형의 파라미터를 가지는 javax.swing.plaf.metal 의 메소드
 void MetalFileChooserUI.DirectoryComboBoxAction. actionPerformed (ActionEvent  e)
           
 

javax.swing.text 에서의 ActionEvent 의 사용
 

ActionEvent 형의 파라미터를 가지는 javax.swing.text 의 메소드
 void DefaultEditorKit.DefaultKeyTypedAction. actionPerformed (ActionEvent  e)
          이 액션이 트리거되었을 때에 실행되는 조작입니다.
 void DefaultEditorKit.InsertContentAction. actionPerformed (ActionEvent  e)
          이 액션이 트리거되었을 때에 실행되는 조작입니다.
 void DefaultEditorKit.InsertBreakAction. actionPerformed (ActionEvent  e)
          이 액션이 트리거되었을 때에 실행되는 조작입니다.
 void DefaultEditorKit.InsertTabAction. actionPerformed (ActionEvent  e)
          이 액션이 트리거되었을 때에 실행되는 조작입니다.
 void DefaultEditorKit.CutAction. actionPerformed (ActionEvent  e)
          이 액션이 트리거되었을 때에 실행되는 조작입니다.
 void DefaultEditorKit.CopyAction. actionPerformed (ActionEvent  e)
          이 액션이 트리거되었을 때에 실행되는 조작입니다.
 void DefaultEditorKit.PasteAction. actionPerformed (ActionEvent  e)
          이 액션이 트리거되었을 때에 실행되는 조작입니다.
 void DefaultEditorKit.BeepAction. actionPerformed (ActionEvent  e)
          이 액션이 트리거되었을 때에 실행되는 조작입니다.
 void StyledEditorKit.FontFamilyAction. actionPerformed (ActionEvent  e)
          폰트 패밀리를 설정합니다.
 void StyledEditorKit.FontSizeAction. actionPerformed (ActionEvent  e)
          font size를 설정합니다.
 void StyledEditorKit.ForegroundAction. actionPerformed (ActionEvent  e)
          foreground 칼라를 설정합니다.
 void StyledEditorKit.AlignmentAction. actionPerformed (ActionEvent  e)
          배치 방법을 설정합니다.
 void StyledEditorKit.BoldAction. actionPerformed (ActionEvent  e)
          볼드 속성을 바꿉니다.
 void StyledEditorKit.ItalicAction. actionPerformed (ActionEvent  e)
          이탤릭 속성을 바꿉니다.
 void StyledEditorKit.UnderlineAction. actionPerformed (ActionEvent  e)
          밑줄 속성을 바꿉니다.
protected  JEditorPane StyledEditorKit.StyledTextAction. getEditor (ActionEvent  e)
          액션의 타겟 에디터를 가져옵니다.
protected  JTextComponent TextAction. getTextComponent (ActionEvent  e)
          액션에 사용하는 컴퍼넌트를 지정합니다.
 

javax.swing.text.html 에서의 ActionEvent 의 사용
 

ActionEvent 형의 파라미터를 가지는 javax.swing.text.html 의 메소드
 void HTMLEditorKit.InsertHTMLTextAction. actionPerformed (ActionEvent  ae)
          HTML 를 문서에 삽입합니다.
 void FormView. actionPerformed (ActionEvent  evt)
          ActionEvent 의 처리를 담당합니다.
 

javax.swing.tree 에서의 ActionEvent 의 사용
 

ActionEvent 형의 파라미터를 가지는 javax.swing.tree 의 메소드
 void DefaultTreeCellEditor. actionPerformed (ActionEvent  e)
          타이머가 트리거되면(자), 메세지가 보내져 편집 세션이 개시됩니다.
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.