public class PortablePlaceableWidget extends GlassPaneWidget implements MinSizeInterface
PortablePlaceable interface.
It requests the named object to place itself into a provided container. The container is then covered
with glass pane in order to prevent event propagation.| Red (ahuseyno) |
| Red (ahuseyno) |
_componentWidget, _containerPanel, _glassPane, _layeredPane| Constructor and Description |
|---|
PortablePlaceableWidget(org.netbeans.api.visual.widget.Scene scene,
PositionableElement element)
Create a new instance of the widget by requesting the element to place
itself into the provided container.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getMinHeight()
The minimal width for this height is _MIN_DIMENSION.
|
java.lang.Integer |
getMinWidth()
The minimal width for this width is _MIN_DIMENSION.
|
place, setGlassPaneSizegetPositionableElementaddChild, addChild, addChild, addChild, addChildren, addDependency, bringToBack, bringToFront, calculateClientArea, convertLocalToScene, convertLocalToScene, convertSceneToLocal, convertSceneToLocal, createActions, equals, getAccessibleContext, getActions, getActions, getBackground, getBorder, getBounds, getChildConstraint, getChildren, getClientArea, getCursor, getCursorAt, getDependencies, getFont, getForeground, getGraphics, getLayout, getLocation, getLookup, getMaximumSize, getMinimumSize, getParentWidget, getPreferredBounds, getPreferredLocation, getPreferredSize, getResourceTable, getScene, getState, getToolTipText, hashCode, isCheckClipping, isEnabled, isHitAt, isOpaque, isPreferredBoundsSet, isRepaintRequiredForRevalidating, isValidated, isVisible, notifyAdded, notifyBackgroundChanged, notifyFontChanged, notifyForegroundChanged, notifyRemoved, notifyStateChanged, paint, paintBackground, paintBorder, paintChildren, paintWidget, removeChild, removeChildren, removeChildren, removeDependency, removeFromParent, repaint, resolveBounds, revalidate, revalidate, setAccessibleContext, setBackground, setBackgroundFromResource, setBorder, setBorder, setCheckClipping, setChildConstraint, setCursor, setEnabled, setFont, setFontFromResource, setForeground, setForegroundFromResource, setLayout, setMaximumSize, setMinimumSize, setOpaque, setPreferredBounds, setPreferredLocation, setPreferredSize, setResourceTable, setState, setToolTipText, setVisible, updateResourcespublic PortablePlaceableWidget(org.netbeans.api.visual.widget.Scene scene,
PositionableElement element)
scene - The scene.element - The positionable element.public java.lang.Integer getMinWidth()
getMinWidth in interface MinSizeInterfacepublic java.lang.Integer getMinHeight()
getMinHeight in interface MinSizeInterface