Modifier and Type | Field and Description |
---|---|
OperationFragment |
operationFragment |
DoubleListingFragment<javafx.scene.control.Label,javafx.scene.control.TextField> |
uiAttributeList |
javafx.scene.layout.BorderPane |
uiBorderPane |
javafx.scene.layout.VBox |
uiContentStack |
DoubleListingFragment<javafx.scene.control.Label,javafx.scene.control.Label> |
uiInfoList |
javafx.stage.Stage |
uiOperationStage |
javafx.scene.control.ScrollPane |
uiScrollPane |
DoubleListingFragment<javafx.scene.control.Label,javafx.scene.control.Label> |
uiTagList |
Constructor and Description |
---|
OperationPopup(OperationFragment operationFragment)
Construct Operation Popup view.
|
Modifier and Type | Method and Description |
---|---|
private void |
build()
Helper method to build the view and keep constructor more clear.
|
void |
hide()
Hide the popup window.
|
void |
show()
Show the popup window.
|
public final javafx.scene.layout.BorderPane uiBorderPane
public final javafx.scene.control.ScrollPane uiScrollPane
public final javafx.scene.layout.VBox uiContentStack
public final OperationFragment operationFragment
public final DoubleListingFragment<javafx.scene.control.Label,javafx.scene.control.Label> uiInfoList
public final DoubleListingFragment<javafx.scene.control.Label,javafx.scene.control.TextField> uiAttributeList
public final DoubleListingFragment<javafx.scene.control.Label,javafx.scene.control.Label> uiTagList
public final javafx.stage.Stage uiOperationStage
public OperationPopup(OperationFragment operationFragment)
operationFragment
- OperationFragment to display.