@Deprecated public class DoubleColumnRow extends Object implements RenderingResultRow<org.eclipse.swt.widgets.Control>
| Constructor and Description |
|---|
DoubleColumnRow(org.eclipse.swt.widgets.Control leftControl,
org.eclipse.swt.widgets.Control rightControl)
Deprecated.
A
RenderingResultRow which holds two Controls. |
| Modifier and Type | Method and Description |
|---|---|
Set<org.eclipse.swt.widgets.Control> |
getControls()
Deprecated.
Return all Controls which are held by this RenderingResultRow.
|
org.eclipse.swt.widgets.Control |
getLeftControl()
Deprecated.
|
org.eclipse.swt.widgets.Control |
getMainControl()
Deprecated.
|
org.eclipse.swt.widgets.Control |
getRightControl()
Deprecated.
|
public DoubleColumnRow(org.eclipse.swt.widgets.Control leftControl,
org.eclipse.swt.widgets.Control rightControl)
RenderingResultRow which holds two Controls.leftControl - the Control for left ColumnrightControl - the Control for right Columnpublic org.eclipse.swt.widgets.Control getLeftControl()
public org.eclipse.swt.widgets.Control getRightControl()
@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.