~ubuntu-branches/ubuntu/wily/weka/wily

« back to all changes in this revision

Viewing changes to src/main/java/weka/gui/treevisualizer/TreeDisplayEvent.java

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill
  • Date: 2011-08-05 22:40:50 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110805224050-a01vkwst9epdi4sw
Tags: 3.6.5-1
* Team upload.
* New upstream version (Closes: #632082, #598400)
* Bump Standards-Version to 3.9.2 (no changes required).
* Freshen jar.patch; remove java_cup.patch (incorporated upstream)
* Add README.source to document process of obtaining .png resources.
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 * An event containing the user selection from the tree display
28
28
 *
29
29
 * @author Malcolm Ware (mfw4@cs.waikato.ac.nz)
30
 
 * @version $Revision: 1.4 $
 
30
 * @version $Revision: 7059 $
31
31
 */
32
32
public class TreeDisplayEvent {
33
33
  public static final int NO_COMMAND = 0;
78
78
  public String getID() {
79
79
    return m_nodeId;
80
80
  }
81
 
}
82
 
 
83
 
 
84
 
 
85
 
 
86
 
 
 
81
}
 
 
b'\\ No newline at end of file'