KidsLovePC Contact Us
  Home   PHP  Graphics ASP  JavaScript   J2EE  HTML  JAVA   Swing   Webtip  Forums  Lyric  Free sheet music  Ringtones
java,jtable,jtree,swing Return to JAVA JTree list

Best books about JAVA programming:

JAVA JTree Icon node

The following code show/hide JTree node dynamically. This example has three files: InvisibleNodeTreeExample.java, InvisibleTreeModel.java and InvisibleNode.java

/*Example modified from http://www.crionics.com/products/opensource/faq/swing_ex/JTableExamples2.html
*/


import java.util.*;
import javax.swing.tree.*;

public class InvisibleNode extends DefaultMutableTreeNode {

protected boolean isVisible;

public InvisibleNode() {
this(null);
}

public InvisibleNode(Object userObject) {
this(userObject, true, true);
}

public InvisibleNode(Object userObject, boolean allowsChildren
, boolean isVisible) {
super(userObject, allowsChildren);
this.isVisible = isVisible;
}

public TreeNode getChildAt(int index,boolean filterIsActive) {
if (! filterIsActive) {
return super.getChildAt(index);
}
if (children == null) {
throw new ArrayIndexOutOfBoundsException("node has no children");
}

int realIndex = -1;
int visibleIndex = -1;
Enumeration menum = children.elements();
while (menum.hasMoreElements()) {
InvisibleNode node = (InvisibleNode)menum.nextElement();
if (node.isVisible()) {
visibleIndex++;
}
realIndex++;
if (visibleIndex == index) {
return (TreeNode)children.elementAt(realIndex);
}
}

throw new ArrayIndexOutOfBoundsException("index unmatched");

}

public int getChildCount(boolean filterIsActive) {
if (! filterIsActive) {
return super.getChildCount();
}
if (children == null) {
return 0;
}

int count = 0;
Enumeration menum = children.elements();
while (menum.hasMoreElements()) {
InvisibleNode node = (InvisibleNode)menum.nextElement();
if (node.isVisible()) {
count++;
}
}

return count;
}

public void setVisible(boolean visible) {
this.isVisible = visible;
}

public boolean isVisible() {
return isVisible;
}

}

 


 


Sponsored link
Java JTabbedPane
JTabbedPane Preview List
Java JComboBox
JComboBox Preview List
Java JTooltip
JTooltip Preview List
Java JList
JList Preview List
Java JTree
JTree Preview List 1
JTree Preview List 2
JAVA JTable
JTable Preview List 1
JTable Preview List 2
JTable Preview List 3
JTable Preview List 4
JTable Preview List 5
JTable Preview List 6
JTable Preview List 7
JAVA Jslide
JSlide Preview List

 

 

Best books about JAVA programming from Amazon
Professional Java, JDK 5 Edition (Paperback Simply Java Programming: An Application-Driven Tutorial Approach (Paperback) Effective Java Programming Language Guide (Paperback) Head First Java, 2nd Edition (Paperback) Java : An Introduction to Problem Solving and Programming (4th Edition)

 

Printer Inkjet A Z lyricsLearn ChineseHome|PHP|Swing|HTML|JavaScript|ASP|JAVA|Forum|WebTip|Contact Us
Copyright © kidslovepc.com All rights reserved(new). Privacy|Copyright
designed by info@kidslovepc.com

Please help us cover the web site maintenance fee.
barcode scanner Thermal Printer credit card machine bar code printer