Module org.jpo

Interface GroupOrPicture

All Known Implementing Classes:
GroupInfo, PictureInfo

public interface GroupOrPicture
Objects conforming to this interface are the objects on each tree node in JPO. They will be PictureInfo or GroupInfo objects
  • Method Details

    • setOwningNode

      void setOwningNode(SortableDefaultMutableTreeNode sortableDefaultMutableTreeNode)
      A GroupOrPicture must be able to remember the node that owns it to facilitate traversal
      Parameters:
      sortableDefaultMutableTreeNode - The owning node
    • getOwningNode

      Returns the node that owns this object
      Returns:
      the node that owns this object