| Package | Description |
|---|---|
| org.dajlab.jcontrollab.core | |
| org.dajlab.jcontrollab.gui.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputPortEnum |
OutputPortEnum.fromValue(String codeEnum)
Convert the value to the enum.
|
OutputPortEnum |
Output.getPort() |
static OutputPortEnum |
OutputPortEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputPortEnum[] |
OutputPortEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Output |
ControlLabInterface.getOuput(OutputPortEnum outputPort)
Get the ouput for this port.
|
Output |
ControlLabImpl.getOuput(OutputPortEnum outputPort)
Get the ouput for this port.
|
| Constructor and Description |
|---|
Output(ControlLabInterface controllab,
OutputPortEnum port)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OutputPortEnum |
OutputModel.getPort()
Gets the value of the property port.
|
| Modifier and Type | Method and Description |
|---|---|
Map<OutputPortEnum,OutputModel> |
ConsoleModel.getOutputModelsMap() |
javafx.beans.property.ObjectProperty<OutputPortEnum> |
OutputModel.portProperty()
Output port.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputModel.setPort(OutputPortEnum port)
Sets the value of the property port.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConsoleModel.setOutputModelsMap(Map<OutputPortEnum,OutputModel> outputModelsMap) |
| Constructor and Description |
|---|
OutputModel(OutputPortEnum port)
Constructor.
|
Copyright © 2018. All rights reserved.