@Deprecated public class ThreeColumnRow extends Object implements RenderingResultRow<org.eclipse.swt.widgets.Control>
Constructor and Description |
---|
ThreeColumnRow(org.eclipse.swt.widgets.Control leftControl,
org.eclipse.swt.widgets.Control middleControl,
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 |
getMiddleControl()
Deprecated.
|
org.eclipse.swt.widgets.Control |
getRightControl()
Deprecated.
|
public ThreeColumnRow(org.eclipse.swt.widgets.Control leftControl, org.eclipse.swt.widgets.Control middleControl, org.eclipse.swt.widgets.Control rightControl)
RenderingResultRow
which holds two Controls
.leftControl
- the Control for left ColumnmiddleControl
- the Control for middle ColumnrightControl
- the Control for right Columnpublic org.eclipse.swt.widgets.Control getLeftControl()
public org.eclipse.swt.widgets.Control getRightControl()
public org.eclipse.swt.widgets.Control getMiddleControl()
@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 © 2017. All rights reserved.