Class RoutingAlgorithmDialog

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class RoutingAlgorithmDialog extends JDialog implements ActionListener
See Also:
  • Field Details

    • ROUTING_ATTRS_AVAILABLE

      public static final boolean ROUTING_ATTRS_AVAILABLE
      See Also:
    • NO_ROUTING_ATTRS_AVAILABLE

      public static final boolean NO_ROUTING_ATTRS_AVAILABLE
      See Also:
  • Constructor Details

    • RoutingAlgorithmDialog

      public RoutingAlgorithmDialog(Frame owner, String title, boolean routingAttrsAvailable)
  • Method Details

    • getRoutingAlgorithm

      public static String getRoutingAlgorithm(Frame owner, String title, boolean routingAttrsAvailable)
    • addGUIComponents

      protected void addGUIComponents(boolean routingAttrsAvailable)
    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Specified by:
      actionPerformed in interface ActionListener