public final class EditorView extends DefaultView<EditorModel,ScrollPane,EditorController>
| Modifier and Type | Field and Description |
|---|---|
private Pane |
panel
The editor panel that is scrollable.
|
| Constructor and Description |
|---|
EditorView(EditorModel model)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Pane |
getPanel() |
protected void |
initView() |
hide, reload, startbuildController, buildRootNode, finalize, getController, getErrorNode, getModel, getRootNode, initInternalView, prepareprivate Pane panel
public EditorView(EditorModel model) throws org.jrebirth.af.api.exception.CoreException
model - the controls view modelorg.jrebirth.af.api.exception.CoreException - if build failsprotected void initView()
initView in class DefaultView<EditorModel,ScrollPane,EditorController>public Pane getPanel()
Copyright © 2011–2015 JRebirth OSS. All rights reserved.