Class APILoader

java.lang.Object
v1.sulphurapi.structure.APILoader
All Implemented Interfaces:
GUIActionInterface

public class APILoader extends Object implements GUIActionInterface
  • Constructor Details

    • APILoader

      public APILoader(GUIManager manager, JTextField pathField)
      This class is responsible for loading the API file and initializing the UI components. It uses a background thread to load the API file and updates the UI once the loading is complete. It Holds the references to handlers needed for updating the grid
      Parameters:
      manager - The manager hosting the main UI components
      pathField - The JTextField to display the path of the loaded API file.
  • Method Details