JavaTM Platform
Standard Ed. 6

클래스
javax.swing.event.ListDataEvent 의 사용

ListDataEvent 를 사용하고 있는 패키지
javax.swing 모든 플랫폼에서 가능한 한 똑같이 기능하는 「경량」(Java 공통 언어) 컴퍼넌트세트를 제공합니다.  
javax.swing.event Swing 컴퍼넌트에 의해 트리거되는 이벤트를 제공합니다.  
javax.swing.plaf.basic 기본 Look & Feel 에 따라 구축된 사용자 인터페이스 객체를 제공합니다.  
 

javax.swing 에서의 ListDataEvent 의 사용
 

ListDataEvent 형의 파라미터를 가지는 javax.swing 의 메소드
 void JComboBox. contentsChanged (ListDataEvent  e)
          이 메소드는 public 가 되어 있습니다만, 이것은 구현의 부작용에 의하는 것입니다.
 void JList.AccessibleJList. contentsChanged (ListDataEvent  e)
          리스트 데이터 청취자의 내용 변경 메소드입니다.
 void JComboBox. intervalAdded (ListDataEvent  e)
          이 메소드는 public 가 되어 있습니다만, 이것은 구현의 부작용에 의하는 것입니다.
 void JList.AccessibleJList. intervalAdded (ListDataEvent  e)
          리스트 데이터 청취자의 구획 추가 메소드입니다.
 void JComboBox. intervalRemoved (ListDataEvent  e)
          이 메소드는 public 가 되어 있습니다만, 이것은 구현의 부작용에 의하는 것입니다.
 void JList.AccessibleJList. intervalRemoved (ListDataEvent  e)
          리스트 데이터 청취자의 구획 삭제 메소드입니다.
 

javax.swing.event 에서의 ListDataEvent 의 사용
 

ListDataEvent 형의 파라미터를 가지는 javax.swing.event 의 메소드
 void ListDataListener. contentsChanged (ListDataEvent  e)
          리스트의 내용이, previous 메소드를 사용해 지정할 수 없는 것 같은 복잡한 방법으로 변경되었을 때에 송신됩니다.
 void ListDataListener. intervalAdded (ListDataEvent  e)
          index0, index1 의 구간에 있는 인덱스가 데이터 모델에 삽입된 후에 송신됩니다.
 void ListDataListener. intervalRemoved (ListDataEvent  e)
          index0, index1 의 구간에 있는 인덱스가 데이터 모델로부터 삭제된 후에 송신됩니다.
 

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

ListDataEvent 형의 파라미터를 가지는 javax.swing.plaf.basic 의 메소드
 void BasicComboBoxUI.ListDataHandler. contentsChanged (ListDataEvent  e)
           
 void BasicComboPopup.ListDataHandler. contentsChanged (ListDataEvent  e)
           
 void BasicListUI.ListDataHandler. contentsChanged (ListDataEvent  e)
           
 void BasicComboBoxUI.ListDataHandler. intervalAdded (ListDataEvent  e)
           
 void BasicComboPopup.ListDataHandler. intervalAdded (ListDataEvent  e)
           
 void BasicListUI.ListDataHandler. intervalAdded (ListDataEvent  e)
           
 void BasicDirectoryModel. intervalAdded (ListDataEvent  e)
          폐지 - 사용되지 않습니다.
 void BasicComboBoxUI.ListDataHandler. intervalRemoved (ListDataEvent  e)
           
 void BasicComboPopup.ListDataHandler. intervalRemoved (ListDataEvent  e)
           
 void BasicListUI.ListDataHandler. intervalRemoved (ListDataEvent  e)
           
 void BasicDirectoryModel. intervalRemoved (ListDataEvent  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 도 참조해 주세요.