|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 | |||||||||
public interface AccessibleTableModelChange
AccessibleTableModelChange 인터페이스는 테이블 모델에의 변경을 기술합니다. 모델이 변경되었을 경우의 속성은 이하의 메소드로 취득할 수 있습니다.
Accessible ,
Accessible.getAccessibleContext() ,
AccessibleContext ,
AccessibleContext.getAccessibleTable() | 필드의 개요 | |
|---|---|
static int |
DELETE
행 또는 열의 삭제를 식별합니다. |
static int |
INSERT
신규의 행 또는 열의 삽입을 식별합니다. |
static int |
UPDATE
기존의 데이터에 대한 변경을 식별합니다. |
| 메소드의 개요 | |
|---|---|
int |
getFirstColumn ()
변경된 최초의 열을 돌려줍니다. |
int |
getFirstRow ()
변경된 최초의 행을 돌려줍니다. |
int |
getLastColumn ()
변경된 마지막 열을 돌려줍니다. |
int |
getLastRow ()
변경된 마지막 행을 돌려줍니다. |
int |
getType ()
이벤트의 타입을 돌려줍니다. |
| 필드의 상세 |
|---|
static final int INSERT
static final int UPDATE
static final int DELETE
| 메소드의 상세 |
|---|
int getType()
INSERT ,
UPDATE ,
DELETE int getFirstRow()
int getLastRow()
int getFirstColumn()
int getLastColumn()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.