Modifier and Type | Field and Description |
---|---|
LogKeeper |
logKeeper |
DoubleListingFragment<javafx.scene.control.Label,javafx.scene.control.TextField> |
logs |
javafx.scene.layout.BorderPane |
uiBorderPane |
javafx.scene.layout.VBox |
uiContentStack |
javafx.stage.Stage |
uiLogStage |
javafx.scene.control.ScrollPane |
uiScrollPane |
Constructor and Description |
---|
LogPopup(LogKeeper logKeeper)
Constructs the log popup view.
|
Modifier and Type | Method and Description |
---|---|
void |
hide()
Hide the popup window.
|
void |
show()
Show the popup window.
|
public final javafx.scene.layout.BorderPane uiBorderPane
public final javafx.stage.Stage uiLogStage
public final javafx.scene.control.ScrollPane uiScrollPane
public final javafx.scene.layout.VBox uiContentStack
public final DoubleListingFragment<javafx.scene.control.Label,javafx.scene.control.TextField> logs
public final LogKeeper logKeeper
public LogPopup(LogKeeper logKeeper)
logKeeper
- LogKeeper messages.