Interface IExplorerFileType<T extends IExplorerFileTypeHandler>

    • Method Detail

      • createFileTypeHandler

        T createFileTypeHandler​(HopGui hopGui,
                                ExplorerPerspective perspective,
                                ExplorerFile file)
        Create a new file type handler for the given Hop GUI instance, perspective and file
        Parameters:
        hopGui - The Hop GUI
        perspective - The perspective
        file - The file
        Returns: