Class NetObjectDlg

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

public class NetObjectDlg extends JDialog implements ActionListener
NetObject edition dialog.
See Also:
  • Constructor Details

    • NetObjectDlg

      public NetObjectDlg(JDialog parent, NetEditor iE)
      Construct an NetObject edition dialog.
      Parameters:
      parent - Parent dialog
      iE - Parent editor
    • NetObjectDlg

      public NetObjectDlg(JFrame parent, NetEditor iE)
      Construct an NetObject edition dialog.
      Parameters:
      parent - Parent frame
      iE - Parent editor
  • Method Details

    • editObject

      public void editObject(NetObject obj)
      Display the edition dialog.
      Parameters:
      obj - Object to be edited
    • getModified

      public boolean getModified()
      Returns:
      true if one or more properties have changed.
    • actionPerformed

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