public interface IControlCommon extends IComponentCommon
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
getLayoutConstraints()
Gets the layout constraints of the control 
 | 
Dimension | 
getMaxSize()
Gets the maximal size of the control. 
 | 
Dimension | 
getMinSize()
Gets the minimal size of the control. 
 | 
Dimension | 
getPreferredSize()
Gets the preferred size of the control. 
 | 
void | 
setLayoutConstraints(java.lang.Object layoutConstraints)
Sets the layout constraints of the control 
 | 
void | 
setToolTipText(java.lang.String toolTip)
Sets the tooltip text for the control 
 | 
getBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisiblegetUiReference, isEnabled, setEnabledaddComponentListener, removeComponentListeneraddFocusListener, removeFocusListeneraddKeyListener, removeKeyListeneraddMouseListener, removeMouseListeneraddMouseMotionListener, removeMouseMotionListeneraddPopupDetectionListener, removePopupDetectionListenervoid setToolTipText(java.lang.String toolTip)
toolTip - The tooltip text or null if the control should not show any tooltipvoid setLayoutConstraints(java.lang.Object layoutConstraints)
layoutConstraints - The layout constraints, may be nulljava.lang.Object getLayoutConstraints()
Dimension getMinSize()
Dimension getPreferredSize()
Dimension getMaxSize()
Siehe auch Jowidgets Nutzerhandbuch