Class ViewSearchContext
- java.lang.Object
- 
- com.inductiveautomation.perspective.designer.search.ViewSearchContext
 
- 
 public class ViewSearchContext extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description ViewSearchContext(DesignerContext context)
 - 
Method SummaryAll 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- 
ViewSearchContextpublic ViewSearchContext(DesignerContext context) 
 
- 
 - 
Method Detail- 
getContextpublic DesignerContext getContext() 
 - 
getWorkspacepublic ViewWorkspace getWorkspace() 
 - 
getComponentLocationpublic java.lang.String getComponentLocation(ResourcePath viewPath, StringPath componentPath) 
 - 
getViewpublic ViewConfig getView(ResourcePath path) 
 - 
isLocalpublic boolean isLocal(ResourcePath path) 
 - 
openpublic void open(ResourcePath path) 
 - 
notifyViewUpdatedpublic void notifyViewUpdated(ResourcePath path) 
 
- 
 
-