com.ibm.jdg2e.swt.snippets.tablecursor
Class Snippet96

java.lang.Object
  extended bycom.ibm.jdg2e.swt.snippets.tablecursor.Snippet96

public class Snippet96
extends java.lang.Object

TableCursor example snippet: navigate a table cells with arrow keys. Edit when user hits Return key. Exit edit mode by hitting Escape (cancels edit) or Return (applies edit to table). For a list of all SWT example snippets see http://www.eclipse.org/swt/snippets/


Constructor Summary
Snippet96()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Snippet96

public Snippet96()
Method Detail

main

public static void main(java.lang.String[] args)