java.lang.Object
- All Implemented Interfaces:
javafx.css.Styleable
,javafx.event.EventTarget
,javafx.scene.control.Skinnable
public class FixParserFilePane
extends com.iamsoft.locationfacade.ui.javafx.select.FileSelectionPane
-
Property Summary
PropertiesTypePropertyDescriptionfinal javafx.beans.property.ObjectProperty
<MsgLogSpec> javafx.beans.property.ReadOnlyObjectProperty
<Integer> Properties inherited from class com.iamsoft.locationfacade.ui.javafx.select.FileSelectionPane
title
Properties inherited from class com.iamsoft.locationfacade.ui.javafx.select.SelectionPane
baseNameMapper
Properties inherited from class javafx.scene.control.TreeTableView
columnResizePolicy, comparator, editable, editingCell, expandedItemCount, fixedCellSize, focusModel, onScrollToColumn, onScrollTo, onSort, placeholder, root, rowFactory, selectionModel, showRoot, sortMode, sortPolicy, tableMenuButtonVisible, treeColumn
Properties inherited from class javafx.scene.control.Control
contextMenu, skin, tooltip
Properties inherited from class javafx.scene.layout.Region
background, border, cacheShape, centerShape, height, insets, maxHeight, maxWidth, minHeight, minWidth, opaqueInsets, padding, prefHeight, prefWidth, scaleShape, shape, snapToPixel, width
Properties inherited from class javafx.scene.Parent
needsLayout
Properties inherited from class javafx.scene.Node
accessibleHelp, accessibleRoleDescription, accessibleRole, accessibleText, blendMode, boundsInLocal, boundsInParent, cacheHint, cache, clip, cursor, depthTest, disabled, disable, effectiveNodeOrientation, effect, eventDispatcher, focused, focusTraversable, focusVisible, focusWithin, hover, id, inputMethodRequests, layoutBounds, layoutX, layoutY, localToParentTransform, localToSceneTransform, managed, mouseTransparent, nodeOrientation, onContextMenuRequested, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragEntered, onMouseDragExited, onMouseDragged, onMouseDragOver, onMouseDragReleased, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onRotate, onRotationFinished, onRotationStarted, onScrollFinished, onScroll, onScrollStarted, onSwipeDown, onSwipeLeft, onSwipeRight, onSwipeUp, onTouchMoved, onTouchPressed, onTouchReleased, onTouchStationary, onZoomFinished, onZoom, onZoomStarted, opacity, parent, pickOnBounds, pressed, rotate, rotationAxis, scaleX, scaleY, scaleZ, scene, style, translateX, translateY, translateZ, viewOrder, visible
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.scene.control.TreeTableView
javafx.scene.control.TreeTableView.EditEvent<S>, javafx.scene.control.TreeTableView.ResizeFeatures<S>, javafx.scene.control.TreeTableView.TreeTableViewFocusModel<S>, javafx.scene.control.TreeTableView.TreeTableViewSelectionModel<S>
-
Field Summary
FieldsFields inherited from class com.iamsoft.locationfacade.ui.javafx.select.FileSelectionPane
SERIALIZED_MIME_TYPE
Fields inherited from class com.iamsoft.locationfacade.ui.javafx.select.SelectionPane
URL_TRUNCATE_FUNCTION
Fields inherited from class javafx.scene.control.TreeTableView
CONSTRAINED_RESIZE_POLICY, CONSTRAINED_RESIZE_POLICY_ALL_COLUMNS, CONSTRAINED_RESIZE_POLICY_FLEX_LAST_COLUMN, CONSTRAINED_RESIZE_POLICY_FLEX_NEXT_COLUMN, CONSTRAINED_RESIZE_POLICY_LAST_COLUMN, CONSTRAINED_RESIZE_POLICY_NEXT_COLUMN, CONSTRAINED_RESIZE_POLICY_SUBSEQUENT_COLUMNS, DEFAULT_SORT_POLICY, UNCONSTRAINED_RESIZE_POLICY
Fields inherited from class javafx.scene.layout.Region
USE_COMPUTED_SIZE, USE_PREF_SIZE
Fields inherited from class javafx.scene.Node
BASELINE_OFFSET_SAME_AS_HEIGHT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
acceptDragFiles
(List<File> pFiles) com.iamsoft.locationfacade.ui.javafx.select.AbstractLocTreeItem
addMountPoint
(MsgLogSpec pMsgLogSpec, boolean pLoad) com.iamsoft.locationfacade.ui.javafx.select.AbstractLocTreeItem
addMountPoint
(MsgLogSpec pMsgLogSpec, boolean pLoad, boolean pStoreMountPref, boolean pSelectNewMount, boolean pAddToHistoryPaths, int pPosition) com.iamsoft.locationfacade.ui.javafx.select.AbstractLocTreeItem
addMountPoint
(com.iamsoft.locationfacade.select.mount.MountSpec pMountSpec, boolean pStoreMountPref, boolean pSelectNewMount) protected org.controlsfx.control.action.Action
protected com.iamsoft.locationfacade.ui.javafx.select.mount.MountAction
protected com.iamsoft.locationfacade.ui.javafx.select.MountSelectionAction
protected org.controlsfx.control.action.Action
boolean
deleteMountPrefs
(com.iamsoft.locationfacade.ui.javafx.select.AbstractLocTreeItem pLocTreeItem) static com.iamsoft.locationfacade.select.mount.MountSpec
getAppDict
(javafx.scene.control.TreeItem<Map<Path, com.iamsoft.locationfacade.filerepository.FileInfo>> pTreeItem) javafx.beans.property.ObjectProperty
<com.iamsoft.locationfacade.select.mount.MountSpec> getAppDictProperty
(javafx.scene.control.TreeItem<Map<Path, com.iamsoft.locationfacade.filerepository.FileInfo>> pTreeItem) javafx.beans.property.Property
<Boolean> getLoadProperty
(javafx.scene.control.TreeItem<Map<Path, com.iamsoft.locationfacade.filerepository.FileInfo>> pTreeItem) javafx.collections.ObservableList
<MsgLogSpec> static Preferences
getPrefs()
static com.iamsoft.locationfacade.select.mount.MountSpec
getTransportDict
(javafx.scene.control.TreeItem<Map<Path, com.iamsoft.locationfacade.filerepository.FileInfo>> pTreeItem) javafx.beans.property.ObjectProperty
<com.iamsoft.locationfacade.select.mount.MountSpec> getTransportDictProperty
(javafx.scene.control.TreeItem<Map<Path, com.iamsoft.locationfacade.filerepository.FileInfo>> pTreeItem) void
init()
final javafx.beans.property.ObjectProperty
<MsgLogSpec> void
onFilesDropped
(List<File> pFiles) boolean
onUnmount
(List<javafx.scene.control.TreeItem<Map<Path, com.iamsoft.locationfacade.filerepository.FileInfo>>> pMountPoints) protected boolean
onUnmount
(List<javafx.scene.control.TreeItem<Map<Path, com.iamsoft.locationfacade.filerepository.FileInfo>>> pMountPoints, boolean pConfigrmUnmount) javafx.beans.property.ReadOnlyObjectProperty
<Integer> void
setMsgLogSpecs
(javafx.collections.ObservableList<MsgLogSpec> pSpecs) protected void
submitTask
(javafx.concurrent.Task pTask) Methods inherited from class com.iamsoft.locationfacade.ui.javafx.select.FileSelectionPane
addMountPoint, addMountPoint, addMountPoint, addMountPoint, close, computeTitle, constructMenuItems, getActions, getDetailsAction, getFilterAction, getMergeAction, getMountAction, getMountNodePreferences, getMountPointsPrefs, getMountSelectionAction, getMountTreeItemSpec, getPreviewAction, getRefreshAction, getSelectedItems, getSize, getTaskExecutor, getTitle, getUnmountAction, isMountTreeItem, setTaskExecutor, storeMountPrefs, titleProperty, updateMountPrefs, updateMountPrefs
Methods inherited from class com.iamsoft.locationfacade.ui.javafx.select.SelectionPane
baseNameMapperProperty, getAliasCol, getApplicationId, getBaseName, getBaseNameMapper, getCompressedFoldersEnabled, getCompressionCol, getDateCol, getNameCol, getPathCol, getProgressCol, getRevisionCol, getSizeCol, getTabId, getTypeCol, setBaseNameMapper, setTabId, sortByFileName
Methods inherited from class com.iamsoft.util.ui.javafx.retentive.RetentiveTreeTableView
getColViewIndices, loadColumnPrefs, saveColumnPrefs
Methods inherited from class javafx.scene.control.TreeTableView
columnResizePolicyProperty, comparatorProperty, createDefaultSkin, edit, editableProperty, editAnyEvent, editCancelEvent, editCommitEvent, editingCellProperty, editStartEvent, expandedItemCountProperty, fixedCellSizeProperty, focusModelProperty, getClassCssMetaData, getColumnResizePolicy, getColumns, getComparator, getControlCssMetaData, getEditingCell, getExpandedItemCount, getFixedCellSize, getFocusModel, getNodeLevel, getOnScrollTo, getOnScrollToColumn, getOnSort, getPlaceholder, getRoot, getRow, getRowFactory, getSelectionModel, getSortMode, getSortOrder, getSortPolicy, getTreeColumn, getTreeItem, getTreeItemLevel, getVisibleLeafColumn, getVisibleLeafColumns, getVisibleLeafIndex, isEditable, isShowRoot, isTableMenuButtonVisible, layoutChildren, onScrollToColumnProperty, onScrollToProperty, onSortProperty, placeholderProperty, queryAccessibleAttribute, refresh, resizeColumn, rootProperty, rowFactoryProperty, scrollTo, scrollToColumn, scrollToColumnIndex, selectionModelProperty, setColumnResizePolicy, setEditable, setFixedCellSize, setFocusModel, setOnScrollTo, setOnScrollToColumn, setOnSort, setPlaceholder, setRoot, setRowFactory, setSelectionModel, setShowRoot, setSortMode, setSortPolicy, setTableMenuButtonVisible, setTreeColumn, showRootProperty, sort, sortModeProperty, sortPolicyProperty, tableMenuButtonVisibleProperty, treeColumnProperty
Methods inherited from class javafx.scene.control.Control
computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, contextMenuProperty, executeAccessibleAction, getBaselineOffset, getContextMenu, getCssMetaData, getInitialFocusTraversable, getSkin, getTooltip, isResizable, setContextMenu, setSkin, setTooltip, skinProperty, tooltipProperty
Methods inherited from class javafx.scene.layout.Region
backgroundProperty, borderProperty, cacheShapeProperty, centerShapeProperty, getBackground, getBorder, getHeight, getInsets, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getOpaqueInsets, getPadding, getPrefHeight, getPrefWidth, getShape, getUserAgentStylesheet, getWidth, heightProperty, insetsProperty, isCacheShape, isCenterShape, isScaleShape, isSnapToPixel, layoutInArea, layoutInArea, layoutInArea, layoutInArea, maxHeight, maxHeightProperty, maxWidth, maxWidthProperty, minHeight, minHeightProperty, minWidth, minWidthProperty, opaqueInsetsProperty, paddingProperty, positionInArea, positionInArea, prefHeight, prefHeightProperty, prefWidth, prefWidthProperty, resize, scaleShapeProperty, setBackground, setBorder, setCacheShape, setCenterShape, setHeight, setMaxHeight, setMaxSize, setMaxWidth, setMinHeight, setMinSize, setMinWidth, setOpaqueInsets, setPadding, setPrefHeight, setPrefSize, setPrefWidth, setScaleShape, setShape, setSnapToPixel, setWidth, shapeProperty, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, snapToPixelProperty, widthProperty
Methods inherited from class javafx.scene.Parent
getChildren, getChildrenUnmodifiable, getManagedChildren, getStylesheets, isNeedsLayout, layout, lookup, needsLayoutProperty, requestLayout, requestParentLayout, setNeedsLayout, updateBounds
Methods inherited from class javafx.scene.Node
accessibleHelpProperty, accessibleRoleDescriptionProperty, accessibleRoleProperty, accessibleTextProperty, addEventFilter, addEventHandler, applyCss, autosize, blendModeProperty, boundsInLocalProperty, boundsInParentProperty, buildEventDispatchChain, cacheHintProperty, cacheProperty, clipProperty, computeAreaInScreen, contains, contains, cursorProperty, depthTestProperty, disabledProperty, disableProperty, effectiveNodeOrientationProperty, effectProperty, eventDispatcherProperty, fireEvent, focusedProperty, focusTraversableProperty, focusVisibleProperty, focusWithinProperty, getAccessibleHelp, getAccessibleRole, getAccessibleRoleDescription, getAccessibleText, getBlendMode, getBoundsInLocal, getBoundsInParent, getCacheHint, getClip, getContentBias, getCursor, getDepthTest, getEffect, getEffectiveNodeOrientation, getEventDispatcher, getId, getInitialCursor, 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, getViewOrder, hasProperties, hoverProperty, idProperty, inputMethodRequestsProperty, intersects, intersects, isCache, isDisable, isDisabled, isFocused, isFocusTraversable, isFocusVisible, isFocusWithin, isHover, isManaged, isMouseTransparent, isPickOnBounds, isPressed, 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, 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, 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, setViewOrder, setVisible, snapshot, snapshot, startDragAndDrop, startFullDrag, styleProperty, toBack, toFront, toString, translateXProperty, translateYProperty, translateZProperty, usesMirroring, viewOrderProperty, visibleProperty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface javafx.css.Styleable
getStyleableNode
-
Property Details
-
loadingMsgLogSpec
- See Also:
-
pendingTaskCount
- See Also:
-
-
Field Details
-
ID
-
-
Constructor Details
-
FixParserFilePane
public FixParserFilePane()
-
-
Method Details
-
getMsgLogSpecs
-
setMsgLogSpecs
-
loadingMsgLogSpecProperty
- Returns:
- the
loadingMsgLogSpec
property
-
submitTask
protected void submitTask(javafx.concurrent.Task pTask) -
pendingTaskCountProperty
- Returns:
- the
pendingTaskCount
property
-
createRefreshAction
protected org.controlsfx.control.action.Action createRefreshAction()- Overrides:
createRefreshAction
in classcom.iamsoft.locationfacade.ui.javafx.select.FileSelectionPane
-
createDetailsAction
protected org.controlsfx.control.action.Action createDetailsAction()- Overrides:
createDetailsAction
in classcom.iamsoft.locationfacade.ui.javafx.select.FileSelectionPane
-
createMountSelectionAction
protected com.iamsoft.locationfacade.ui.javafx.select.MountSelectionAction createMountSelectionAction()- Overrides:
createMountSelectionAction
in classcom.iamsoft.locationfacade.ui.javafx.select.FileSelectionPane
-
deleteMountPrefs
public boolean deleteMountPrefs(com.iamsoft.locationfacade.ui.javafx.select.AbstractLocTreeItem pLocTreeItem) - Overrides:
deleteMountPrefs
in classcom.iamsoft.locationfacade.ui.javafx.select.FileSelectionPane
-
createMountAction
protected com.iamsoft.locationfacade.ui.javafx.select.mount.MountAction createMountAction()- Overrides:
createMountAction
in classcom.iamsoft.locationfacade.ui.javafx.select.FileSelectionPane
-
init
public void init() -
onUnmount
public boolean onUnmount(List<javafx.scene.control.TreeItem<Map<Path, com.iamsoft.locationfacade.filerepository.FileInfo>>> pMountPoints) - Overrides:
onUnmount
in classcom.iamsoft.locationfacade.ui.javafx.select.FileSelectionPane
-
onUnmount
-
getLoadProperty
-
getAppDictProperty
-
getTransportDictProperty
-
getAppDict
-
getTransportDict
-
addMountPoint
public com.iamsoft.locationfacade.ui.javafx.select.AbstractLocTreeItem addMountPoint(com.iamsoft.locationfacade.select.mount.MountSpec pMountSpec, boolean pStoreMountPref, boolean pSelectNewMount) - Overrides:
addMountPoint
in classcom.iamsoft.locationfacade.ui.javafx.select.FileSelectionPane
-
addMountPoint
public com.iamsoft.locationfacade.ui.javafx.select.AbstractLocTreeItem addMountPoint(MsgLogSpec pMsgLogSpec, boolean pLoad) -
addMountPoint
public com.iamsoft.locationfacade.ui.javafx.select.AbstractLocTreeItem addMountPoint(MsgLogSpec pMsgLogSpec, boolean pLoad, boolean pStoreMountPref, boolean pSelectNewMount, boolean pAddToHistoryPaths, int pPosition) -
getPreferences
- Overrides:
getPreferences
in classcom.iamsoft.locationfacade.ui.javafx.select.FileSelectionPane
-
getPrefs
-
acceptDragFiles
- Overrides:
acceptDragFiles
in classcom.iamsoft.locationfacade.ui.javafx.select.FileSelectionPane
-
onFilesDropped
- Overrides:
onFilesDropped
in classcom.iamsoft.locationfacade.ui.javafx.select.FileSelectionPane
-