Uses of Class
org.icepdf.ri.common.NameTreeNode
-
Packages that use NameTreeNode Package Description org.icepdf.ri.common org.icepdf.ri.common.utility.annotation.destinations org.icepdf.ri.common.views -
-
Uses of NameTreeNode in org.icepdf.ri.common
Methods in org.icepdf.ri.common with parameters of type NameTreeNode Modifier and Type Method Description voidSwingController. followDestinationItem(NameTreeNode node) -
Uses of NameTreeNode in org.icepdf.ri.common.utility.annotation.destinations
Methods in org.icepdf.ri.common.utility.annotation.destinations that return NameTreeNode Modifier and Type Method Description NameTreeNodeNameTreeEditDialog. getNameTreeNode()Constructors in org.icepdf.ri.common.utility.annotation.destinations with parameters of type NameTreeNode Constructor Description NameTreeEditDialog(Controller controller, NameTreeNode treeNode) -
Uses of NameTreeNode in org.icepdf.ri.common.views
Methods in org.icepdf.ri.common.views with parameters of type NameTreeNode Modifier and Type Method Description voidController. followDestinationItem(NameTreeNode node)Interprets the NameTreeNode loading ans displaying any associated Destination values.
-