public final class MainView extends DefaultView<MainModel,BorderPane,MainController>
Constructor and Description |
---|
MainView(MainModel model)
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
initView()
Custom method used to initialize components.
|
void |
start()
Handle custom tasks to do the first time after creation of the view.
|
hide, reload
buildController, buildRootNode, controller, errorNode, finalize, initInternalView, model, node, pane, prepare
public MainView(MainModel model) throws CoreException
model
- the view modelCoreException
- if build failsprotected void initView()
initView
in class DefaultView<MainModel,BorderPane,MainController>
public void start()
start
in interface View<MainModel,BorderPane,MainController>
start
in class DefaultView<MainModel,BorderPane,MainController>
Copyright © 2011–2016 JRebirth OSS. All rights reserved.