KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > basic > BasicTreeUI > Top Examples

  • org.jdesktop.swing.JXTreeTable
    <p><code>JXTreeTable</code> is a specialized {@link javax.swing.JTable table} consisting of a single column in which to display hierarchical data, and any number of other columns in which to display regular data. The interface for the data model used by a <code>JXTreeTable& ...
  • com.jgoodies.looks.plastic.PlasticTreeUI
    The JGoodies Plastic Look&amp;Feel implementation of <code>TreeUI</code>. It provides two line styles: angled dashed lines, or no lines at all. By default, lines are drawn. <p> You can change the line style by setting a client property. The property key and values are a subse ...
Popular Tags