Class SearchDialog
- java.lang.Object
-
- javafx.stage.Window
-
- javafx.stage.Stage
-
- org.teichert.databaseexplorer.gui.CustomDialog<Object>
-
- org.teichert.databaseexplorer.gui.SearchDialog
-
- All Implemented Interfaces:
javafx.event.EventTarget
public class SearchDialog extends CustomDialog<Object>
-
-
Field Summary
Fields Modifier and Type Field Description static javafx.scene.input.KeyCombination
keySearch
-
Fields inherited from class org.teichert.databaseexplorer.gui.CustomDialog
CANCEL, CANCEL_STRING, heightDialog, mapOfButtons, mapOfConfig, OK, OK_STRING, parent, pressed, widthDialog
-
-
Constructor Summary
Constructors Constructor Description SearchDialog(javafx.stage.Window parent, IEditor editor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
createButtonArea(javafx.scene.layout.Pane parent)
protected boolean
doOK()
protected javafx.scene.layout.BorderPane
initDialog()
void
showAndWait()
protected boolean
validation()
-
Methods inherited from class org.teichert.databaseexplorer.gui.CustomDialog
cancelPressed, createButton, createButton, createComponent, createComponent, createDialog, getButton, getButtonArea, getData, getDataMap, getDialogArea, getParent, getPressed, getSelectedItem, getSelectedItems, init, okPressed, setData, setSelectedItem, setSelectedItems, showDialog
-
Methods inherited from class javafx.stage.Stage
alwaysOnTopProperty, close, fullScreenExitHintProperty, fullScreenExitKeyProperty, fullScreenProperty, getFullScreenExitHint, getFullScreenExitKeyCombination, getIcons, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getModality, getOwner, getStyle, getTitle, iconifiedProperty, initModality, initOwner, initStyle, isAlwaysOnTop, isFullScreen, isIconified, isMaximized, isResizable, maxHeightProperty, maximizedProperty, maxWidthProperty, minHeightProperty, minWidthProperty, resizableProperty, setAlwaysOnTop, setFullScreen, setFullScreenExitHint, setFullScreenExitKeyCombination, setIconified, setMaxHeight, setMaximized, setMaxWidth, setMinHeight, setMinWidth, setResizable, setScene, setTitle, show, titleProperty, toBack, toFront
-
Methods inherited from class javafx.stage.Window
addEventFilter, addEventHandler, buildEventDispatchChain, centerOnScreen, eventDispatcherProperty, fireEvent, focusedProperty, forceIntegerRenderScaleProperty, getEventDispatcher, getHeight, getOnCloseRequest, getOnHidden, getOnHiding, getOnShowing, getOnShown, getOpacity, getOutputScaleX, getOutputScaleY, getProperties, getRenderScaleX, getRenderScaleY, getScene, getUserData, getWidth, getWindows, getX, getY, hasProperties, heightProperty, hide, isFocused, isForceIntegerRenderScale, isShowing, onCloseRequestProperty, onHiddenProperty, onHidingProperty, onShowingProperty, onShownProperty, opacityProperty, outputScaleXProperty, outputScaleYProperty, removeEventFilter, removeEventHandler, renderScaleXProperty, renderScaleYProperty, requestFocus, sceneProperty, setEventDispatcher, setEventHandler, setForceIntegerRenderScale, setHeight, setOnCloseRequest, setOnHidden, setOnHiding, setOnShowing, setOnShown, setOpacity, setRenderScaleX, setRenderScaleY, setUserData, setWidth, setX, setY, showingProperty, sizeToScene, widthProperty, xProperty, yProperty
-
-
-
-
Constructor Detail
-
SearchDialog
public SearchDialog(javafx.stage.Window parent, IEditor editor)
-
-
Method Detail
-
initDialog
protected javafx.scene.layout.BorderPane initDialog()
- Specified by:
initDialog
in classCustomDialog<Object>
-
createButtonArea
protected void createButtonArea(javafx.scene.layout.Pane parent)
- Overrides:
createButtonArea
in classCustomDialog<Object>
-
doOK
protected boolean doOK()
- Specified by:
doOK
in classCustomDialog<Object>
-
validation
protected boolean validation()
- Specified by:
validation
in classCustomDialog<Object>
-
showAndWait
public void showAndWait()
- Overrides:
showAndWait
in classjavafx.stage.Stage
-
-