Class LoadDraggedFile

  • All Implemented Interfaces:

    
    public class LoadDraggedFile
    
                        

    Handles the loading of a file from a Drag and Drop action.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static void loadProject(ActionEvent e, File file) Loads dragged file asking before for save if current open file is dirty.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoadDraggedFile

        LoadDraggedFile()
    • Method Detail

      • loadProject

         static void loadProject(ActionEvent e, File file)

        Loads dragged file asking before for save if current open file is dirty.

        Parameters:
        e - ActionEvent
        file - File to Load