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