public abstract class NamedObjectWidget extends org.netbeans.api.visual.widget.Widget implements NamedObjectWidgetInterface
NamedObjectWidgetInterface
.Red (ahuseyno) |
Red (ahuseyno) |
Constructor and Description |
---|
NamedObjectWidget(org.netbeans.api.visual.widget.Scene scene,
PositionableElement element)
Create new instance of the widget.
|
Modifier and Type | Method and Description |
---|---|
PositionableElement |
getPositionableElement()
Return positionable element that the instance is visualizing.
|
addChild, 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, updateResources
public NamedObjectWidget(org.netbeans.api.visual.widget.Scene scene, PositionableElement element)
scene
- The scene of the widget.element
- The named object to visualize.public PositionableElement getPositionableElement()
getPositionableElement
in interface NamedObjectWidgetInterface