Class ColumnEntry
java.lang.Object
org.eclipse.nebula.widgets.nattable.columnChooser.ColumnEntry
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetIndex()getLabel()intinthashCode()voidsetPosition(int position) toString()
-
Constructor Details
-
ColumnEntry
- Parameters:
label- The label of the column.index- The index of the column.position- The position of the column.- Since:
- 2.0
-
-
Method Details
-
getPosition
public int getPosition()- Returns:
- The position of the column.
- Since:
- 2.0
-
setPosition
public void setPosition(int position) - Parameters:
position- The new position of the column.- Since:
- 2.0
-
getIndex
public int getIndex()- Returns:
- The index of the column.
- Since:
- 2.0
-
getLabel
- Returns:
- The label of the column.
-
toString
-
equals
-
hashCode
public int hashCode()
-