Class NodeRoutingGUI

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ListSelectionListener

public class NodeRoutingGUI extends JPanel implements ActionListener, ListSelectionListener
See Also:
  • Constructor Details

    • NodeRoutingGUI

      public NodeRoutingGUI(com.nt.udc.admin.NodeInfo sourceNode, Vector channels)
    • NodeRoutingGUI

      public NodeRoutingGUI(String sourceNode, Vector channels)
  • Method Details

    • getTargets

      public Vector getTargets()
    • setTargets

      public void setTargets(Vector inTargets)
    • specifyValuesSelected

      public void specifyValuesSelected(boolean enable)
    • addGUIComponents

      protected void addGUIComponents()
    • valueChanged

      public void valueChanged(ListSelectionEvent e)
      Specified by:
      valueChanged in interface ListSelectionListener
    • setButtonState

      public void setButtonState()
    • actionPerformed

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