net.miginfocom.swing

Class SwingContainerWrapper

public final class SwingContainerWrapper extends SwingComponentWrapper implements ContainerWrapper

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

Constructor Detail

SwingContainerWrapper

public SwingContainerWrapper(Container 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)