java.lang.Object
net.miginfocom.swing.SwingComponentWrapper
net.miginfocom.swing.SwingContainerWrapper
- All Implemented Interfaces:
ComponentWrapper,ContainerWrapper
-
Field Summary
Fields inherited from interface net.miginfocom.layout.ComponentWrapper
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetComponentType(boolean disregardScrollPane) intfinal booleanfinal voidpaintDebugCell(int x, int y, int width, int height) Methods inherited from class net.miginfocom.swing.SwingComponentWrapper
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, isMaxSizeSetOn1_4, isVisible, isVisualPaddingEnabled, paintDebugOutline, setBounds, setMaxSizeSetOn1_4, setVisualPaddingEnabledMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.miginfocom.layout.ComponentWrapper
getBaseline, 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, setBounds
-
Constructor Details
-
SwingContainerWrapper
-
-
Method Details
-
getComponents
- Specified by:
getComponentsin interfaceContainerWrapper
-
getComponentCount
public int getComponentCount()- Specified by:
getComponentCountin interfaceContainerWrapper
-
getLayout
- Specified by:
getLayoutin interfaceContainerWrapper
-
isLeftToRight
public final boolean isLeftToRight()- Specified by:
isLeftToRightin interfaceContainerWrapper
-
paintDebugCell
public final void paintDebugCell(int x, int y, int width, int height) - Specified by:
paintDebugCellin interfaceContainerWrapper
-
getComponentType
public int getComponentType(boolean disregardScrollPane) - Specified by:
getComponentTypein interfaceComponentWrapper- Overrides:
getComponentTypein classSwingComponentWrapper
-
getLayoutHashCode
public int getLayoutHashCode()- Specified by:
getLayoutHashCodein interfaceComponentWrapper- Overrides:
getLayoutHashCodein classSwingComponentWrapper
-