KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > basic > BasicTextPaneUI

javax.swing.plaf.basic
Class BasicTextPaneUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.TextUI
          extended by javax.swing.plaf.basic.BasicTextUI
              extended by javax.swing.plaf.basic.BasicEditorPaneUI
                  extended by javax.swing.plaf.basic.BasicTextPaneUI
All Implemented Interfaces:
ViewFactory
See Also:
Source Code, XMLEncoder

public BasicTextPaneUI()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static ComponentUI createUI(JComponent c)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String getPropertyPrefix()
See Also:
BasicEditorPaneUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void installUI(JComponent c)
See Also:
BasicEditorPaneUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void propertyChange(PropertyChangeEvent evt)
See Also:
BasicEditorPaneUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags