Interface SerializedObjectViewer

    • Method Detail

      • handles

        boolean handles​(Object obj)
        Returns whether viewer handles this object.
        Parameters:
        obj - the object to check
        Returns:
        true if the object can be handled
      • getPreview

        JPanel getPreview​(Object obj)
        Creates a JPanel for the given object.
        Parameters:
        obj - the object to create a preview for
        Returns:
        the preview, null if failed to generate