Class SkinTreeUI


public final class SkinTreeUI extends BasicTreeUI
A placeholder for default Tree icons.
Author:
fred
  • Field Details

  • Constructor Details

    • SkinTreeUI

      public SkinTreeUI()
  • Method Details

    • paintVerticalLine

      protected void paintVerticalLine(Graphics g, JComponent c, int x, int top, int bottom)
      Description of the Method
      Overrides:
      paintVerticalLine in class BasicTreeUI
      Parameters:
      g - Description of Parameter
      c - Description of Parameter
      x - Description of Parameter
      top - Description of Parameter
      bottom - Description of Parameter
    • paintHorizontalLine

      protected void paintHorizontalLine(Graphics g, JComponent c, int y, int left, int right)
      Description of the Method
      Overrides:
      paintHorizontalLine in class BasicTreeUI
      Parameters:
      g - Description of Parameter
      c - Description of Parameter
      y - Description of Parameter
      left - Description of Parameter
      right - Description of Parameter
    • createUI

      public static ComponentUI createUI(JComponent c)
      Description of the Method
      Parameters:
      c - Description of Parameter
      Returns:
      Description of the Returned Value