JavaTM Platform
Standard Ed. 6

javax.swing.text
클래스 DefaultStyledDocument.SectionElement

java.lang.Object 
  상위를 확장 javax.swing.text.AbstractDocument.AbstractElement 
      상위를 확장 javax.swing.text.AbstractDocument.BranchElement 
          상위를 확장 javax.swing.text.DefaultStyledDocument.SectionElement
모든 구현된 인터페이스:
Serializable , AttributeSet , Element , MutableAttributeSet , TreeNode
포함되어 있는 클래스:
DefaultStyledDocument


protected class DefaultStyledDocument.SectionElement
extends AbstractDocument.BranchElement

문서의 디폴트 루트 요소로, 포함되는 단락이나 행을 매핑 합니다.

경고: 이 클래스의 직렬화 된 객체는, 향후의 Swing 릴리스와 호환은 아니게 될 예정입니다. 현재의 직렬화의 지원는, 단기간의 운용이나, 같은 버젼의 Swing 를 실행하는 어플리케이션간의 RMI 에 적절하고 있습니다. JDK Version 1.4 이후, 모든 JavaBeans 의 장기간의 운용 지원는,java.beans 패키지에 추가되고 있습니다. 자세한 것은,XMLEncoder 를 참조해 주세요.


상자의 클래스의 개요
 
인터페이스 javax.swing.text. AttributeSet 로부터 상속된 상자의 클래스/인터페이스
AttributeSet.CharacterAttribute , AttributeSet.ColorAttribute , AttributeSet.FontAttribute , AttributeSet.ParagraphAttribute
 
필드의 개요
 
인터페이스 javax.swing.text. AttributeSet 로부터 상속된 필드
NameAttribute , ResolveAttribute
 
생성자 의 개요
DefaultStyledDocument.SectionElement ()
          새로운 SectionElement 를 작성합니다.
 
메소드의 개요
 String getName ()
          요소의 이름을 가져옵니다.
 
클래스 javax.swing.text. AbstractDocument.BranchElement 로부터 상속된 메소드
children , getAllowsChildren , getElement , getElementCount , getElementIndex , getEndOffset , getStartOffset , isLeaf , positionToElement , replace , toString
 
클래스 javax.swing.text. AbstractDocument.AbstractElement 로부터 상속된 메소드
addAttribute , addAttributes , containsAttribute , containsAttributes , copyAttributes , dump , getAttribute , getAttributeCount , getAttributeNames , getAttributes , getChildAt , getChildCount , getDocument , getIndex , getParent , getParentElement , getResolveParent , isDefined , isEqual , removeAttribute , removeAttributes , removeAttributes , setResolveParent
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait
 

생성자 의 상세

DefaultStyledDocument.SectionElement

public DefaultStyledDocument.SectionElement()
새로운 SectionElement 를 작성합니다.

메소드의 상세

getName

public String  getName()
요소의 이름을 가져옵니다.

정의:
인터페이스 Element 내의 getName
오버라이드(override):
클래스 AbstractDocument.BranchElement 내의 getName
반환값:
이름

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