gate.swing
Class TestJTreeTable

java.lang.Object
  extended by gate.swing.TestJTreeTable

public class TestJTreeTable
extends Object

This class is used to demonstrate the functionality of JTreeTable.


Nested Class Summary
private  class TestJTreeTable.FileTTModel
           
 
Field Summary
private  JFrame mainFrame
           
private  JTreeTable treeTable
           
private  TreeTableModel treeTableModel
           
 
Constructor Summary
TestJTreeTable()
           
 
Method Summary
private  void initGui()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mainFrame

private JFrame mainFrame

treeTable

private JTreeTable treeTable

treeTableModel

private TreeTableModel treeTableModel
Constructor Detail

TestJTreeTable

public TestJTreeTable()
Method Detail

initGui

private void initGui()

main

public static void main(String[] args)