Class ShowLayouts.LayoutChooser

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.util.EventListener
    Enclosing class:
    ShowLayouts

    private static final class ShowLayouts.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<java.lang.Integer,​java.lang.Number> vv  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LayoutChooser​(javax.swing.JComboBox<?> jcb, VisualizationViewer<java.lang.Integer,​java.lang.Number> vv)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent arg0)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • jcb

        private final javax.swing.JComboBox<?> jcb
    • Constructor Detail

      • LayoutChooser

        private LayoutChooser​(javax.swing.JComboBox<?> jcb,
                              VisualizationViewer<java.lang.Integer,​java.lang.Number> vv)
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent arg0)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener