Package net.sourceforge.cruisecontrol.gui.configuration.tree.nodes

Examples of net.sourceforge.cruisecontrol.gui.configuration.tree.nodes.Node$ChildIterator


 
  @Override
  public void valueChanged(TreeSelectionEvent arg0) {
    // Fetch the Node instance from the argument.
    TreePath selectedPath = arg0.getNewLeadSelectionPath();
    Node nodeSelected = (Node) selectedPath.getLastPathComponent();
    dispatcher.nodeSelected(nodeSelected);
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.cruisecontrol.gui.configuration.tree.nodes.Node$ChildIterator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.