Module ij
Package ij

Class RecentOpener

  • All Implemented Interfaces:
    java.lang.Runnable

    public class RecentOpener
    extends java.lang.Object
    implements java.lang.Runnable
    Opens, in a separate thread, files selected from the File/Open Recent submenu.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Open the file and move the path to top of the submenu.
      • Methods inherited from class java.lang.Object

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

      • run

        public void run()
        Open the file and move the path to top of the submenu.
        Specified by:
        run in interface java.lang.Runnable