org.eclipse.nebula.widgets.nattable.columnChooser
Class ColumnEntry

java.lang.Object
  extended by 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

Constructor Summary
ColumnEntry(String label, Integer index, Integer position)
           
 
Method Summary
 boolean equals(Object obj)
           
 Integer getIndex()
           
 String getLabel()
           
 Integer getPosition()
           
 int hashCode()
           
 void setPosition(Integer position)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColumnEntry

public ColumnEntry(String label,
                   Integer index,
                   Integer position)
Method Detail

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.