Package hec.appInterface
Class AppDaddy
java.lang.Object
hec.appInterface.AppDaddy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ApplicationgetApp()return the reference to the current Applicationstatic ApplicationFramegetFrame()Gets the Frame attribute of the AppDaddy classstatic WorkspaceGets the Workspace attribute of the AppDaddy classstatic voidsetApp(Application app) Sets the App attribute of the AppDaddy classMethod Description
-
Constructor Details
-
AppDaddy
public AppDaddy()Create a new AppDaddy object
-
-
Method Details
-
getApp
return the reference to the current Application- Returns:
- the current Application
-
setApp
Sets the App attribute of the AppDaddy class- Parameters:
app- The new App value
-
getWorkspace
Gets the Workspace attribute of the AppDaddy class- Returns:
- The Workspace value
-
getFrame
Gets the Frame attribute of the AppDaddy class- Returns:
- The Frame value
-
whosYourDaddy
Method Description- Returns:
- Description
-