Uses of Class
bicliqueviz.BiCliqueWin

Uses of BiCliqueWin in bicliqueviz
 

Methods in bicliqueviz with parameters of type BiCliqueWin
 void CacheFilesLoader.init(BiCliqueWin win)
          Initialise cache file loader
 

Constructors in bicliqueviz with parameters of type BiCliqueWin
BicliqueTreeMenu(CacheFilesLoader loader, BiGraph g, TabbedPane t1, TabbedPane t2, VertexCommList vcl, BiCliqueWin w)
          Constructor for when files are cached already
BicliqueTreeMenu(java.lang.String sz, java.lang.String bi, BiGraph g, TabbedPane t1, TabbedPane t2, VertexCommList vcl, BiCliqueWin w, ProgWin pw, int minThresA, int minThresB, int maxThresA, int maxThresB)
          Constructor for when files are not cached
BiGraph(BiCliqueWin w, java.awt.Dimension d)
           
CustomMouse(BiCliqueWin w)
          create an instance with default values
CustomMouse(float in, float out, BiCliqueWin w)
          create an instance with passed values
CustomPickingPlugin(BiCliqueWin w)
          create an instance with default settings
CustomPickingPlugin(int selectionModifiers, int addToSelectionModifiers, BiCliqueWin w)
          create an instance with overides
SearchResultsCommWin(java.util.Vector<Community> r, BiCliqueWin w)
           
SearchResultsWin(java.util.Vector<VertexObj> r, BiCliqueWin w)
           
TabbedPane(BiCliqueWin w)
           
VertexCommList(BiGraph bg, BiCliqueWin w, TabbedPane t1, TabbedPane t2)