Class WorkpageStarterFactory

java.lang.Object
org.eclnt.workplace.WorkpageStarterFactory

public class WorkpageStarterFactory extends Object
Factory for providing the object that starts a workpage. By default an instance of WorkpageDefaultStarter is used, but you can explicitly set an own instance using the setWorkpageStarter(IWorkpageStarter) method.
  • Constructor Details

    • WorkpageStarterFactory

      public WorkpageStarterFactory()
  • Method Details

    • setWorkpageStarter

      public static void setWorkpageStarter(IWorkpageStarter wps)
      This method allows to explicitly define an own workpage starter environment. By default the WorkpageDefaultStarter class is used.
    • getWorkpageStarter

      public static IWorkpageStarter getWorkpageStarter()