|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 모든 클래스 | ||||||||||
개요: 상자 | 필드 | constructor | 메소드 | 상세: 필드 | constructor | 메소드 |
java.lang.Object | +--javax.swing.plaf.ComponentUI | +--javax.swing.plaf.TextUI | +--javax.swing.plaf.basic.BasicTextUI | +--javax.swing.plaf.basic.BasicEditorPaneUI
JEditorPane 의 Look & Feel 를 제공합니다.
경고:
이 클래스의 직렬화 된 오브젝트는 향후의 Swing 릴리스와의 호환성이 없어집니다. 현재의 직렬화의 서포트는 단기 기억이나, 같은 버젼의 Swing 를 실행하는 어플리케이션간의 RMI 에 적절하고 있습니다. 버젼 1.4 의 시점에서는 JavaBeans 의 장기 기억용의 서포트는 모두 java.beans
패키지에 추가되고 있습니다. XMLEncoder
를 참조해 주세요.
중첩된 클래스의 개요 |
클래스 javax.swing.plaf.basic. BasicTextUI 을 상속받은 중첩된 클래스 |
BasicTextUI.BasicCaret , BasicTextUI.BasicHighlighter |
생성자의 개요 | |
BasicEditorPaneUI ()
새로운 BasicEditorPaneUI 를 작성합니다. |
메소드의 개요 | |
static ComponentUI |
createUI (JComponent c)
JTextPane 의 UI 를 작성합니다. |
EditorKit |
getEditorKit (JTextComponent tc)
UI 의 EditorKit 를 페치 합니다. |
protected String |
getPropertyPrefix ()
UIManager 를 사용해 프로퍼티를 참조하기 위한 키로서 사용되는 이름을 페치 합니다. |
protected void |
propertyChange (PropertyChangeEvent evt)
이 메소드는 관련하는 JTextComponent 의 바운드 프로퍼티가 변경되었을 때에 불려 갑니다. |
클래스 javax.swing.plaf.basic. BasicTextUI 에서 상속받은 메소드 |
create , create , createCaret , createHighlighter , createKeymap , damageRange , damageRange , getComponent , getKeymapName , getMaximumSize , getMinimumSize , getNextVisualPositionFrom , getPreferredSize , getRootView , getToolTipText , getVisibleEditorRect , installDefaults , installKeyboardActions , installListeners , installUI , modelChanged , modelToView , modelToView , paint , paintBackground , paintSafely , setView , uninstallDefaults , uninstallKeyboardActions , uninstallListeners , uninstallUI , update , viewToModel , viewToModel |
클래스 javax.swing.plaf. ComponentUI 에서 상속받은 메소드 |
contains , getAccessibleChild , getAccessibleChildrenCount |
클래스 java.lang. Object 에서 상속받은 메소드 |
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
생성자의 상세 |
public BasicEditorPaneUI()
메소드의 상세 |
public static ComponentUI createUI(JComponent c)
c
- JTextPane 컴퍼넌트
protected String getPropertyPrefix()
BasicTextUI
내의 getPropertyPrefix
public EditorKit getEditorKit(JTextComponent tc)
BasicTextUI
내의 getEditorKit
tc
- 이 UI 가 인스톨 되고 있는 텍스트 컴퍼넌트
TextUI.getEditorKit(javax.swing.text.JTextComponent)
protected void propertyChange(PropertyChangeEvent evt)
BasicTextUI
내의 propertyChange
evt
- 프로퍼티 변경 이벤트
|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 모든 클래스 | ||||||||||
개요: 상자 | 필드 | constructor | 메소드 | 상세: 필드 | constructor | 메소드 |
Java, Java 2 D, 및 JDBC 는 미국 및 그 외의 나라에 있어서의 미국 Sun Microsystems, Inc. 의 상표 혹은 등록상표입니다.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.