org.eclipse.emf.ecp.edit.internal.swt.table
Class TableColumnConfiguration
java.lang.Object
org.eclipse.emf.ecp.edit.internal.swt.table.TableColumnConfiguration
public class TableColumnConfiguration
- extends Object
The table column configuration defines whether a column is visible and what attribute should be bound to the column.
- Author:
- Eugen Neufeld
TableColumnConfiguration
public TableColumnConfiguration(boolean readOnly,
org.eclipse.emf.ecore.EAttribute columnAttribute)
- Parameters:
readOnly
- whether the column is read-onlycolumnAttribute
- the EAttribute
to be displayed in this column
isReadOnly
public boolean isReadOnly()
- Whether the column is read only.
- Returns:
- if the column is read-only
getColumnAttribute
public org.eclipse.emf.ecore.EAttribute getColumnAttribute()
- The
EAttribute
to bind to the column.
- Returns:
- the
EAttribute
to bind
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2015. All Rights Reserved.