com.ibm.jdg2e.swt.snippets.composite
Class Snippet75

java.lang.Object
  extended by com.ibm.jdg2e.swt.snippets.composite.Snippet75

public class Snippet75
extends java.lang.Object

Composite example snippet: set the tab traversal order of children. In this example, composite1 (i.e. c1) tab order is set to: B2, B1, B3, and shell tab order is set to: c1, B7, toolBar1, (c4: no focusable children), c2, L2 For a list of all SWT example snippets see http://www.eclipse.org/swt/snippets/


Constructor Summary
Snippet75()
           
 
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

Snippet75

public Snippet75()
Method Detail

main

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