Class StreamNodeDialog

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

public class StreamNodeDialog extends RmaJDialog implements ItemListener, ActionListener
See Also:
  • Constructor Details

    • StreamNodeDialog

      public StreamNodeDialog(Frame parent, boolean modal)
    • StreamNodeDialog

      public StreamNodeDialog(Frame parent, String title, boolean modal)
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent event)
      intercepts all action events
      Specified by:
      actionPerformed in interface ActionListener
    • itemStateChanged

      public void itemStateChanged(ItemEvent event)
      intercepts all item state changed events
      Specified by:
      itemStateChanged in interface ItemListener
    • stateChanged

      public void stateChanged(ChangeEvent event)
    • initDlg

      public void initDlg()
    • storForm

      public void storForm()
    • fillForm

      public void fillForm()
    • clearDlg

      public void clearDlg()
    • getStreamNodeData

      public StreamNodeData getStreamNodeData()
    • setSteramNodeData

      public void setSteramNodeData(StreamNodeData data)