Class DnDNodePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class DnDNodePanel extends JPanel
This class provides a graphical view of the nodes of a PSA system and allows the nodes to be edited and manipulated.
See Also:
  • Constructor Details

    • DnDNodePanel

      public DnDNodePanel(Image im1, Image im2, Image im3)
      A constructor.
  • Method Details

    • getHosts

      public Vector getHosts()
    • setHosts

      public void setHosts(Vector hosts)
    • getNodeCanvas

      public NodeCanvas getNodeCanvas()
    • paintComponent

      public void paintComponent(Graphics gc)
      Paint the contents of this panel.
      Overrides:
      paintComponent in class JComponent
      Parameters:
      gc - the GraphicsContext of this panel.