@Deprecated public class SingleColumnRow extends Object implements RenderingResultRow<org.eclipse.swt.widgets.Control>
| Constructor and Description |
|---|
SingleColumnRow(org.eclipse.swt.widgets.Control control)
Deprecated.
A
RenderingResultRow which holds one Control. |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.swt.widgets.Control |
getControl()
Deprecated.
|
Set<org.eclipse.swt.widgets.Control> |
getControls()
Deprecated.
Return all Controls which are held by this RenderingResultRow.
|
org.eclipse.swt.widgets.Control |
getMainControl()
Deprecated.
|
public SingleColumnRow(org.eclipse.swt.widgets.Control control)
RenderingResultRow which holds one Control.control - the Control for the Columnpublic org.eclipse.swt.widgets.Control getControl()
@Deprecated public org.eclipse.swt.widgets.Control getMainControl()
getMainControl in interface RenderingResultRow<org.eclipse.swt.widgets.Control>RenderingResultRow.getMainControl()public Set<org.eclipse.swt.widgets.Control> getControls()
getControls in interface RenderingResultRow<org.eclipse.swt.widgets.Control>RenderingResultRow.getControls()Copyright © 2020. All rights reserved.