Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package edu.stanford.genetics.treeview.model

Interface Summary
ProgressTrackable The idea here is that objects which implement this interface can have their progress depicted by a progress bar.
 

Class Summary
FlatFileParser parses a tab-delimitted file into a vector of String [].
FlatFileStreamTokenizer implements the "lexical structure" of flat files basically, calling nextToken returns a series of words, nulls and newlines, and finally an EOF.
KnnModel  
LoadProgress  
LoadProgress2 This is like the original loadProgress, but it adds a setPhaseValue(int), setPhaseMax(int) and setPhaseText(String);
TVModel  
TVModelLoader