| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
| DocumentFilter.FilterBypass 를 사용하고 있는 패키지 | |
|---|---|
| javax.swing.text | 편집 가능한 텍스트 컴퍼넌트와 편집 불능인 텍스트 컴퍼넌트를 처리하는 클래스와 인터페이스를 제공합니다. | 
| javax.swing.text 에서의 DocumentFilter.FilterBypass 의 사용 | 
|---|
| DocumentFilter.FilterBypass 형의 파라미터를 가지는 javax.swing.text 의 메소드 | |
|---|---|
 void | 
DocumentFilter. insertString (DocumentFilter.FilterBypass  fb,
             int offset,
             String  string,
             AttributeSet  attr)
지정한 Document 에 텍스트를 삽입하기 전에 불려 갑니다.  | 
 void | 
DocumentFilter. remove (DocumentFilter.FilterBypass  fb,
       int offset,
       int length)
지정한 Document 의 지정한 범위를 삭제하기 전에 불려 갑니다.  | 
 void | 
DocumentFilter. replace (DocumentFilter.FilterBypass  fb,
        int offset,
        int length,
        String  text,
        AttributeSet  attrs)
지정한 Document 로 텍스트의 범위를 옮겨놓기 전에 불려 갑니다.  | 
 
  | 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.