Package ghidra.util
Class PrivateSaveable
java.lang.Object
ghidra.util.PrivateSaveable
- All Implemented Interfaces:
Saveable
- Direct Known Subclasses:
SaveableColor
,SaveablePoint
A class that signals this saveable is not meant to broadcast its changes.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if this saveable should not have it's changes broadcast.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ghidra.util.Saveable
getObjectStorageFields, getSchemaVersion, isUpgradeable, restore, save, upgrade
-
Constructor Details
-
PrivateSaveable
public PrivateSaveable()
-
-
Method Details