|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 |
java.lang.Objectjavax.swing.tree.DefaultTreeSelectionModel
javax.swing.JTree.EmptySelectionModel
protected static class JTree.EmptySelectionModel
EmptySelectionModel
는, 어떤 선택도 허가하지 않는 TreeSelectionModel
입니다.
경고: 이 클래스의 직렬화 된 객체는, 향후의 Swing 릴리스와 호환은 아니게 될 예정입니다. 현재의 직렬화의 지원는, 단기간의 운용이나, 같은 버젼의 Swing 를 실행하는 어플리케이션간의 RMI 에 적절하고 있습니다. JDK Version 1.4 이후, 모든 JavaBeans™ 의 장기간의 운용 지원는,java.beans
패키지에 추가되고 있습니다. 자세한 것은,XMLEncoder
를 참조해 주세요.
필드의 개요 | |
---|---|
protected static JTree.EmptySelectionModel |
sharedInstance
일의인 공유 인스턴스입니다. |
클래스 javax.swing.tree. DefaultTreeSelectionModel 로부터 상속된 필드 |
---|
changeSupport , leadIndex , leadPath , leadRow , listenerList , listSelectionModel , rowMapper , selection , SELECTION_MODE_PROPERTY , selectionMode |
인터페이스 javax.swing.tree. TreeSelectionModel 로부터 상속된 필드 |
---|
CONTIGUOUS_TREE_SELECTION , DISCONTIGUOUS_TREE_SELECTION , SINGLE_TREE_SELECTION |
생성자 의 개요 | |
---|---|
protected |
JTree.EmptySelectionModel ()
|
메소드의 개요 | |
---|---|
void |
addSelectionPaths (TreePath [] paths)
아무것도 추가하지 않는 null 구현입니다. |
void |
removeSelectionPaths (TreePath [] paths)
아무것도 삭제하지 않는 null 구현입니다. |
void |
setSelectionPaths (TreePath [] pPaths)
아무것도 선택하지 않는 null 구현입니다. |
static JTree.EmptySelectionModel |
sharedInstance ()
빈 상태(empty)의 선택 모델의 공유 인스턴스를 돌려줍니다. |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
필드의 상세 |
---|
protected static final JTree.EmptySelectionModel sharedInstance
생성자 의 상세 |
---|
protected JTree.EmptySelectionModel()
메소드의 상세 |
---|
public static JTree.EmptySelectionModel sharedInstance()
public void setSelectionPaths(TreePath [] pPaths)
null
구현입니다.
TreeSelectionModel
내의 setSelectionPaths
DefaultTreeSelectionModel
내의 setSelectionPaths
pPaths
- 새로운 선택 범위public void addSelectionPaths(TreePath [] paths)
null
구현입니다.
TreeSelectionModel
내의 addSelectionPaths
DefaultTreeSelectionModel
내의 addSelectionPaths
paths
- 현재의 선택 범위에 추가하는 새로운 패스public void removeSelectionPaths(TreePath [] paths)
null
구현입니다.
TreeSelectionModel
내의 removeSelectionPaths
DefaultTreeSelectionModel
내의 removeSelectionPaths
paths
- 선택 범위로부터 삭제하는 패스
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.