クラス ProjectState
- java.lang.Object
-
- io.sitoolkit.wt.gui.domain.project.ProjectState
-
public class ProjectState extends Object
- 初期化前
- pom.xmlをロードしていない状態
- 初期化済
- pom.xmlをロードした状態
- 実行中
- テストを実行中
- デバッグ中
- テストをデバッグ中
- ブラウザ実行中
- page2scriptでブラウザを実行中
- ope2scriptでブラウザを実行中
- 作成者:
- yuichi_kuwahara
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static classProjectState.State
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 ProjectState()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 FilegetBaseDir()PathgetBaseDirPath()FilegetPomFile()voidinit(File pomFile)javafx.beans.property.BooleanPropertyisBrowsing()javafx.beans.property.BooleanPropertyisDebugging()javafx.beans.property.BooleanPropertyisLoaded()javafx.beans.property.BooleanPropertyisLocking()javafx.beans.property.BooleanPropertyisOperating()javafx.beans.property.BooleanPropertyisRunning()voidreset()voidsetState(ProjectState.State state)
-
-
-
メソッドの詳細
-
setState
public void setState(ProjectState.State state)
-
isRunning
public javafx.beans.property.BooleanProperty isRunning()
-
isLoaded
public javafx.beans.property.BooleanProperty isLoaded()
-
isBrowsing
public javafx.beans.property.BooleanProperty isBrowsing()
-
isDebugging
public javafx.beans.property.BooleanProperty isDebugging()
-
isLocking
public javafx.beans.property.BooleanProperty isLocking()
-
isOperating
public javafx.beans.property.BooleanProperty isOperating()
-
init
public void init(File pomFile)
-
reset
public void reset()
-
getPomFile
public File getPomFile()
-
getBaseDir
public File getBaseDir()
-
getBaseDirPath
public Path getBaseDirPath()
-
-