Class NavTreePanel.TreePathList

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<TreePath>
com.inductiveautomation.ignition.designer.navtree.NavTreePanel.TreePathList
All Implemented Interfaces:
Serializable, Cloneable, Iterable<TreePath>, Collection<TreePath>, List<TreePath>, RandomAccess
Enclosing class:
NavTreePanel

public static class NavTreePanel.TreePathList extends ArrayList<TreePath>
By creating a dedicated class for a list of tree paths, we gen an un-ambigious DataFlavor through LocalObjectTransferable rather than a type-erased data flavor for List.class
See Also:
  • Constructor Details

    • TreePathList

      public TreePathList(TreePath[] paths)