Uses of Class
facets.core.app.PathSelection

Packages that use PathSelection
facets.core.app Extensions and partial specialisations of core Superficial types. 
 

Uses of PathSelection in facets.core.app
 

Methods in facets.core.app that return PathSelection
static PathSelection TextTreeView.newHtmlPathSelection(PathSelection selectionThen, java.lang.String path)
          Defines a PathSelection based on an HTML path.
static PathSelection PathSelection.newMinimal(java.lang.Object content)
          Creates a selection with a single, single-membered path.
protected  PathSelection NodeViewable.newNodeChangeSelection(TypedNode root, TypedNode[] nodes, boolean removing)
           
static PathSelection PathSelection.newSingle(java.lang.Object content, OffsetPath path)
          Creates a selection with a single path.
protected  PathSelection TableView.newTableSelection(PathSelection viewable)
          Return a local selection for use by TableView.newViewerSelection(SViewer, SSelection).
protected  PathSelection NodeViewable.pathsFromRoot(PathSelection selection)
          Converts viewer selections to full paths.
static PathSelection PathSelection.procrust(PathSelection src, java.lang.Object to)
           
 

Methods in facets.core.app with parameters of type PathSelection
protected  Stateful[] TableView.getRowSources(PathSelection table)
          Return data sources for use by TableView.newViewerSelection(SViewer, SSelection).
static PathSelection TextTreeView.newHtmlPathSelection(PathSelection selectionThen, java.lang.String path)
          Defines a PathSelection based on an HTML path.
protected  PathSelection TableView.newTableSelection(PathSelection viewable)
          Return a local selection for use by TableView.newViewerSelection(SViewer, SSelection).
static java.lang.Object[] PathSelection.pathMembers(PathSelection selection, int pathAt)
           
protected  PathSelection NodeViewable.pathsFromRoot(PathSelection selection)
          Converts viewer selections to full paths.
static PathSelection PathSelection.procrust(PathSelection src, java.lang.Object to)
           
 

Constructors in facets.core.app with parameters of type PathSelection
ValueEdit(PathSelection selection)