public class StartWindowLog extends java.lang.Object implements IFragment, ISelectable, IThemeSwitcher
Modifier and Type | Field and Description |
---|---|
javafx.scene.control.TextField |
uiLog |
Constructor and Description |
---|
StartWindowLog()
Construct view.
|
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.
|
void |
setLogVisible(boolean visible)
Set log to boolean visible.
|
void |
toDarkMode()
Switch fragment to dark mode appearance.
|
void |
toLightMode()
Switch fragment to light mode appearance.
|
public void deselect()
deselect
in interface ISelectable
public javafx.scene.Node getFragment()
getFragment
in interface IFragment
public SelectionType getType()
getType
in interface ISelectable
public void select()
select
in interface ISelectable
public void setLogVisible(boolean visible)
visible
- True (show), False (hide).public void toDarkMode()
toDarkMode
in interface IThemeSwitcher
public void toLightMode()
toLightMode
in interface IThemeSwitcher