@Accessors public class MainViewModel extends Object implements de.saxsys.mvvmfx.ViewModel
| Constructor and Description |
|---|
MainViewModel() |
| Modifier and Type | Method and Description |
|---|---|
de.saxsys.mvvmfx.utils.commands.DelegateCommand |
getAddPropertyCommand() |
de.saxsys.mvvmfx.utils.commands.DelegateCommand |
getDeletePropertyCommand() |
de.saxsys.mvvmfx.utils.commands.DelegateCommand |
getDeselectAllCommand() |
javafx.beans.property.SimpleObjectProperty<AbstractCheckBoxTreeItem<de.bmiag.tapir.execution.model.ExecutionPlan>> |
getExecutionPlanRoot() |
javafx.beans.property.SimpleListProperty<Property> |
getPropertiesContent() |
javafx.beans.property.SimpleBooleanProperty |
getReadOnlyMode() |
javafx.beans.property.SimpleObjectProperty<Object> |
getRefreshTableObservable() |
de.saxsys.mvvmfx.utils.commands.DelegateCommand |
getReinitializeExecutionPlanCommand() |
de.saxsys.mvvmfx.utils.commands.DelegateCommand |
getSelectAllCommand() |
javafx.beans.property.SimpleObjectProperty<Property> |
getSelectedProperty() |
de.saxsys.mvvmfx.utils.commands.DelegateCommand |
getStartTestsCommand() |
org.springframework.context.ConfigurableApplicationContext |
getTapirContext() |
de.bmiag.tapir.execution.TapirExecutor |
getTapirExecutor() |
Class<?> |
getTestClass() |
void |
setTapirContext(org.springframework.context.ConfigurableApplicationContext tapirContext) |
void |
setTapirExecutor(de.bmiag.tapir.execution.TapirExecutor tapirExecutor) |
void |
setTestClass(Class<?> testClass) |
void |
start(javafx.application.Application.Parameters parameters)
This method is executed once everything else of the application is initialized.
|
public void start(javafx.application.Application.Parameters parameters)
@Pure public de.saxsys.mvvmfx.utils.commands.DelegateCommand getReinitializeExecutionPlanCommand()
@Pure public de.saxsys.mvvmfx.utils.commands.DelegateCommand getSelectAllCommand()
@Pure public de.saxsys.mvvmfx.utils.commands.DelegateCommand getDeselectAllCommand()
@Pure public de.saxsys.mvvmfx.utils.commands.DelegateCommand getStartTestsCommand()
@Pure public de.saxsys.mvvmfx.utils.commands.DelegateCommand getAddPropertyCommand()
@Pure public de.saxsys.mvvmfx.utils.commands.DelegateCommand getDeletePropertyCommand()
@Pure public javafx.beans.property.SimpleObjectProperty<Object> getRefreshTableObservable()
@Pure public javafx.beans.property.SimpleObjectProperty<AbstractCheckBoxTreeItem<de.bmiag.tapir.execution.model.ExecutionPlan>> getExecutionPlanRoot()
@Pure public javafx.beans.property.SimpleListProperty<Property> getPropertiesContent()
@Pure public javafx.beans.property.SimpleObjectProperty<Property> getSelectedProperty()
@Pure public javafx.beans.property.SimpleBooleanProperty getReadOnlyMode()
@Pure public Class<?> getTestClass()
public void setTestClass(Class<?> testClass)
@Pure public org.springframework.context.ConfigurableApplicationContext getTapirContext()
public void setTapirContext(org.springframework.context.ConfigurableApplicationContext tapirContext)
@Pure public de.bmiag.tapir.execution.TapirExecutor getTapirExecutor()
public void setTapirExecutor(de.bmiag.tapir.execution.TapirExecutor tapirExecutor)
Copyright © 2018 b+m Informatik AG. All rights reserved.