Package com.reportmill
Class Welcome
java.lang.Object
com.reportmill.Welcome
This class provides the welcome panel for RM.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
Welcomepublic Welcome()Creates a new Welcome panel.
 
- 
- 
Method Details
- 
runWelcomepublic void runWelcome()Brings up the welcome panel.
- 
closepublic void close()Close welcome.
- 
getUIReturns the Swing UI panel.
- 
resetUIpublic void resetUI()Reset UI from data.
- 
respondUIRespond to UI.
- 
newEditorUICreates a new editor for new or opened documents.