TableCursor : Table Cursor « SWT « Java Tutorial






TableCursor provides a means to navigate around a table widget using the keyboard:

  1. Arrows
  2. Home
  3. End
  4. Page Up
  5. Page Down
  6. Enter
  1. TableCursor has a single constructor:public TableCursor(Table parent, int style)
  2. The style can be either SWT.NONE or SWT.BORDER.
17.53.Table Cursor
17.53.1.TableCursor
17.53.2.Install Table Editor when navigating the Table CursorInstall Table Editor when navigating the Table Cursor
17.53.3.TableCursor Mouse eventTableCursor Mouse event
17.53.4.TableCursor Key eventTableCursor Key event