public class JComponentToolTipTextProperty extends AbstractComponentProperty<JComponent,String>
JComponent.
It is possible to control the tooltip text of the component by setting the value of this property or by calling the
JComponent.setToolTipText(String) method of that component.
If the value of this property is set to null, the tooltip will be emptied.component| Constructor and Description |
|---|
JComponentToolTipTextProperty(JComponent component) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getPropertyValueFromComponent() |
protected void |
setPropertyValueToComponent(String value) |
dispose, getValue, setValueaddValueChangeListener, getValueChangeListeners, isInhibited, isNotifyingListeners, maybeNotifyListeners, removeValueChangeListener, setInhibitedpublic JComponentToolTipTextProperty(JComponent component)
protected String getPropertyValueFromComponent()
getPropertyValueFromComponent in class AbstractComponentProperty<JComponent,String>AbstractComponentProperty.getPropertyValueFromComponent()protected void setPropertyValueToComponent(String value)
setPropertyValueToComponent in class AbstractComponentProperty<JComponent,String>AbstractComponentProperty.setPropertyValueToComponent(Object)Copyright © 2015. All Rights Reserved.