Package hec.appInterface
Class AppDaddy
java.lang.Object
hec.appInterface.AppDaddy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Application
getApp()
return the reference to the current Applicationstatic ApplicationFrame
getFrame()
Gets the Frame attribute of the AppDaddy classstatic Workspace
Gets the Workspace attribute of the AppDaddy classstatic void
setApp
(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
-