KickJava   Java API By Example, From Geeks To Geeks.

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

javax.swing.plaf.basic
Class BasicTextAreaUI

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.BasicTextAreaUI
All Implemented Interfaces:
ViewFactory
See Also:
Source Code, XMLEncoder

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


public View create(Element elem)
See Also:
BasicTextUI, ViewFactory
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public Dimension getMinimumSize(JComponent c)
See Also:
ComponentUI.getPreferredSize(javax.swing.JComponent), LayoutManager.minimumLayoutSize(java.awt.Container), JComponent.getMinimumSize(), IllegalArgumentException, BasicTextUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Dimension getPreferredSize(JComponent c)
See Also:
LayoutManager.preferredLayoutSize(java.awt.Container), JComponent.getPreferredSize(), IllegalArgumentException, BasicTextUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


protected void installDefaults()
See Also:
BasicTextUI.installUI(javax.swing.JComponent)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags