Uses of Class
ca.odell.glazedlists.swing.TreeNodeData

Packages that use TreeNodeData
ca.odell.glazedlists.swing   
 

Uses of TreeNodeData in ca.odell.glazedlists.swing
 

Methods in ca.odell.glazedlists.swing with parameters of type TreeNodeData
 void TreeTableCellPanel.configure(TreeNodeData treeNodeData, boolean showExpanderForEmptyParent, Component nodeComponent, boolean hasFocus, int indent, int spacer)
          This method adjusts the contents of this panel to display thse given nodeComponent.
protected  int TreeTableCellRenderer.getIndent(TreeNodeData treeNodeData, boolean showExpanderForEmptyParent)
          Returns the number of pixels to indent the contents of the renderer.
protected  int TreeTableCellEditor.getIndent(TreeNodeData treeNodeData, boolean showExpanderForEmptyParent)
          Returns the number of pixels to indent the contents of the editor.
protected  int TreeTableCellRenderer.getSpacer(TreeNodeData treeNodeData, boolean showExpanderForEmptyParent)
          Returns the number of pixels of space between the expand/collapse button and the node component.
protected  int TreeTableCellEditor.getSpacer(TreeNodeData treeNodeData, boolean showExpanderForEmptyParent)
          Returns the number of pixels of space between the expand/collapse button and the node component.
 void TreeTableNodeDataRenderer.setTreeNodeData(TreeNodeData treeNodeData)
          This method will be called before TableCellRenderer.getTableCellRendererComponent(javax.swing.JTable, java.lang.Object, boolean, boolean, int, int) in order to provide hierarchy information about the tree node being rendered.
 void TreeTableNodeDataEditor.setTreeNodeData(TreeNodeData treeNodeData)
          This method will be called before TableCellEditor.getTableCellEditorComponent(javax.swing.JTable, java.lang.Object, boolean, int, int) in order to provide hierarchy information about the tree node being edited.
 void AbstractTreeTableNodeDataRenderer.setTreeNodeData(TreeNodeData treeNodeData)
           
 void AbstractTreeTableNodeDataEditor.setTreeNodeData(TreeNodeData treeNodeData)
           
 



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by James Lemieux at 2009-01-25 18:40