|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxx.runtime.swing.navigation.AbstractNavigationModel<NavigationTreeTableNode>
jaxx.runtime.swing.navigation.treetable.NavigationTreeTableModel
jaxx.runtime.swing.tree.
@Deprecated public class NavigationTreeTableModel
Model of the tree table used for a navigation tree table.
Il est composé deNavigationTreeNode
FIXME : Essayer d'enlever les copier coller NavigationTreeModel
| Nested Class Summary | |
|---|---|
static class |
NavigationTreeTableModel.MyDefaultTreeTableModel
Deprecated. |
| Field Summary | |
|---|---|
protected List<String> |
columnsName
Deprecated. |
| Fields inherited from class jaxx.runtime.swing.navigation.AbstractNavigationModel |
|---|
adjustingValue, delegate, pathSeparator |
| Constructor Summary | |
|---|---|
NavigationTreeTableModel(NavigationTreeTableModel.MyDefaultTreeTableModel delegate,
String pathSeparator,
JAXXContext context,
List<String> columnsName)
Deprecated. |
|
NavigationTreeTableModel(String pathSeparator,
JAXXContext context,
List<String> columnsName)
Deprecated. |
|
| Method Summary | |
|---|---|
Class<?> |
getColumnClass(int i)
Deprecated. |
int |
getColumnCount()
Deprecated. |
String |
getColumnName(int column)
Deprecated. |
NavigationTreeTableModel.MyDefaultTreeTableModel |
getDelegate()
Deprecated. |
int |
getHierarchicalColumn()
Deprecated. |
protected org.jdesktop.swingx.tree.TreeModelSupport |
getModelSupport()
Deprecated. Accessor to tree model support. |
NavigationTreeTableNode[] |
getPathToRoot(NavigationTreeTableNode aNode)
Deprecated. |
Object |
getValueAt(Object o,
int i)
Deprecated. |
boolean |
isCellEditable(Object o,
int i)
Deprecated. |
void |
nodeChanged(NavigationTreeTableNode node,
boolean deep)
Deprecated. |
void |
nodeStructureChanged(NavigationTreeTableNode node)
Deprecated. |
void |
removeNodeFromParent(NavigationTreeTableNode node)
Deprecated. Message this to remove node from its parent. |
void |
setRoot(NavigationTreeTableNode root)
Deprecated. |
void |
setValueAt(Object o,
Object o1,
int i)
Deprecated. |
| Methods inherited from class jaxx.runtime.swing.navigation.AbstractNavigationModel |
|---|
addTreeModelListener, findNode, findNode, findNode, findNode, findNode, findNode, getBean, getBean, getChild, getChildCount, getContext, getIndexOfChild, getPathSeparator, getRoot, isAdjustingValue, isLeaf, nodeChanged, reload, reload, removeTreeModelListener, setAdjustingValue, valueForPathChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.swing.tree.TreeModel |
|---|
addTreeModelListener, getChild, getChildCount, getIndexOfChild, getRoot, isLeaf, removeTreeModelListener, valueForPathChanged |
| Field Detail |
|---|
protected List<String> columnsName
| Constructor Detail |
|---|
public NavigationTreeTableModel(NavigationTreeTableModel.MyDefaultTreeTableModel delegate,
String pathSeparator,
JAXXContext context,
List<String> columnsName)
public NavigationTreeTableModel(String pathSeparator,
JAXXContext context,
List<String> columnsName)
| Method Detail |
|---|
public NavigationTreeTableModel.MyDefaultTreeTableModel getDelegate()
getDelegate in class AbstractNavigationModel<NavigationTreeTableNode>public NavigationTreeTableNode[] getPathToRoot(NavigationTreeTableNode aNode)
getPathToRoot in interface NavigationModel<NavigationTreeTableNode>public void setRoot(NavigationTreeTableNode root)
setRoot in interface NavigationModel<NavigationTreeTableNode>public void removeNodeFromParent(NavigationTreeTableNode node)
removeNodeFromParent in interface NavigationModel<NavigationTreeTableNode>protected org.jdesktop.swingx.tree.TreeModelSupport getModelSupport()
public void nodeStructureChanged(NavigationTreeTableNode node)
nodeStructureChanged in interface NavigationModel<NavigationTreeTableNode>
public void nodeChanged(NavigationTreeTableNode node,
boolean deep)
nodeChanged in interface NavigationModel<NavigationTreeTableNode>public Class<?> getColumnClass(int i)
getColumnClass in interface org.jdesktop.swingx.treetable.TreeTableModelpublic int getColumnCount()
getColumnCount in interface org.jdesktop.swingx.treetable.TreeTableModelpublic String getColumnName(int column)
getColumnName in interface org.jdesktop.swingx.treetable.TreeTableModelpublic int getHierarchicalColumn()
getHierarchicalColumn in interface org.jdesktop.swingx.treetable.TreeTableModel
public Object getValueAt(Object o,
int i)
getValueAt in interface org.jdesktop.swingx.treetable.TreeTableModel
public boolean isCellEditable(Object o,
int i)
isCellEditable in interface org.jdesktop.swingx.treetable.TreeTableModel
public void setValueAt(Object o,
Object o1,
int i)
setValueAt in interface org.jdesktop.swingx.treetable.TreeTableModel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||