public final class UndoView extends AbstractView<UndoModel,BorderPane,UndoController>
Constructor and Description |
---|
UndoView(UndoModel model)
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
(package private) Button |
getAddCircleButton()
Gets the adds the circle button.
|
(package private) Button |
getAddRectangleButton()
Gets the adds the rectangle button.
|
(package private) Button |
getAddSquareButton()
Gets the adds the square button.
|
(package private) Pane |
getEditor()
Gets the editor.
|
(package private) Button |
getRedoButton()
Gets the redo button.
|
(package private) Button |
getUndoButton()
Gets the undo button.
|
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 UndoView(UndoModel model) throws CoreException
model
- the controls view modelCoreException
- if build failsprotected void initView()
initView
in class AbstractView<UndoModel,BorderPane,UndoController>
public void start()
start
in interface View<UndoModel,BorderPane,UndoController>
start
in class AbstractView<UndoModel,BorderPane,UndoController>
public void reload()
reload
in interface View<UndoModel,BorderPane,UndoController>
reload
in class AbstractView<UndoModel,BorderPane,UndoController>
public void hide()
hide
in interface View<UndoModel,BorderPane,UndoController>
hide
in class AbstractView<UndoModel,BorderPane,UndoController>
Button getUndoButton()
Button getRedoButton()
Button getAddCircleButton()
Button getAddSquareButton()
Button getAddRectangleButton()
Copyright © 2011–2016 JRebirth OSS. All rights reserved.