net.miginfocom.swt

Class SwtContainerWrapper

public final class SwtContainerWrapper extends SwtComponentWrapper implements ContainerWrapper

Constructor Summary
SwtContainerWrapper(Composite c)
Method Summary
intgetComponentCount()
ComponentWrapper[]getComponents()
intgetComponetType(boolean disregardScrollPane)
ObjectgetLayout()
intgetLayoutHashCode()
booleanisLeftToRight()
voidpaintDebugCell(int x, int y, int width, int height)

Constructor Detail

SwtContainerWrapper

public SwtContainerWrapper(Composite c)

Method Detail

getComponentCount

public int getComponentCount()

getComponents

public ComponentWrapper[] getComponents()

getComponetType

public int getComponetType(boolean disregardScrollPane)

getLayout

public Object getLayout()

getLayoutHashCode

public int getLayoutHashCode()

isLeftToRight

public final boolean isLeftToRight()

paintDebugCell

public final void paintDebugCell(int x, int y, int width, int height)