bicliqueviz
Class VertexCommList

java.lang.Object
  extended by bicliqueviz.VertexCommList
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener

public class VertexCommList
extends java.lang.Object
implements javax.swing.event.ListSelectionListener

Class for vertex community list

Author:
the1schwartz

Constructor Summary
VertexCommList(BiGraph bg, BiCliqueWin w, TabbedPane t1, TabbedPane t2)
           
 
Method Summary
 void clearList()
          clears the list
 javax.swing.JList getJList()
           
 void setJList(javax.swing.JList jl)
           
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VertexCommList

public VertexCommList(BiGraph bg,
                      BiCliqueWin w,
                      TabbedPane t1,
                      TabbedPane t2)
Method Detail

getJList

public javax.swing.JList getJList()
Returns:
the JList

clearList

public void clearList()
clears the list


setJList

public void setJList(javax.swing.JList jl)
Parameters:
jl - the JList be set as the new list

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener