public interface ITable extends IControl, ITableCommon, IListSelectionVetoObservable
Modifier and Type | Method and Description |
---|---|
int |
convertColumnIndexToModel(int viewIndex) |
int |
convertColumnIndexToView(int modelIndex) |
int |
getColumnCount() |
int |
getRowCount() |
void |
moveColumn(int oldViewIndex,
int newViewIndex) |
void |
pack() |
void |
pack(int columnIndex) |
void |
resetColumnPermutation() |
void |
scrollToEnd()
Scrolls the viewport to the last row.
|
void |
scrollToSelection()
Scrolls the viewport to the first selected row.
|
getDragSource, getDropTarget, getParent, getRoot, setMaxSize, setMinSize, setParent, setPreferredSize
createPopupMenu, fromComponent, getBounds, hasFocus, isReparentable, isShowing, setBounds, setPopupMenu, setPosition, setSize, toComponent, toLocal, toScreen
dispose, isDisposed
addDisposeListener, removeDisposeListener
addShowingStateListener, removeShowingStateListener
addParentListener, removeParentListener
cancelEditing, editCell, getCellPosition, getCellSize, getColumnPermutation, getSelection, getVisibleRows, isColumnPopupDetectionSupported, isEditing, pack, pack, resetFromModel, scrollToRow, setColumnPermutation, setEditable, setRowHeight, setSelection, stopEditing
addTableSelectionListener, removeTableSelectionListener
addTableCellListener, removeTableCellListener
addTableCellPopupDetectionListener, removeTableCellPopupDetectionListener
addTableColumnListener, removeTableColumnListener
addTableColumnPopupDetectionListener, removeTableColumnPopupDetectionListener
getLayoutConstraints, getMaxSize, getMinSize, getPreferredSize, setLayoutConstraints, setToolTipText
getBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisible
getUiReference, isEnabled, setEnabled
addComponentListener, removeComponentListener
addFocusListener, removeFocusListener
addKeyListener, removeKeyListener
addMouseListener, removeMouseListener
addMouseMotionListener, removeMouseMotionListener
addPopupDetectionListener, removePopupDetectionListener
addSelectionVetoListener, removeSelectionVetoListener
void pack()
void pack(int columnIndex)
int getRowCount()
int getColumnCount()
int convertColumnIndexToView(int modelIndex)
int convertColumnIndexToModel(int viewIndex)
void moveColumn(int oldViewIndex, int newViewIndex)
void scrollToSelection()
ITableCommon.scrollToRow(int)
void scrollToEnd()
ITableCommon.scrollToRow(int)
void resetColumnPermutation()
Siehe auch Jowidgets Nutzerhandbuch