Class UIAttachment

java.lang.Object
org.eclipse.ease.lang.unittest.ui.views.UIAttachment
All Implemented Interfaces:
IScriptEngineLaunchExtension

public class UIAttachment
extends Object
implements IScriptEngineLaunchExtension
  • Constructor Details

    • UIAttachment

      public UIAttachment()
  • Method Details

    • isHeadless

      public static boolean isHeadless()
    • createEngine

      public void createEngine​(IScriptEngine engine)
      Description copied from interface: IScriptEngineLaunchExtension
      Called upon a script engine creation. As there might be multiple launch extensions, this might not be the only contribution to the script engine.
      Specified by:
      createEngine in interface IScriptEngineLaunchExtension
      Parameters:
      engine - engine just created