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 TypeMethodDescriptionvoid
close()
Close welcome.static Welcome
Returns the shared instance of the welcome panel.getUI()
Returns the Swing UI panel.Creates a new editor for new or opened documents.void
resetUI()
Reset UI from data.void
Respond to UI.void
Brings 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.