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<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> ListView.getSelectedRanges()
          Returns the currently selected ranges.
 ImmutableList<Span> TableView.getSelectedRanges()
          Returns the currently selected ranges.