Uses of Class
bicliqueviz.TabbedPane

Uses of TabbedPane in bicliqueviz
 

Methods in bicliqueviz with parameters of type TabbedPane
 void TabbedPane.setOtherTabbedPane(TabbedPane t)
          Sets other tabbed pane
 

Constructors in bicliqueviz with parameters of type TabbedPane
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
VertexCommList(BiGraph bg, BiCliqueWin w, TabbedPane t1, TabbedPane t2)