Package ghidra.util

Class PrivateSaveable

  • All Implemented Interfaces:
    Saveable
    Direct Known Subclasses:
    SaveableColor, SaveablePoint

    public abstract class PrivateSaveable
    extends java.lang.Object
    implements Saveable
    A class that signals this saveable is not meant to broadcast its changes.
    • Constructor Detail

      • PrivateSaveable

        public PrivateSaveable()
    • Method Detail

      • isPrivate

        public boolean isPrivate()
        Description copied from interface: Saveable
        Returns true if this saveable should not have it's changes broadcast.
        Specified by:
        isPrivate in interface Saveable
        Returns:
        true if this saveable should not have it's changes broadcast.