KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > metal > MetalTreeUI

javax.swing.plaf.metal
Class MetalTreeUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.TreeUI
          extended by javax.swing.plaf.basic.BasicTreeUI
              extended by javax.swing.plaf.metal.MetalTreeUI
See Also:
Source Code, JTree.setShowsRootHandles(boolean), JTree.setRootVisible(boolean)

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


protected void decodeLineStyle(Object lineStyleFlag)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int getHorizontalLegBuffer()
See Also:
BasicTreeUI
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), BasicTreeUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected boolean isLocationInExpandControl(int row,
                                            int rowLevel,
                                            int mouseX,
                                            int mouseY)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MetalTreeUI()
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), BasicTreeUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void paintHorizontalPartOfLeg(Graphics g,
                                        Rectangle clipBounds,
                                        Insets insets,
                                        Rectangle bounds,
                                        TreePath path,
                                        int row,
                                        boolean isExpanded,
                                        boolean hasBeenExpanded,
                                        boolean isLeaf)
See Also:
BasicTreeUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void paintHorizontalSeparators(Graphics g,
                                         JComponent c)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void paintVerticalPartOfLeg(Graphics g,
                                      Rectangle clipBounds,
                                      Insets insets,
                                      TreePath path)
See Also:
BasicTreeUI
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), BasicTreeUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags