public class CollectControlPanelController extends Object implements javafx.fxml.Initializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectControlPanelController.Status |
| Modifier and Type | Field and Description |
|---|---|
javafx.scene.control.TextArea |
collectConsole |
javafx.scene.text.Text |
errorMessageTxt |
javafx.scene.control.ProgressBar |
progressBar |
javafx.scene.control.TextArea |
saikuConsole |
javafx.scene.control.TextArea |
serverConsole |
javafx.scene.text.Text |
statusTxt |
javafx.scene.control.Hyperlink |
urlHyperlink |
| Constructor and Description |
|---|
CollectControlPanelController() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeLog() |
CollectControlPanelController.Status |
getStatus() |
void |
handleAboutAction(javafx.event.ActionEvent event) |
void |
handleExitAction(javafx.event.ActionEvent event) |
void |
handleShowChangelog(javafx.event.ActionEvent event) |
void |
handleShowOnlineManual(javafx.event.ActionEvent event) |
void |
initialize(URL location,
ResourceBundle resources) |
void |
setApp(CollectControlPanel app) |
void |
setStage(javafx.stage.Stage stage) |
void |
startServer(javafx.scene.input.MouseEvent event) |
void |
startServer(Runnable onComplete) |
void |
stopServer() |
void |
toggleLog(javafx.scene.input.MouseEvent event) |
public javafx.scene.control.TextArea serverConsole
public javafx.scene.control.TextArea collectConsole
public javafx.scene.control.TextArea saikuConsole
public javafx.scene.control.Hyperlink urlHyperlink
public javafx.scene.text.Text statusTxt
public javafx.scene.control.ProgressBar progressBar
public javafx.scene.text.Text errorMessageTxt
public void initialize(URL location, ResourceBundle resources)
initialize in interface javafx.fxml.Initializablepublic void startServer(javafx.scene.input.MouseEvent event)
throws Exception
Exceptionpublic void toggleLog(javafx.scene.input.MouseEvent event)
public void handleShowOnlineManual(javafx.event.ActionEvent event)
public void handleShowChangelog(javafx.event.ActionEvent event)
public void handleAboutAction(javafx.event.ActionEvent event)
throws IOException
IOExceptionpublic void handleExitAction(javafx.event.ActionEvent event)
public void closeLog()
public void setApp(CollectControlPanel app)
public void setStage(javafx.stage.Stage stage)
public CollectControlPanelController.Status getStatus()
Copyright © 2021 Open Foris. All rights reserved.