Class InstanceCache
java.lang.Object
com.inductiveautomation.factorypmi.designer.search.InstanceCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getWindow
(ResourcePath path) Gets the window/template for the given resource id.boolean
void
notifyChanged
(ResourcePath path) void
purge
(ResourcePath path) void
Release any window locks we acquired where the window is unchanged and the window isn't open for design
-
Constructor Details
-
InstanceCache
-
-
Method Details
-
isWindowAvailable
-
getDesigner
-
getWindow
Gets the window/template for the given resource id. If this is the first time the window has been retrieved, it will be deserialized.- Throws:
WindowLockedException
-
purge
-
notifyChanged
-
releaseUnmodifiedLocks
public void releaseUnmodifiedLocks()Release any window locks we acquired where the window is unchanged and the window isn't open for design -
closeAndSerialize
public void closeAndSerialize()
-