|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요 : 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.TextUI
javax.swing.plaf.basic.BasicTextUI
javax.swing.plaf.basic.BasicEditorPaneUI
public class BasicEditorPaneUI
JEditorPane 의 Look & Feel 를 제공합니다.
경고: 이 클래스의 직렬화 된 객체는, 향후의 Swing 릴리스와 호환은 아니게 될 예정입니다. 현재의 직렬화의 지원는, 단기간의 운용이나, 같은 버젼의 Swing 를 실행하는 어플리케이션간의 RMI 에 적절하고 있습니다. JDK Version 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 를 사용해 프로퍼티을 참조하기 위한 키로서 사용되는 이름을 가져옵니다. |
void |
installUI (JComponent c)
컴퍼넌트의 UI 를 인스톨 합니다. |
protected void |
propertyChange (PropertyChangeEvent evt)
이 메소드는, 관련하는 JTextComponent 의 바운드 프로퍼티이 변경되었을 때에 불려 갑니다. |
void |
uninstallUI (JComponent c)
컴퍼넌트의 UI 를 언인스톨합니다. |
| 클래스 javax.swing.plaf.basic. BasicTextUI 로부터 상속된 메소드 |
|---|
create , create , createCaret , createHighlighter , createKeymap , damageRange , damageRange , getComponent , getKeymapName , getMaximumSize , getMinimumSize , getNextVisualPositionFrom , getPreferredSize , getRootView , getToolTipText , getVisibleEditorRect , installDefaults , installKeyboardActions , installListeners , modelChanged , modelToView , modelToView , paint , paintBackground , paintSafely , setView , uninstallDefaults , uninstallKeyboardActions , uninstallListeners , update , viewToModel , viewToModel |
| 클래스 javax.swing.plaf. ComponentUI 로부터 상속된 메소드 |
|---|
contains , getAccessibleChild , getAccessibleChildrenCount , getBaseline , getBaselineResizeBehavior |
| 클래스 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 void installUI(JComponent c)
BasicTextUI 내의 installUI c - 에디터 컴퍼넌트ComponentUI.installUI(javax.swing.JComponent) public void uninstallUI(JComponent c)
BasicTextUI 내의 uninstallUI c - 에디터 컴퍼넌트ComponentUI.uninstallUI(javax.swing.JComponent) public EditorKit getEditorKit(JTextComponent tc)
BasicTextUI 내의 getEditorKit tc - 이 UI 가 인스톨 되고 있는 텍스트 컴퍼넌트
TextUI.getEditorKit(javax.swing.text.JTextComponent) protected void propertyChange(PropertyChangeEvent evt)
BasicTextUI 내의 propertyChange evt - 프로퍼티 변경 이벤트
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요 : 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.