JavaTM Platform
Standard Ed. 6

클래스
javax.swing.JEditorPane 의 사용

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

javax.swing 에서의 JEditorPane 의 사용
 

javax.swing 에서의 JEditorPane 의 서브 클래스
 class JTextPane
          그래픽으로 표현되는 속성으로 마크 올라갈 수 있는 텍스트 컴퍼넌트입니다.
 

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

JEditorPane 를 돌려주는 javax.swing.text 의 메소드
protected  JEditorPane StyledEditorKit.StyledTextAction. getEditor (ActionEvent  e)
          액션의 타겟 에디터를 가져옵니다.
 

JEditorPane 형의 파라미터를 가지는 javax.swing.text 의 메소드
 void EditorKit. deinstall (JEditorPane  c)
          킷이 JEditorPane 로부터 삭제되고 있을 때 불려 갑니다.
 void StyledEditorKit. deinstall (JEditorPane  c)
          킷이 JEditorPane 로부터 삭제되고 있을 때 불려 갑니다.
protected  StyledDocument StyledEditorKit.StyledTextAction. getStyledDocument (JEditorPane  e)
          이 에디터 구획에 관련한 문서를 가져옵니다.
protected  StyledEditorKit StyledEditorKit.StyledTextAction. getStyledEditorKit (JEditorPane  e)
          이 에디터 구획에 관련한 에디터 킷을 가져옵니다.
 void EditorKit. install (JEditorPane  c)
          킷이 JEditorPane 에 인스톨 될 때 불려 갑니다.
 void StyledEditorKit. install (JEditorPane  c)
          킷이 JEditorPane 에 인스톨 되고 있을 때 불려 갑니다.
protected  void StyledEditorKit.StyledTextAction. setCharacterAttributes (JEditorPane  editor, AttributeSet  attr, boolean replace)
          지정된 속성을 문자 컨텐츠에 적용합니다.
protected  void StyledEditorKit.StyledTextAction. setParagraphAttributes (JEditorPane  editor, AttributeSet  attr, boolean replace)
          지정된 속성을 단락에 적용합니다.
 

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

JEditorPane 형의 파라미터를 가지는 javax.swing.text.html 의 메소드
protected  void HTMLEditorKit.LinkController. activateLink (int pos, JEditorPane  editor)
          지정된 위치가 링크를 나타내는 경우는, 대응하는 JEditorPane 의 linkActivated 를 호출합니다.
 void HTMLEditorKit. deinstall (JEditorPane  c)
          킷이 JEditorPane 로부터 삭제되고 있을 때 불려 갑니다.
protected  HTMLDocument HTMLEditorKit.HTMLTextAction. getHTMLDocument (JEditorPane  e)
           
protected  HTMLEditorKit HTMLEditorKit.HTMLTextAction. getHTMLEditorKit (JEditorPane  e)
           
protected  void HTMLEditorKit.InsertHTMLTextAction. insertAtBoundary (JEditorPane  editor, HTMLDocument  doc, int offset, Element  insertElement, String  html, HTML.Tag  parentTag, HTML.Tag  addTag)
          경계에 삽입할 경우에 불려 갑니다.
protected  void HTMLEditorKit.InsertHTMLTextAction. insertAtBoundry (JEditorPane  editor, HTMLDocument  doc, int offset, Element  insertElement, String  html, HTML.Tag  parentTag, HTML.Tag  addTag)
          추천 되고 있지 않습니다.  Java 2 플랫폼 v1. 3 에 대해 insertAtBoundary 를 사용해 주세요.
protected  void HTMLEditorKit.InsertHTMLTextAction. insertHTML (JEditorPane  editor, HTMLDocument  doc, int offset, String  html, int popDepth, int pushDepth, HTML.Tag  addTag)
          HTMLEditorKit.insertHTML 를 위한 커버입니다.
 void HTMLEditorKit. install (JEditorPane  c)
          킷이 JEditorPane 에 인스톨 될 때 불려 갑니다.
 


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