bicliqueviz
Class VertexCommList
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VertexCommList
public VertexCommList(BiGraph bg,
BiCliqueWin w,
TabbedPane t1,
TabbedPane t2)
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