Class ViewInstanceId
- java.lang.Object
-
- com.inductiveautomation.perspective.gateway.api.ViewInstanceId
-
public class ViewInstanceId extends java.lang.Object
A class used to specify a specific instance of a runningDesignerViewModel
, where the resourcepath designates a specific view's path in theProjectResource
hierarchy 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.String
id
java.lang.String
mountPath
java.lang.String
resourcePath
-
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 boolean
equals(java.lang.Object o)
static ViewInstanceId
fromString(java.lang.String id)
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
fromString
public static ViewInstanceId fromString(java.lang.String id)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-