Interface HierarchyEntitySelection
- All Superinterfaces:
DatasetEntitySelection,DataspaceEntitySelection,EntitySelection,TableEntitySelection
Provides information on the currently selected hierarchy.
- Since:
- 5.8.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns a new iterator on the selected hierarchy nodes if any, an empty iterator otherwise.Methods inherited from interface com.orchestranetworks.ui.selection.DatasetEntitySelection
getDatasetMethods inherited from interface com.orchestranetworks.ui.selection.DataspaceEntitySelection
getDataspaceMethods inherited from interface com.orchestranetworks.ui.selection.TableEntitySelection
getTable
-
Method Details
-
getSelectedHierarchyNodes
Iterator<HierarchyNode> getSelectedHierarchyNodes()Returns a new iterator on the selected hierarchy nodes if any, an empty iterator otherwise. TheIterator.remove()removal method is not supported. Never returnsnull.
-