KickJava   Java API By Example, From Geeks To Geeks.

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

javax.swing.plaf.basic
Class BasicSeparatorUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.SeparatorUI
          extended by javax.swing.plaf.basic.BasicSeparatorUI
Direct Known Subclasses:
BasicPopupMenuSeparatorUI, BasicToolBarSeparatorUI, MetalSeparatorUI
See Also:
Top Examples, Source Code

public BasicSeparatorUI()
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  


public Dimension getMaximumSize(JComponent c)
See Also:
LayoutManager2.maximumLayoutSize(java.awt.Container), JComponent.getMaximumSize(), ComponentUI
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()
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(), ComponentUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Color highlight
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void installDefaults(JSeparator s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void installListeners(JSeparator s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void installUI(JComponent c)
See Also:
JComponent.updateUI(), JComponent.setUI(javax.swing.plaf.ComponentUI), ComponentUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void paint(Graphics g,
                  JComponent c)
See Also:
ComponentUI.update(java.awt.Graphics, javax.swing.JComponent)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Color shadow
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void uninstallDefaults(JSeparator s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void uninstallListeners(JSeparator s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void uninstallUI(JComponent c)
See Also:
JComponent.updateUI(), ComponentUI.installUI(javax.swing.JComponent)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags