public final class FXMLShowCaseView extends AbstractView<FXMLShowCaseModel,BorderPane,FXMLShowCaseController>
Constructor and Description |
---|
FXMLShowCaseView(FXMLShowCaseModel model)
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
(package private) ToggleButton |
getShowEmbedded() |
(package private) ToggleButton |
getShowHybrid() |
(package private) ToggleButton |
getShowIncluded() |
(package private) ToggleButton |
getShowStandalone() |
void |
hide()
Handle custom tasks to do when the view is closed or hidden.
|
protected void |
initView()
Custom method used to initialize components.
|
void |
reload()
Handle custom tasks to do at each rendering of the view (re-display).
|
void |
start()
Handle custom tasks to do the first time after creation of the view.
|
buildController, buildRootNode, controller, errorNode, finalize, initInternalView, model, node, pane, prepare
public FXMLShowCaseView(FXMLShowCaseModel model) throws CoreException
model
- the controls view modelCoreException
- if build failsprotected void initView()
initView
in class AbstractView<FXMLShowCaseModel,BorderPane,FXMLShowCaseController>
public void start()
start
in interface View<FXMLShowCaseModel,BorderPane,FXMLShowCaseController>
start
in class AbstractView<FXMLShowCaseModel,BorderPane,FXMLShowCaseController>
public void reload()
reload
in interface View<FXMLShowCaseModel,BorderPane,FXMLShowCaseController>
reload
in class AbstractView<FXMLShowCaseModel,BorderPane,FXMLShowCaseController>
public void hide()
hide
in interface View<FXMLShowCaseModel,BorderPane,FXMLShowCaseController>
hide
in class AbstractView<FXMLShowCaseModel,BorderPane,FXMLShowCaseController>
ToggleButton getShowIncluded()
ToggleButton getShowEmbedded()
ToggleButton getShowHybrid()
ToggleButton getShowStandalone()
Copyright © 2011–2016 JRebirth OSS. All rights reserved.