Package com.reportmill
Class Welcome
- java.lang.Object
- 
- com.reportmill.Welcome
 
- 
 public class Welcome extends java.lang.ObjectThis class provides the welcome panel for RM.
- 
- 
Constructor SummaryConstructors Constructor Description Welcome()Creates a new Welcome panel.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Close welcome.static WelcomegetShared()Returns the shared instance of the welcome panel.RJPanelgetUI()Returns the Swing UI panel.RMEditorUInewEditorUI()Creates a new editor for new or opened documents.voidresetUI()Reset UI from data.voidrespondUI(java.lang.Object anObj)Respond to UI.voidrunWelcome()Brings up the welcome panel.
 
- 
- 
- 
Method Detail- 
getSharedpublic static Welcome getShared() Returns the shared instance of the welcome panel.
 - 
runWelcomepublic void runWelcome() Brings up the welcome panel.
 - 
closepublic void close() Close welcome.
 - 
getUIpublic RJPanel getUI() Returns the Swing UI panel.
 - 
resetUIpublic void resetUI() Reset UI from data.
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Respond to UI.
 - 
newEditorUIpublic RMEditorUI newEditorUI() Creates a new editor for new or opened documents.
 
- 
 
-