Package com.iizigo.swt
Interface IzToolTipPropEnhancer
-
public interface IzToolTipPropEnhancer
Enhances the tooltip with additional information when creating a tooltip for a DesignerProp.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
enhanceBottom(DesignerProp dp, org.eclipse.swt.widgets.Composite composite)
Appends components to the two-grid-column composite.
-
-
-
Method Detail
-
enhanceBottom
void enhanceBottom(DesignerProp dp, org.eclipse.swt.widgets.Composite composite)
Appends components to the two-grid-column composite.- Parameters:
dp
- The DesignerProp displaying the tooltip.composite
- The composite.
-
-