クラス TextAreaStdoutListener
- java.lang.Object
-
- io.sitoolkit.wt.gui.infra.process.TextAreaStdoutListener
-
- すべての実装されたインタフェース:
io.sitoolkit.util.buildtoolhelper.process.StdoutListener
public class TextAreaStdoutListener extends Object implements io.sitoolkit.util.buildtoolhelper.process.StdoutListener
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 TextAreaStdoutListener()TextAreaStdoutListener(javafx.scene.control.TextArea textArea)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 javafx.scene.control.TextAreagetTextArea()voidnextLine(String line)voidsetTextArea(javafx.scene.control.TextArea textArea)
-
-
-
メソッドの詳細
-
nextLine
public void nextLine(String line)
- 定義:
nextLineインタフェース内io.sitoolkit.util.buildtoolhelper.process.StdoutListener
-
getTextArea
public javafx.scene.control.TextArea getTextArea()
-
setTextArea
public void setTextArea(javafx.scene.control.TextArea textArea)
-
-