Class AppDaddy

java.lang.Object
hec.appInterface.AppDaddy

public class AppDaddy extends Object
  • Constructor Details

    • AppDaddy

      public AppDaddy()
      Create a new AppDaddy object
  • Method Details

    • getApp

      public static Application getApp()
      return the reference to the current Application
      Returns:
      the current Application
    • setApp

      public static void setApp(Application app)
      Sets the App attribute of the AppDaddy class
      Parameters:
      app - The new App value
    • getWorkspace

      public static Workspace getWorkspace()
      Gets the Workspace attribute of the AppDaddy class
      Returns:
      The Workspace value
    • getFrame

      public static ApplicationFrame getFrame()
      Gets the Frame attribute of the AppDaddy class
      Returns:
      The Frame value
    • whosYourDaddy

      public Application whosYourDaddy()
      Method Description
      Returns:
      Description