Interface MergeableDisplayPanel<T extends MergeableDisplayPanel>

    • Method Detail

      • mergeWith

        void mergeWith​(T other)
        Merges its own data with the one provided by the specified object.
        Specified by:
        mergeWith in interface Mergeable<T extends MergeableDisplayPanel>
        Parameters:
        other - the object to merge with