JavaTM Platform
Standard Ed. 6

javax.swing.plaf.basic
클래스 BasicSplitPaneDivider.VerticalDragController

java.lang.Object 
  상위를 확장 javax.swing.plaf.basic.BasicSplitPaneDivider.DragController 
      상위를 확장 javax.swing.plaf.basic.BasicSplitPaneDivider.VerticalDragController
포함되어 있는 클래스:
BasicSplitPaneDivider


protected class BasicSplitPaneDivider.VerticalDragController
extends BasicSplitPaneDivider.DragController

VERTICAL_SPLIT 방향의 분할 구획을 위해서(때문에), 드래그 세션중의 이벤트를 처리합니다. 연속해 dragDividerTo 메세지를 보내, 종료시에 finishDraggingTo 메세지를 보냅니다. 인스턴스가 작성될 때,isValid 에 의한 메세지를 받아, 드래그를 실행할 수 있는 것을 확인할 필요가 있습니다. 2 개의 화면의 크기를 변경할 수 없는 경우, 드래그는 할 수 없습니다.


생성자 의 개요
protected BasicSplitPaneDivider.VerticalDragController (MouseEvent  e)
           
 
메소드의 개요
protected  int getNeededLocation (int x, int y)
          수직 분할에 사용되는 y 인수를 돌려줍니다.
protected  int positionForMouseEvent (MouseEvent  e)
          건네받는 MouseEvent 에 근거해, 디바이더를 두기 위한 새로운 위치를 돌려줍니다.
 
클래스 javax.swing.plaf.basic. BasicSplitPaneDivider.DragController 로부터 상속된 메소드
completeDrag , completeDrag , continueDrag , continueDrag , isValid
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 

생성자 의 상세

BasicSplitPaneDivider.VerticalDragController

protected BasicSplitPaneDivider.VerticalDragController(MouseEvent  e)
메소드의 상세

getNeededLocation

protected int getNeededLocation(int x,
                                int y)
수직 분할에 사용되는 y 인수를 돌려줍니다.

오버라이드(override):
클래스 BasicSplitPaneDivider.DragController 내의 getNeededLocation

positionForMouseEvent

protected int positionForMouseEvent(MouseEvent  e)
건네받는 MouseEvent 에 근거해, 디바이더를 두기 위한 새로운 위치를 돌려줍니다.

오버라이드(override):
클래스 BasicSplitPaneDivider.DragController 내의 positionForMouseEvent

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