public class JDialogTitleProperty extends AbstractComponentProperty<JDialog,String>
JDialog.
It is possible to control the title of the dialog by setting the value of this property or by calling the Dialog.setTitle(String) method of that dialog.
Note that in conformance with the behavior of the JDialog, unlike the JFrame, a null
value will not be replaced by an empty string.Dialog.getTitle(),
Dialog.setTitle(String)component| Constructor and Description |
|---|
JDialogTitleProperty(JDialog dialog) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getPropertyValueFromComponent() |
protected void |
setPropertyValueToComponent(String value) |
dispose, getValue, setValueaddValueChangeListener, getValueChangeListeners, isInhibited, isNotifyingListeners, maybeNotifyListeners, removeValueChangeListener, setInhibitedpublic JDialogTitleProperty(JDialog dialog)
protected String getPropertyValueFromComponent()
getPropertyValueFromComponent in class AbstractComponentProperty<JDialog,String>AbstractComponentProperty.getPropertyValueFromComponent()protected void setPropertyValueToComponent(String value)
setPropertyValueToComponent in class AbstractComponentProperty<JDialog,String>AbstractComponentProperty.setPropertyValueToComponent(Object)Copyright © 2015. All Rights Reserved.