org.eclipse.emf.ecp.edit.internal.swt.util
Class SingleColumnRow
java.lang.Object
org.eclipse.emf.ecp.edit.internal.swt.util.SingleColumnRow
- All Implemented Interfaces:
- RenderingResultRow<org.eclipse.swt.widgets.Control>
public class SingleColumnRow
- extends Object
- implements RenderingResultRow<org.eclipse.swt.widgets.Control>
- Author:
- Eugen Neufeld
Method Summary |
org.eclipse.swt.widgets.Control |
getControl()
|
Set<org.eclipse.swt.widgets.Control> |
getControls()
Return all Controls which are held by this RenderingResultRow. |
org.eclipse.swt.widgets.Control |
getMainControl()
Deprecated. |
SingleColumnRow
public SingleColumnRow(org.eclipse.swt.widgets.Control control)
- A
RenderingResultRow
which holds one Control
.
- Parameters:
control
- the Control for the Column
getControl
public org.eclipse.swt.widgets.Control getControl()
- Returns:
- the Control
getMainControl
@Deprecated
public org.eclipse.swt.widgets.Control getMainControl()
- Deprecated.
- The main control of the result row. This method is here for legacy.
- Specified by:
getMainControl
in interface RenderingResultRow<org.eclipse.swt.widgets.Control>
- Returns:
- the Control that is most important in this row
- See Also:
RenderingResultRow.getMainControl()
getControls
public Set<org.eclipse.swt.widgets.Control> getControls()
- Return all Controls which are held by this RenderingResultRow.
- Specified by:
getControls
in interface RenderingResultRow<org.eclipse.swt.widgets.Control>
- Returns:
- the set of controls
- See Also:
RenderingResultRow.getControls()
Copyright © 2014. All Rights Reserved.