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.


Field Summary
(package private) static Control[] ControlTable
           
(package private) static int FreeSlot
           
(package private) static int GrowSize
           
(package private) static int[] IndexTable
           
 
Constructor Summary
(package private) WidgetTable()
           
 
Method Summary
static Control get(int handle)
           
static void put(int handle, Control control)
           
static Control remove(int handle)
           
static Shell[] shells()
           
(package private) static int shellSize()
           
static int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FreeSlot

static int FreeSlot

GrowSize

static int GrowSize

IndexTable

static int[] IndexTable

ControlTable

static Control[] ControlTable
Constructor Detail

WidgetTable

WidgetTable()
Method Detail

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?