public class StartWindowOutput extends java.lang.Object implements IFragment, ISelectable
Modifier and Type | Field and Description |
---|---|
javafx.scene.control.TextArea |
uiOutput |
Constructor and Description |
---|
StartWindowOutput()
Construct the window.
|
Modifier and Type | Method and Description |
---|---|
void |
deselect()
Is called when item is deselected, changes look.
|
javafx.scene.Node |
getFragment()
Get main view fragment.
|
SelectionType |
getType()
Specifies what kind of SelectionType this object is.
|
void |
select()
Is called when item is selected, changes look.
|
public javafx.scene.Node getFragment()
getFragment
in interface IFragment
public void select()
select
in interface ISelectable
public void deselect()
deselect
in interface ISelectable
public SelectionType getType()
getType
in interface ISelectable