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.String
getComponentLocation(ResourcePath viewPath, StringPath componentPath)
DesignerContext
getContext()
ViewConfig
getView(ResourcePath path)
ViewWorkspace
getWorkspace()
boolean
isLocal(ResourcePath path)
void
notifyViewUpdated(ResourcePath path)
void
open(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)
-
-