Uses of Class
org.apache.pivot.collections.immutable.ImmutableList

Packages that use ImmutableList
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
 

Uses of ImmutableList in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return ImmutableList
 ImmutableList<Integer> ListView.getCheckedIndexes()
          Returns the indexes of currently checked items.
 ImmutableList<File> FileBrowser.getSelectedFiles()
          Returns the currently selected files.
 ImmutableList<File> FileBrowserSheet.getSelectedFiles()
          Returns the currently selected files.
 ImmutableList<Sequence.Tree.Path> TreeView.getSelectedPaths()
          Returns the currently selected paths.
 ImmutableList<Span> RangeSelection.getSelectedRanges()
          Returns an immutable wrapper around the selected ranges.
 ImmutableList<Span> TableView.getSelectedRanges()
          Returns the currently selected ranges.
 ImmutableList<Span> ListView.getSelectedRanges()
          Returns the currently selected ranges.