Class ViewSearchContext
- java.lang.Object
 - 
- com.inductiveautomation.perspective.designer.search.ViewSearchContext
 
 
- 
public class ViewSearchContext extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description ViewSearchContext(DesignerContext context) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentLocation(ResourcePath viewPath, StringPath componentPath)DesignerContextgetContext()ViewConfiggetView(ResourcePath path)ViewWorkspacegetWorkspace()booleanisLocal(ResourcePath path)voidnotifyViewUpdated(ResourcePath path)voidopen(ResourcePath path) 
 - 
 
- 
- 
Constructor Detail
- 
ViewSearchContext
public ViewSearchContext(DesignerContext context)
 
 - 
 
- 
Method Detail
- 
getContext
public DesignerContext getContext()
 
- 
getWorkspace
public ViewWorkspace getWorkspace()
 
- 
getComponentLocation
public java.lang.String getComponentLocation(ResourcePath viewPath, StringPath componentPath)
 
- 
getView
public ViewConfig getView(ResourcePath path)
 
- 
isLocal
public boolean isLocal(ResourcePath path)
 
- 
open
public void open(ResourcePath path)
 
- 
notifyViewUpdated
public void notifyViewUpdated(ResourcePath path)
 
 - 
 
 -