Class ViewInstanceId
- java.lang.Object
- 
- com.inductiveautomation.perspective.gateway.api.ViewInstanceId
 
- 
 public class ViewInstanceId extends java.lang.ObjectA class used to specify a specific instance of a runningDesignerViewModel, where the resourcepath designates a specific view's path in theProjectResourcehierarchy as seen in the designer's resource browser tree. The mount follows our mount path and points to a specific location in the DOM in which the view is loaded. Created by carlg on 12/14/2016.
- 
- 
Field SummaryFields Modifier and Type Field Description java.lang.Stringidjava.lang.StringmountPathjava.lang.StringresourcePath
 - 
Constructor SummaryConstructors Constructor Description ViewInstanceId(java.lang.String resourcePath, java.lang.String mountPath)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)static ViewInstanceIdfromString(java.lang.String id)inthashCode()java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
fromStringpublic static ViewInstanceId fromString(java.lang.String id) 
 - 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-