|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColumnDraggableSupport
The interface to define if a column is draggable.
Non-draggable means that this column itself cannot be dragged and other columns cannot be dragged past this column. This interface would take effect only ifJTableHeader.getReorderingAllowed()
returns true.
Method Summary | |
---|---|
boolean |
isColumnDraggable(int columnIndex)
Checks if the column is draggable. |
Method Detail |
---|
boolean isColumnDraggable(int columnIndex)
columnIndex
- the column index
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |