|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbicliqueviz.BicliqueTreeMenu
public class BicliqueTreeMenu
This class represents the tree menu in the GUI
Constructor Summary | |
---|---|
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 |
Method Summary | |
---|---|
boolean |
changeSorting()
|
void |
createCommunityNetwork()
Creates a window with the community network of the selected fixed k=a,b |
void |
createOverlapMatrix(ProgWin pw)
Creates overlap matrix and returns all the communities in the bigraph |
void |
createTree(ProgWin pw,
InfoFile info)
Creates menu tree |
java.util.Vector<Biclique> |
getBicliques()
|
java.util.Vector<java.util.Vector<Biclique>> |
getBicliquesTree()
|
java.util.Vector<java.util.TreeSet<Community>> |
getCommunitiesTree()
|
javax.swing.JTree |
getJTree()
|
int |
getNumOfCliques()
|
int |
getNumOfCliquesExcl()
|
org.dotuseful.ui.tree.SortedTreeNode |
getRoot()
|
void |
valueChanged(javax.swing.event.TreeSelectionEvent e)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BicliqueTreeMenu(CacheFilesLoader loader, BiGraph g, TabbedPane t1, TabbedPane t2, VertexCommList vcl, BiCliqueWin w)
loader
- pointer to the cache file loaderg
- pointer to bigraph objectt1
- pointer to upper tabbed pane in the guit2
- pointer to lower tabbed pane in the guivcl
- pointer to vertex comm list objectw
- pointer to GUI window objectpublic 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)
sz
- Name of the .sz filebi
- Name of the .bi fileg
- Pointer to the Bigraph objectt1
- Upper tabbed panet2
- Lower tabbed panevcl
- pointer to vertex comm list objectw
- pointer to GUI window objectpw
- progress windowminThresA
- min. threshold for Node AminThresB
- min. threshold for Node BmaxThresA
- max. threshold for Node AmaxThresB
- max. threshold for Node BMethod Detail |
---|
public void createTree(ProgWin pw, InfoFile info)
pw
- progress windowinfo
- info filepublic int getNumOfCliques()
public int getNumOfCliquesExcl()
public org.dotuseful.ui.tree.SortedTreeNode getRoot()
public boolean changeSorting()
public javax.swing.JTree getJTree()
public java.util.Vector<java.util.TreeSet<Community>> getCommunitiesTree()
public java.util.Vector<java.util.Vector<Biclique>> getBicliquesTree()
public java.util.Vector<Biclique> getBicliques()
public void createCommunityNetwork()
public void createOverlapMatrix(ProgWin pw)
pw
- progress windowpublic void valueChanged(javax.swing.event.TreeSelectionEvent e)
valueChanged
in interface javax.swing.event.TreeSelectionListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |