JavaTM Platform
Standard Ed. 6

클래스
javax.swing.text.StyledEditorKit 의 사용

StyledEditorKit 를 사용하고 있는 패키지
javax.swing 모든 플랫폼에서 가능한 한 똑같이 기능하는 「경량」(Java 공통 언어) 컴퍼넌트세트를 제공합니다.  
javax.swing.text 편집 가능한 텍스트 컴퍼넌트와 편집 불능인 텍스트 컴퍼넌트를 처리하는 클래스와 인터페이스를 제공합니다.  
javax.swing.text.html HTML 텍스트 문자 편집기를 작성하기 위한 HTMLEditorKit 클래스와 지원 클래스를 제공합니다.  
javax.swing.text.rtf Rich-Text-Format 텍스트 문자 편집기를 작성하기 위한 클래스 (RTFEditorKit)를 제공합니다.  
 

javax.swing 에서의 StyledEditorKit 의 사용
 

StyledEditorKit 를 돌려주는 javax.swing 의 메소드
protected  StyledEditorKit JTextPane. getStyledEditorKit ()
          에디터 킷을 돌려줍니다.
 

javax.swing.text 에서의 StyledEditorKit 의 사용
 

StyledEditorKit 를 돌려주는 javax.swing.text 의 메소드
protected  StyledEditorKit StyledEditorKit.StyledTextAction. getStyledEditorKit (JEditorPane  e)
          이 에디터 구획에 관련한 에디터 킷을 가져옵니다.
 

javax.swing.text.html 에서의 StyledEditorKit 의 사용
 

javax.swing.text.html 에서의 StyledEditorKit 의 서브 클래스
 class HTMLEditorKit
          Swing 의 JEditorPane 텍스트 컴퍼넌트는, EditorKit 로 불리는 플러그 인 기구에 의해, 다양한 종류의 컨텐츠를 지원하고 있습니다.
 

javax.swing.text.rtf 에서의 StyledEditorKit 의 사용
 

javax.swing.text.rtf 에서의 StyledEditorKit 의 서브 클래스
 class RTFEditorKit
          RTF 편집 기능의 디폴트의 구현입니다.
 


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