Uses of Class
de.cbse.jeasy.JEColumnIdentifier

Uses of JEColumnIdentifier in de.cbse.jeasy
 

Methods in de.cbse.jeasy that return JEColumnIdentifier
 JEColumnIdentifier JETable.addColumn(JEComponent jeo)
          Inserts a TableColumn with properties out of the JEasy object.
 JEColumnIdentifier JETable.addColumn(java.lang.String s)
          Inserts a TableColumn with the string as columnname.
 JEColumnIdentifier JETable.getColumnIdentifier(int col)
          Gets the columnnumber of the DataModel for a given column identifier
 

Methods in de.cbse.jeasy with parameters of type JEColumnIdentifier
 int JETable.getColumnByIdentifier(JEColumnIdentifier columnIdentifier)
          Gets the columnnumber of the DataModel for a given column identifierr
 boolean JETableCellRenderer.isFiltered(JEColumnIdentifier jeci)
          Gets the value of the filtered property for this column
 java.lang.Boolean JETableCellRenderer.isSorted(JEColumnIdentifier jeci)
          Gets the value of the sorted property for this column