public abstract class BaseShipyardDialog extends CloseButtonDialog
| Type | Property and Description |
|---|---|
javafx.beans.property.IntegerProperty |
currentShipTypeIndex |
closeLabelProperty, titlePropertyimpl_traversalEngineProperty, needsLayoutPropertyaccessibleHelpProperty, accessibleRoleDescriptionProperty, accessibleRoleProperty, accessibleTextProperty, blendModeProperty, boundsInLocalProperty, boundsInParentProperty, cacheHintProperty, cacheProperty, clipProperty, cursorProperty, depthTestProperty, disabledProperty, disableProperty, effectiveNodeOrientationProperty, effectProperty, eventDispatcherProperty, focusedProperty, focusTraversableProperty, hoverProperty, idProperty, impl_showMnemonicsProperty, impl_treeVisibleProperty, inputMethodRequestsProperty, layoutBoundsProperty, layoutXProperty, layoutYProperty, localToParentTransformProperty, localToSceneTransformProperty, managedProperty, mouseTransparentProperty, nodeOrientationProperty, onContextMenuRequestedProperty, onDragDetectedProperty, onDragDoneProperty, onDragDroppedProperty, onDragEnteredProperty, onDragExitedProperty, onDragOverProperty, onInputMethodTextChangedProperty, onKeyPressedProperty, onKeyReleasedProperty, onKeyTypedProperty, onMouseClickedProperty, onMouseDragEnteredProperty, onMouseDragExitedProperty, onMouseDraggedProperty, onMouseDragOverProperty, onMouseDragReleasedProperty, onMouseEnteredProperty, onMouseExitedProperty, onMouseMovedProperty, onMousePressedProperty, onMouseReleasedProperty, onRotateProperty, onRotationFinishedProperty, onRotationStartedProperty, onScrollFinishedProperty, onScrollProperty, onScrollStartedProperty, onSwipeDownProperty, onSwipeLeftProperty, onSwipeRightProperty, onSwipeUpProperty, onTouchMovedProperty, onTouchPressedProperty, onTouchReleasedProperty, onTouchStationaryProperty, onZoomFinishedProperty, onZoomProperty, onZoomStartedProperty, opacityProperty, parentProperty, pickOnBoundsProperty, pressedProperty, rotateProperty, rotationAxisProperty, scaleXProperty, scaleYProperty, scaleZProperty, sceneProperty, styleProperty, translateXProperty, translateYProperty, translateZProperty, visibleProperty| Modifier and Type | Class and Description |
|---|---|
protected class |
BaseShipyardDialog.BuyAmountBinding
Binding of the amount that has to be bought as it is not stored in a warehouse.
|
private class |
BaseShipyardDialog.ReplaceFirstPage |
| Modifier and Type | Field and Description |
|---|---|
private ECellConstraint |
cellConstraint |
protected ch.sahits.game.openpatrician.clientserverinterface.client.ICityPlayerProxyJFX |
city
Reference to the city view model
|
protected ch.sahits.game.openpatrician.model.product.ComputablePriceV2 |
computablePrice |
private javafx.beans.property.IntegerProperty |
currentShipTypeIndex |
protected javafx.beans.binding.BooleanBinding |
enablePreviousNext |
private IFontLoader |
fontLoader |
private JavaFXUtils |
fxUtils |
private SelectiveCachableXMLImageLoader |
imageLoader |
protected ch.sahits.game.openpatrician.utilities.l10n.Locale |
locale |
private org.apache.logging.log4j.Logger |
logger |
protected int |
mainTableYPosition |
protected org.springframework.context.MessageSource |
messageSource |
private ch.sahits.game.openpatrician.model.service.ModelTranslations |
modelTranslations |
private int |
numberOfColumns |
private org.springframework.context.MessageSource |
resources |
protected ch.sahits.game.openpatrician.model.ship.EShipType[] |
shipTypes |
private DecoratedTextFactory |
textFactory |
private ch.sahits.game.openpatrician.utilities.service.TextParser |
textParser |
private javafx.scene.control.Label |
titleLbl |
clientEventBusdecoratedTextFactoryCLOSE_BTN_Y_POS, CLOSE_BUTTON_HEIGHT, CLOSE_BUTTON_PADDING, CLOSE_BUTTON_WIDTHFRAME_BORDER, HEIGHT, INSET, WIDTH, WRAPPING_WIDTH| Constructor and Description |
|---|
BaseShipyardDialog(ch.sahits.game.openpatrician.clientserverinterface.client.ICityPlayerProxyJFX city) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract javafx.beans.binding.BooleanBinding |
actionEnabledBinding()
Boolean binding defining if the action button is enabled.
|
protected abstract javafx.scene.Group |
createFooterText()
Create the group for the footer text;
|
private javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> |
createHistoryDisplayHandler() |
protected abstract Table |
createMainTable()
Create a table representing the main information
|
protected javafx.event.EventHandler<javafx.scene.input.MouseEvent> |
createNextAction()
Move the selection to the next index
|
protected javafx.event.EventHandler<javafx.scene.input.MouseEvent> |
createPreviousAction()
move the selection to the previous index.
|
protected abstract Table |
createTopTable()
Create a table representing the header information
|
javafx.beans.property.IntegerProperty |
currentShipTypeIndexProperty() |
protected abstract javafx.beans.property.BooleanProperty |
disableNavigation()
If there are no more than one navigable item, the navigation is disabled.
|
void |
executeOnCloseButtonClicked() |
protected abstract javafx.event.EventHandler<javafx.scene.input.MouseEvent> |
getAction()
Define the action that is executed on the action button.
|
protected abstract String |
getActionText()
Label of the action button
|
ch.sahits.game.openpatrician.model.city.ICity |
getCity() |
protected ch.sahits.game.openpatrician.model.ship.EShipType |
getCurrentShipType()
Retrieve the currently selected ship type.
|
private String |
getHistoryResourceName(ch.sahits.game.openpatrician.model.ship.EShipType type) |
private ch.sahits.game.openpatrician.utilities.model.Text |
getHistoryText(ch.sahits.game.openpatrician.model.ship.EShipType type)
Retrieve the history text.
|
ch.sahits.game.openpatrician.model.IHumanPlayer |
getPlayer() |
protected javafx.scene.layout.RowConstraints |
getRowConstraints() |
protected String |
getTitleText()
Representing the title text.
|
protected boolean |
hasShips()
Indication if there are ships and the dialog can be rendered.
|
private void |
initializeComponents() |
protected abstract void |
initializeRequirements()
Initialize the requirements.
|
protected void |
selectionChanged()
Handle for changed selection.
|
private javafx.beans.binding.ObjectBinding<javafx.scene.image.Image> |
shipFrontImageBinding()
Binding for the appropriate front image of the ship.
|
private javafx.beans.binding.ObjectBinding<javafx.scene.image.Image> |
shipSideImageBinding()
Binding for the appropriate side image of the ship.
|
addButtomControlButtons, closeLabelProperty, getCloseButton, getCloseLabel, getTitle, removeDecoratedContent, setCloseLabel, setTitle, titlePropertyclose, getContent, getDialogType, replaceContent, replaceContent, setDialogTypeautoSizeChildrenProperty, getChildren, impl_computeLayoutBounds, isAutoSizeChildren, layoutChildren, minHeight, minWidth, prefHeight, prefWidth, setAutoSizeChildrencomputeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, getBaselineOffset, getChildrenUnmodifiable, getImpl_traversalEngine, getManagedChildren, getStylesheets, impl_computeContains, impl_computeGeomBounds, impl_createPeer, impl_getAllParentStylesheets, impl_pickNodeLocal, impl_processCSS, impl_processMXNode, impl_traversalEngineProperty, impl_updatePeer, isNeedsLayout, layout, lookup, needsLayoutProperty, queryAccessibleAttribute, requestLayout, requestParentLayout, setImpl_traversalEngine, setNeedsLayout, updateBoundsaccessibleHelpProperty, accessibleRoleDescriptionProperty, accessibleRoleProperty, accessibleTextProperty, addEventFilter, addEventHandler, applyCss, autosize, blendModeProperty, boundsInLocalProperty, boundsInParentProperty, buildEventDispatchChain, cacheHintProperty, cacheProperty, clipProperty, computeAreaInScreen, contains, contains, containsBounds, cursorProperty, depthTestProperty, disabledProperty, disableProperty, effectiveNodeOrientationProperty, effectProperty, eventDispatcherProperty, executeAccessibleAction, fireEvent, focusedProperty, focusTraversableProperty, getAccessibleHelp, getAccessibleRole, getAccessibleRoleDescription, getAccessibleText, getBlendMode, getBoundsInLocal, getBoundsInParent, getCacheHint, getClassCssMetaData, getClip, getContentBias, getCssMetaData, getCursor, getDepthTest, getEffect, getEffectiveNodeOrientation, getEventDispatcher, getId, getInputMethodRequests, getLayoutBounds, getLayoutX, getLayoutY, getLocalToParentTransform, getLocalToSceneTransform, getNodeOrientation, getOnContextMenuRequested, getOnDragDetected, getOnDragDone, getOnDragDropped, getOnDragEntered, getOnDragExited, getOnDragOver, getOnInputMethodTextChanged, getOnKeyPressed, getOnKeyReleased, getOnKeyTyped, getOnMouseClicked, getOnMouseDragEntered, getOnMouseDragExited, getOnMouseDragged, getOnMouseDragOver, getOnMouseDragReleased, getOnMouseEntered, getOnMouseExited, getOnMouseMoved, getOnMousePressed, getOnMouseReleased, getOnRotate, getOnRotationFinished, getOnRotationStarted, getOnScroll, getOnScrollFinished, getOnScrollStarted, getOnSwipeDown, getOnSwipeLeft, getOnSwipeRight, getOnSwipeUp, getOnTouchMoved, getOnTouchPressed, getOnTouchReleased, getOnTouchStationary, getOnZoom, getOnZoomFinished, getOnZoomStarted, getOpacity, getParent, getProperties, getPseudoClassStates, getRotate, getRotationAxis, getScaleX, getScaleY, getScaleZ, getScene, getStyle, getStyleableParent, getStyleClass, getTransforms, getTranslateX, getTranslateY, getTranslateZ, getTypeSelector, getUserData, hasProperties, hoverProperty, idProperty, impl_clearDirty, impl_computeIntersects, impl_cssGetCursorInitialValue, impl_cssGetFocusTraversableInitialValue, impl_findStyles, impl_geomChanged, impl_getLeafTransform, impl_getMatchingStyles, impl_getPeer, impl_getPivotX, impl_getPivotY, impl_getPivotZ, impl_getStyleMap, impl_hasTransforms, impl_intersects, impl_intersectsBounds, impl_isDirty, impl_isDirtyEmpty, impl_isShowMnemonics, impl_isTreeVisible, impl_layoutBoundsChanged, impl_markDirty, impl_notifyLayoutBoundsChanged, impl_pickNode, impl_processCSS, impl_reapplyCSS, impl_setShowMnemonics, impl_setStyleMap, impl_showMnemonicsProperty, impl_syncPeer, impl_transformsChanged, impl_traverse, impl_treeVisibleProperty, inputMethodRequestsProperty, intersects, intersects, isCache, isDisable, isDisabled, isFocused, isFocusTraversable, isHover, isManaged, isMouseTransparent, isPickOnBounds, isPressed, isResizable, isVisible, layoutBoundsProperty, layoutXProperty, layoutYProperty, localToParent, localToParent, localToParent, localToParent, localToParent, localToParentTransformProperty, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToSceneTransformProperty, localToScreen, localToScreen, localToScreen, localToScreen, localToScreen, lookupAll, managedProperty, maxHeight, maxWidth, mouseTransparentProperty, nodeOrientationProperty, notifyAccessibleAttributeChanged, onContextMenuRequestedProperty, onDragDetectedProperty, onDragDoneProperty, onDragDroppedProperty, onDragEnteredProperty, onDragExitedProperty, onDragOverProperty, onInputMethodTextChangedProperty, onKeyPressedProperty, onKeyReleasedProperty, onKeyTypedProperty, onMouseClickedProperty, onMouseDragEnteredProperty, onMouseDragExitedProperty, onMouseDraggedProperty, onMouseDragOverProperty, onMouseDragReleasedProperty, onMouseEnteredProperty, onMouseExitedProperty, onMouseMovedProperty, onMousePressedProperty, onMouseReleasedProperty, onRotateProperty, onRotationFinishedProperty, onRotationStartedProperty, onScrollFinishedProperty, onScrollProperty, onScrollStartedProperty, onSwipeDownProperty, onSwipeLeftProperty, onSwipeRightProperty, onSwipeUpProperty, onTouchMovedProperty, onTouchPressedProperty, onTouchReleasedProperty, onTouchStationaryProperty, onZoomFinishedProperty, onZoomProperty, onZoomStartedProperty, opacityProperty, parentProperty, parentToLocal, parentToLocal, parentToLocal, parentToLocal, parentToLocal, pickOnBoundsProperty, pressedProperty, pseudoClassStateChanged, relocate, removeEventFilter, removeEventHandler, requestFocus, resize, resizeRelocate, rotateProperty, rotationAxisProperty, scaleXProperty, scaleYProperty, scaleZProperty, sceneProperty, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, screenToLocal, screenToLocal, screenToLocal, setAccessibleHelp, setAccessibleRole, setAccessibleRoleDescription, setAccessibleText, setBlendMode, setCache, setCacheHint, setClip, setCursor, setDepthTest, setDisable, setDisabled, setEffect, setEventDispatcher, setEventHandler, setFocused, setFocusTraversable, setHover, setId, setInputMethodRequests, setLayoutX, setLayoutY, setManaged, setMouseTransparent, setNodeOrientation, setOnContextMenuRequested, setOnDragDetected, setOnDragDone, setOnDragDropped, setOnDragEntered, setOnDragExited, setOnDragOver, setOnInputMethodTextChanged, setOnKeyPressed, setOnKeyReleased, setOnKeyTyped, setOnMouseClicked, setOnMouseDragEntered, setOnMouseDragExited, setOnMouseDragged, setOnMouseDragOver, setOnMouseDragReleased, setOnMouseEntered, setOnMouseExited, setOnMouseMoved, setOnMousePressed, setOnMouseReleased, setOnRotate, setOnRotationFinished, setOnRotationStarted, setOnScroll, setOnScrollFinished, setOnScrollStarted, setOnSwipeDown, setOnSwipeLeft, setOnSwipeRight, setOnSwipeUp, setOnTouchMoved, setOnTouchPressed, setOnTouchReleased, setOnTouchStationary, setOnZoom, setOnZoomFinished, setOnZoomStarted, setOpacity, setPickOnBounds, setPressed, setRotate, setRotationAxis, setScaleX, setScaleY, setScaleZ, setStyle, setTranslateX, setTranslateY, setTranslateZ, setUserData, setVisible, snapshot, snapshot, startDragAndDrop, startFullDrag, styleProperty, toBack, toFront, toString, translateXProperty, translateYProperty, translateZProperty, usesMirroring, visiblePropertypublic javafx.beans.property.IntegerProperty currentShipTypeIndexProperty
private final org.apache.logging.log4j.Logger logger
protected final ch.sahits.game.openpatrician.clientserverinterface.client.ICityPlayerProxyJFX city
private javafx.beans.property.IntegerProperty currentShipTypeIndex
protected final ch.sahits.game.openpatrician.model.ship.EShipType[] shipTypes
@Autowired protected org.springframework.context.MessageSource messageSource
@Autowired protected ch.sahits.game.openpatrician.utilities.l10n.Locale locale
@Autowired @Qualifier(value="resourceReference") private org.springframework.context.MessageSource resources
@Autowired private ch.sahits.game.openpatrician.utilities.service.TextParser textParser
@Autowired @Qualifier(value="xmlImageLoader") private SelectiveCachableXMLImageLoader imageLoader
@Autowired private JavaFXUtils fxUtils
@Autowired private IFontLoader fontLoader
@Autowired private ch.sahits.game.openpatrician.model.service.ModelTranslations modelTranslations
@Autowired private DecoratedTextFactory textFactory
@Autowired protected ch.sahits.game.openpatrician.model.product.ComputablePriceV2 computablePrice
private ECellConstraint cellConstraint
private int numberOfColumns
protected javafx.beans.binding.BooleanBinding enablePreviousNext
protected int mainTableYPosition
private javafx.scene.control.Label titleLbl
public BaseShipyardDialog(ch.sahits.game.openpatrician.clientserverinterface.client.ICityPlayerProxyJFX city)
@PostConstruct private void initializeComponents()
protected void selectionChanged()
protected String getTitleText()
protected abstract void initializeRequirements()
private javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> createHistoryDisplayHandler()
private ch.sahits.game.openpatrician.utilities.model.Text getHistoryText(ch.sahits.game.openpatrician.model.ship.EShipType type)
private String getHistoryResourceName(ch.sahits.game.openpatrician.model.ship.EShipType type)
protected javafx.scene.layout.RowConstraints getRowConstraints()
protected javafx.event.EventHandler<javafx.scene.input.MouseEvent> createNextAction()
protected abstract javafx.beans.property.BooleanProperty disableNavigation()
protected javafx.event.EventHandler<javafx.scene.input.MouseEvent> createPreviousAction()
protected abstract javafx.event.EventHandler<javafx.scene.input.MouseEvent> getAction()
protected abstract String getActionText()
protected abstract javafx.scene.Group createFooterText()
protected abstract Table createMainTable()
protected abstract Table createTopTable()
protected abstract javafx.beans.binding.BooleanBinding actionEnabledBinding()
private javafx.beans.binding.ObjectBinding<javafx.scene.image.Image> shipSideImageBinding()
private javafx.beans.binding.ObjectBinding<javafx.scene.image.Image> shipFrontImageBinding()
protected final ch.sahits.game.openpatrician.model.ship.EShipType getCurrentShipType()
public javafx.beans.property.IntegerProperty currentShipTypeIndexProperty()
protected boolean hasShips()
public void executeOnCloseButtonClicked()
executeOnCloseButtonClicked in class CloseButtonDialogpublic ch.sahits.game.openpatrician.model.city.ICity getCity()
public ch.sahits.game.openpatrician.model.IHumanPlayer getPlayer()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.