public final class SwtContainerWrapper extends SwtComponentWrapper implements ContainerWrapper
TYPE_BUTTON, TYPE_CHECK_BOX, TYPE_COMBO_BOX, TYPE_CONTAINER, TYPE_IMAGE, TYPE_LABEL, TYPE_LIST, TYPE_PANEL, TYPE_PROGRESS_BAR, TYPE_SCROLL_BAR, TYPE_SCROLL_PANE, TYPE_SEPARATOR, TYPE_SLIDER, TYPE_SPINNER, TYPE_TABBED_PANE, TYPE_TABLE, TYPE_TEXT_AREA, TYPE_TEXT_FIELD, TYPE_TREE, TYPE_UNKNOWN, TYPE_UNSET| Constructor and Description |
|---|
SwtContainerWrapper(org.eclipse.swt.widgets.Composite c) |
| Modifier and Type | Method and Description |
|---|---|
int |
getComponentCount() |
ComponentWrapper[] |
getComponents() |
int |
getComponentType(boolean disregardScrollPane) |
Object |
getLayout() |
int |
getLayoutHashCode() |
boolean |
isLeftToRight() |
void |
paintDebugCell(int x,
int y,
int width,
int height) |
equals, getBaseline, getComponent, getContentBias, getHeight, getHorizontalScreenDPI, getLinkId, getMaximumHeight, getMaximumWidth, getMinimumHeight, getMinimumWidth, getParent, getPixelUnitFactor, getPreferredHeight, getPreferredWidth, getScreenHeight, getScreenLocationX, getScreenLocationY, getScreenWidth, getVerticalScreenDPI, getVisualPadding, getWidth, getX, getY, hasBaseline, hashCode, isMinimumSizeZero, isUseVisualPadding, isVisible, paintDebugOutline, setBounds, setMinimumSizeZero, setUseVisualPadding, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBaseline, getComponent, getContentBias, getHeight, getHorizontalScreenDPI, getLinkId, getMaximumHeight, getMaximumWidth, getMinimumHeight, getMinimumWidth, getParent, getPixelUnitFactor, getPreferredHeight, getPreferredWidth, getScreenHeight, getScreenLocationX, getScreenLocationY, getScreenWidth, getVerticalScreenDPI, getVisualPadding, getWidth, getX, getY, hasBaseline, isVisible, paintDebugOutline, setBoundspublic SwtContainerWrapper(org.eclipse.swt.widgets.Composite c)
public ComponentWrapper[] getComponents()
getComponents in interface ContainerWrapperpublic int getComponentCount()
getComponentCount in interface ContainerWrapperpublic Object getLayout()
getLayout in interface ContainerWrapperpublic final boolean isLeftToRight()
isLeftToRight in interface ContainerWrapperpublic final void paintDebugCell(int x,
int y,
int width,
int height)
paintDebugCell in interface ContainerWrapperpublic int getComponentType(boolean disregardScrollPane)
getComponentType in interface ComponentWrappergetComponentType in class SwtComponentWrapperpublic int getLayoutHashCode()
getLayoutHashCode in interface ComponentWrappergetLayoutHashCode in class SwtComponentWrapperCopyright © 2007–2021. All rights reserved.