Class ExplorerTreeController.NodesRefreshData

  • Enclosing class:
    ExplorerTreeController

    @Deprecated(since="2005",
                forRemoval=true)
    protected static class ExplorerTreeController.NodesRefreshData
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 2005. This class is not used anymore
    • Constructor Summary

      Constructors 
      Constructor Description
      NodesRefreshData​(java.util.Collection<java.lang.Object> nodesToOpen, java.util.Collection<java.lang.Object> nodesToScroll)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Collection<java.lang.Object> getNodesToOpen()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.util.Collection<java.lang.Object> getNodesToScroll()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodesRefreshData

        public NodesRefreshData​(java.util.Collection<java.lang.Object> nodesToOpen,
                                java.util.Collection<java.lang.Object> nodesToScroll)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getNodesToOpen

        public java.util.Collection<java.lang.Object> getNodesToOpen()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getNodesToScroll

        public java.util.Collection<java.lang.Object> getNodesToScroll()
        Deprecated, for removal: This API element is subject to removal in a future version.