Class DOMDocumentTree.DropCompletedInfo

java.lang.Object
org.apache.batik.apps.svgbrowser.DOMDocumentTree.DropCompletedInfo
Enclosing class:
DOMDocumentTree

public static class DOMDocumentTree.DropCompletedInfo extends Object
Contains the info for the 'dropCompleted' Event.
  • Field Details

    • parent

      protected Node parent
      Parent node.
    • children

      protected ArrayList children
      Nodes to be appended.
    • sibling

      protected Node sibling
      Next sibling node.
  • Constructor Details

    • DropCompletedInfo

      public DropCompletedInfo(Node parent, Node sibling, ArrayList children)
      Parameters:
      parent - Parent node
      children - Nodes to be appended
  • Method Details

    • getChildren

      public ArrayList getChildren()
      Gets the children.
      Returns:
      the children
    • getParent

      public Node getParent()
      Getter for the parent.
      Returns:
      the parent
    • getSibling

      public Node getSibling()
      Getter for the sibling.
      Returns:
      the sibling