JavaTM Platform
Standard Ed. 6

javax.swing.plaf.basic
클래스 BasicComboPopup.ListDataHandler

java.lang.Object 
  상위를 확장 javax.swing.plaf.basic.BasicComboPopup.ListDataHandler
모든 구현된 인터페이스:
EventListener , ListDataListener
포함되어 있는 클래스:
BasicComboPopup


public class BasicComboPopup.ListDataHandler
extends Object
implements ListDataListener

1.4 로부터 이 클래스는 폐지되어 아무것도 실시하지 않고, API 하위 호환만의 위해(때문에) 짜넣어지고 있습니다. 호출해 또는 오버라이드(override) 하지 말아 주세요.

기능은 ItemHandler 에 이행 되고 있습니다.

관련 항목:
BasicComboPopup.createItemListener()

생성자 의 개요
BasicComboPopup.ListDataHandler ()
           
 
메소드의 개요
 void contentsChanged (ListDataEvent  e)
          리스트의 내용이, previous 메소드를 사용해 지정할 수 없는 것 같은 복잡한 방법으로 변경되었을 때에 송신됩니다.
 void intervalAdded (ListDataEvent  e)
          index0, index1 의 구간에 있는 인덱스가 데이터 모델에 삽입된 후에 송신됩니다.
 void intervalRemoved (ListDataEvent  e)
          index0, index1 의 구간에 있는 인덱스가 데이터 모델로부터 삭제된 후에 송신됩니다.
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 

생성자 의 상세

BasicComboPopup.ListDataHandler

public BasicComboPopup.ListDataHandler()
메소드의 상세

contentsChanged

public void contentsChanged(ListDataEvent  e)
인터페이스 ListDataListener 의 기술:
리스트의 내용이, previous 메소드를 사용해 지정할 수 없는 것 같은 복잡한 방법으로 변경되었을 때에 송신됩니다. 예를 들어, 항목이 치환되었을 때에 송신됩니다. Index0 와 index1 는 변경을 둘러쌉니다.

정의:
인터페이스 ListDataListener 내의 contentsChanged
파라미터:
e - 이벤트 정보를 캡슐화한다 ListDataEvent

intervalAdded

public void intervalAdded(ListDataEvent  e)
인터페이스 ListDataListener 의 기술:
index0, index1 의 구간에 있는 인덱스가 데이터 모델에 삽입된 후에 송신됩니다. 새로운 구간에는 index0 와 index1 의 양쪽 모두가 포함됩니다.

정의:
인터페이스 ListDataListener 내의 intervalAdded
파라미터:
e - 이벤트 정보를 캡슐화한다 ListDataEvent

intervalRemoved

public void intervalRemoved(ListDataEvent  e)
인터페이스 ListDataListener 의 기술:
index0, index1 의 구간에 있는 인덱스가 데이터 모델로부터 삭제된 후에 송신됩니다. 구간에는 index0 와 index1 의 양쪽 모두가 포함됩니다.

정의:
인터페이스 ListDataListener 내의 intervalRemoved
파라미터:
e - 이벤트 정보를 캡슐화한다 ListDataEvent

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 도 참조해 주세요.