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 Summary
Fields Modifier and Type Field Description java.lang.Stringidjava.lang.StringmountPathjava.lang.StringresourcePath 
- 
Constructor Summary
Constructors Constructor Description ViewInstanceId(java.lang.String resourcePath, java.lang.String mountPath) 
- 
Method Summary
All 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
- 
fromString
public static ViewInstanceId fromString(java.lang.String id)
 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -