public class MainWindow extends AWindow
Modifier and Type | Field and Description |
---|---|
ConfigWindow |
configWindow |
Constructor and Description |
---|
MainWindow() |
Modifier and Type | Method and Description |
---|---|
javafx.scene.control.TabPane |
getTabPane() |
protected void |
onShownAction(javafx.stage.WindowEvent event)
Extends AWindow's onShownAction with focusing author search field.
|
close, fullScreenProperty, getIcons, getModality, getOwner, getStyle, getTitle, iconifiedProperty, impl_decreaseFocusGrabCounter, impl_getMXWindowType, impl_increaseFocusGrabCounter, impl_setImportant, impl_setPrimary, impl_showAndWait, impl_visibleChanged, impl_visibleChanging, initModality, initOwner, initStyle, isFullScreen, isIconified, isResizable, resizableProperty, setFullScreen, setIconified, setResizable, setScene, setTitle, show, titleProperty, toBack, toFront
addEventFilter, addEventHandler, buildEventDispatchChain, centerOnScreen, eventDispatcherProperty, fireEvent, focusedProperty, getEventDispatcher, getHeight, getOnCloseRequest, getOnHidden, getOnHiding, getOnShowing, getOnShown, getOpacity, getScene, getWidth, getX, getY, heightProperty, hide, impl_getPeer, impl_getWindows, isFocused, isShowing, onCloseRequestProperty, onHiddenProperty, onHidingProperty, onShowingProperty, onShownProperty, opacityProperty, removeEventFilter, removeEventHandler, requestFocus, sceneProperty, setEventDispatcher, setEventHandler, setFocused, setHeight, setOnCloseRequest, setOnHidden, setOnHiding, setOnShowing, setOnShown, setOpacity, setWidth, setX, setY, showingProperty, sizeToScene, widthProperty, xProperty, yProperty
public final ConfigWindow configWindow
protected void onShownAction(javafx.stage.WindowEvent event)
onShownAction
in class AWindow
event
- Window event object which triggered this method.public javafx.scene.control.TabPane getTabPane()