org.eclipse.swt.widgets
Class WidgetTable
java.lang.Object
|
+--org.eclipse.swt.widgets.WidgetTable
- class WidgetTable
- extends Object
This class contains static methods which provide a map from the
platform representation of a widget to the SWT control.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FreeSlot
static int FreeSlot
GrowSize
static int GrowSize
IndexTable
static int[] IndexTable
ControlTable
static Control[] ControlTable
WidgetTable
WidgetTable()
get
public static Control get(int handle)
put
public static void put(int handle,
Control control)
remove
public static Control remove(int handle)
shells
public static Shell[] shells()
shellSize
static int shellSize()
size
public static int size()
comments?