org.eclipse.nebula.widgets.nattable.columnChooser
Class ColumnEntry
java.lang.Object
org.eclipse.nebula.widgets.nattable.columnChooser.ColumnEntry
public class ColumnEntry
- extends Object
Object representation of a NatTable Column.
This is used in the Column chooser dialogs as a mechanism of preserving
meta data on the columns in the dialog.
- See Also:
ColumnChooserUtils
ColumnEntry
public ColumnEntry(String label,
Integer index,
Integer position)
toString
public String toString()
- Overrides:
toString
in class Object
getPosition
public Integer getPosition()
setPosition
public void setPosition(Integer position)
getIndex
public Integer getIndex()
getLabel
public String getLabel()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2014. All rights reserved.