Package com.reportmill
Class Welcome
java.lang.Object
com.reportmill.Welcome
This class provides the welcome panel for RM.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close welcome.static WelcomeReturns the shared instance of the welcome panel.getUI()Returns the Swing UI panel.Creates a new editor for new or opened documents.voidresetUI()Reset UI from data.voidRespond to UI.voidBrings up the welcome panel.
-
Constructor Details
-
Welcome
public Welcome()Creates a new Welcome panel.
-
-
Method Details
-
runWelcome
public void runWelcome()Brings up the welcome panel. -
close
public void close()Close welcome. -
getUI
Returns the Swing UI panel. -
resetUI
public void resetUI()Reset UI from data. -
respondUI
Respond to UI. -
newEditorUI
Creates a new editor for new or opened documents.