com.jurismarches.vradi.ui.models
Class ThesaurusCartographyModel

java.lang.Object
  extended by org.jdesktop.swingx.treetable.AbstractTreeTableModel
      extended by com.jurismarches.vradi.ui.models.ThesaurusCartographyModel
All Implemented Interfaces:
TreeModel, org.jdesktop.swingx.treetable.TreeTableModel

public class ThesaurusCartographyModel
extends org.jdesktop.swingx.treetable.AbstractTreeTableModel

ThesaurusCartographyModel.

Since:
14 avr. 2010 14:40:00
Version:
$Revision: 756 $ $Date: 2010-04-26 11:02:19 +0200 (lun., 26 avril 2010) $
Author:
schorlet

Nested Class Summary
 class ThesaurusCartographyModel.TreeCellRenderer
           
 
Field Summary
 
Fields inherited from class org.jdesktop.swingx.treetable.AbstractTreeTableModel
modelSupport, root
 
Constructor Summary
ThesaurusCartographyModel(VradiCartographyDTO cartographyDTO)
           
 
Method Summary
 Object getChild(Object parent, int index)
           
 int getChildCount(Object parent)
           
 int getColumnCount()
           
 String getColumnName(int column)
           
 int getIndexOfChild(Object parent, Object child)
           
 Object getValueAt(Object node, int column)
           
 
Methods inherited from class org.jdesktop.swingx.treetable.AbstractTreeTableModel
addTreeModelListener, getColumnClass, getHierarchicalColumn, getRoot, getTreeModelListeners, isCellEditable, isLeaf, removeTreeModelListener, setValueAt, valueForPathChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThesaurusCartographyModel

public ThesaurusCartographyModel(VradiCartographyDTO cartographyDTO)
Method Detail

getColumnCount

public int getColumnCount()

getValueAt

public Object getValueAt(Object node,
                         int column)

getChild

public Object getChild(Object parent,
                       int index)

getChildCount

public int getChildCount(Object parent)

getIndexOfChild

public int getIndexOfChild(Object parent,
                           Object child)

getColumnName

public String getColumnName(int column)
Specified by:
getColumnName in interface org.jdesktop.swingx.treetable.TreeTableModel
Overrides:
getColumnName in class org.jdesktop.swingx.treetable.AbstractTreeTableModel


Copyright © 2009-2010 JurisMarches. All Rights Reserved.