Package edu.uci.ics.jung.samples
Class VertexCollapseDemoWithLayouts.LayoutChooser
- java.lang.Object
-
- edu.uci.ics.jung.samples.VertexCollapseDemoWithLayouts.LayoutChooser
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
- Enclosing class:
- VertexCollapseDemoWithLayouts
private class VertexCollapseDemoWithLayouts.LayoutChooser extends java.lang.Object implements java.awt.event.ActionListener
-
-
Field Summary
Fields Modifier and Type Field Description private javax.swing.JComboBox<?>
jcb
private VisualizationViewer
vv
-
Constructor Summary
Constructors Modifier Constructor Description private
LayoutChooser(javax.swing.JComboBox<?> jcb, VisualizationViewer<java.lang.Object,?> vv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent arg0)
-
-
-
Field Detail
-
jcb
private final javax.swing.JComboBox<?> jcb
-
vv
private final VisualizationViewer vv
-
-
Constructor Detail
-
LayoutChooser
private LayoutChooser(javax.swing.JComboBox<?> jcb, VisualizationViewer<java.lang.Object,?> vv)
-
-