@RootNodeClass(value="DockPanel") public class DockPaneView extends DefaultView<DockPaneModel,SplitPane,DockPaneController>
Constructor and Description |
---|
DockPaneView(DockPaneModel model)
Instantiates a new Dock View.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
addItem(int from,
Node node) |
protected void |
initView()
Custom method used to initialize components.
|
(package private) void |
removeItem(List<Node> removed) |
hide, reload, start
buildController, buildRootNode, controller, errorNode, finalize, initInternalView, model, node, pane, prepare
public DockPaneView(DockPaneModel model) throws CoreException
model
- the modelCoreException
- the core exceptionprotected void initView()
DefaultView
initView
in class DefaultView<DockPaneModel,SplitPane,DockPaneController>
void removeItem(List<Node> removed)
Copyright © 2011–2016 JRebirth OSS. All rights reserved.