org.eclipse.emf.ecp.edit.internal.swt.util
Class SingleColumnRow

java.lang.Object
  extended by org.eclipse.emf.ecp.edit.internal.swt.util.SingleColumnRow
All Implemented Interfaces:
RenderingResultRow<org.eclipse.swt.widgets.Control>

Deprecated.

@Deprecated
public class SingleColumnRow
extends Object
implements RenderingResultRow<org.eclipse.swt.widgets.Control>

Author:
Eugen Neufeld

Constructor Summary
SingleColumnRow(org.eclipse.swt.widgets.Control control)
          Deprecated. A RenderingResultRow which holds one Control.
 
Method Summary
 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. 
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleColumnRow

public SingleColumnRow(org.eclipse.swt.widgets.Control control)
Deprecated. 
A RenderingResultRow which holds one Control.

Parameters:
control - the Control for the Column
Method Detail

getControl

public org.eclipse.swt.widgets.Control getControl()
Deprecated. 
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()
Deprecated. 
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 © 2015. All Rights Reserved.