- 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 Summary
Modifier and TypeMethodDescriptionReturns the node that owns this objectvoid
setOwningNode
(SortableDefaultMutableTreeNode sortableDefaultMutableTreeNode) A GroupOrPicture must be able to remember the node that owns it to facilitate traversal
-
Method Details
-
setOwningNode
A GroupOrPicture must be able to remember the node that owns it to facilitate traversal- Parameters:
sortableDefaultMutableTreeNode
- The owning node
-
getOwningNode
SortableDefaultMutableTreeNode getOwningNode()Returns the node that owns this object- Returns:
- the node that owns this object
-