|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjava.awt.event.ComponentAdapter
javax.swing.plaf.basic.BasicTreeUI.ComponentHandler
public class BasicTreeUI.ComponentHandler
필요하면, 스크롤시에 적절한 사이즈를 갱신합니다.
| 필드의 개요 | |
|---|---|
protected JScrollBar |
scrollBar
조절되고 있는 ScrollBar 입니다. |
protected Timer |
timer
스크롤 구획내에서 스크롤 바를 조절하고 있을 때 사용되는 타이머입니다. |
| 생성자 의 개요 | |
|---|---|
BasicTreeUI.ComponentHandler ()
|
|
| 메소드의 개요 | |
|---|---|
void |
actionPerformed (ActionEvent ae)
Timer 의 결과로서의 public 입니다. |
void |
componentMoved (ComponentEvent e)
컴퍼넌트의 위치가 바뀌면(자) 불려 갑니다. |
protected JScrollPane |
getScrollPane ()
JTree 를 가지는 JScrollPane, 또는 이것이 발견되지 않는 경우에는 null 를 돌려줍니다. |
protected void |
startTimer ()
경계의 사이즈를 변경할 필요가 있을지 어떨지를 체크하기 위해(때문에), 필요하면 Timer 를 작성하고 나서 기동합니다. |
| 클래스 java.awt.event. ComponentAdapter 로부터 상속된 메소드 |
|---|
componentHidden , componentResized , componentShown |
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
| 필드의 상세 |
|---|
protected Timer timer
protected JScrollBar scrollBar
| 생성자 의 상세 |
|---|
public BasicTreeUI.ComponentHandler()
| 메소드의 상세 |
|---|
public void componentMoved(ComponentEvent e)
ComponentAdapter 의 기술:
ComponentListener 내의 componentMoved ComponentAdapter 내의 componentMoved protected void startTimer()
protected JScrollPane getScrollPane()
public void actionPerformed(ActionEvent ae)
ActionListener 내의 actionPerformed
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.