Class FolderSettingsEditorLauncher

  • All Implemented Interfaces:
    org.eclipse.ui.IEditorLauncher

    public class FolderSettingsEditorLauncher
    extends java.lang.Object
    implements org.eclipse.ui.IEditorLauncher
    Folder settings editor launching.
    Author:
    Christopher Mindus
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidopen​(org.eclipse.core.runtime.IPath path)
      Opens the folder settings file ".iiziFolder".
      • Methods inherited from class java.lang.Object

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

      • FolderSettingsEditorLauncher

        public FolderSettingsEditorLauncher()
    • Method Detail

      • open

        public void open​(org.eclipse.core.runtime.IPath path)
        Opens the folder settings file ".iiziFolder".
        Specified by:
        open in interface org.eclipse.ui.IEditorLauncher