public class TextInputDialog extends Dialog<String>
DialogcontentText, dialogPane, graphic, headerText, height, onCloseRequest, onHidden, onHiding, onShowing, onShown, resizable, resultConverter, result, showing, title, width, x, y| コンストラクタと説明 |
|---|
TextInputDialog()
ダイアログ
TextFieldにデフォルト値を入力せずに、新しいTextInputDialogを作成します。 |
TextInputDialog(String defaultValue)
ダイアログ
TextFieldにデフォルト値を入力して、新しいTextInputDialogを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
String |
getDefaultValue()
コンストラクタ内で指定されたデフォルト値を返します。
|
TextField |
getEditor()
このダイアログ内で使用される
TextFieldを返します。 |
buildEventDispatchChain, close, contentTextProperty, dialogPaneProperty, getContentText, getDialogPane, getGraphic, getHeaderText, getHeight, getModality, getOnCloseRequest, getOnHidden, getOnHiding, getOnShowing, getOnShown, getOwner, getResult, getResultConverter, getTitle, getWidth, getX, getY, graphicProperty, headerTextProperty, heightProperty, hide, initModality, initOwner, initStyle, isResizable, isShowing, onCloseRequestProperty, onHiddenProperty, onHidingProperty, onShowingProperty, onShownProperty, resizableProperty, resultConverterProperty, resultProperty, setContentText, setDialogPane, setGraphic, setHeaderText, setHeight, setOnCloseRequest, setOnHidden, setOnHiding, setOnShowing, setOnShown, setResizable, setResult, setResultConverter, setTitle, setWidth, setX, setY, show, showAndWait, showingProperty, titleProperty, widthProperty, xProperty, yPropertypublic TextInputDialog()
TextFieldにデフォルト値を入力せずに、新しいTextInputDialogを作成します。Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.