public class BendpointMoveHandle extends BendpointHandle
Figure.FigureIterator, Figure.IdentitySearch
AncestorListener.Stub
IFigure.NoInsets
DEFAULT_HANDLE_SIZE
bgColor, border, bounds, fgColor, flags, font, MAX_FLAG, maxSize, minSize, NO_MANAGER, prefSize, toolTip
MAX_DIMENSION, MIN_DIMENSION, NO_INSETS
Constructor and Description |
---|
BendpointMoveHandle()
Creates a new BendpointMoveHandle.
|
BendpointMoveHandle(ConnectionEditPart owner,
int index)
Creates a new BendpointMoveHandle, sets its owner to
owner
and its index to index , and sets its locator to a new
BendpointLocator . |
BendpointMoveHandle(ConnectionEditPart owner,
int index,
int locatorIndex)
Creates a new BendpointMoveHandle, sets its owner to
owner
and its index to index , and sets its locator to a new
BendpointLocator with the given locatorIndex . |
BendpointMoveHandle(ConnectionEditPart owner,
int index,
Locator locator)
Creates a new BendpointMoveHandle and sets its owner to
owner , sets its index to index , and sets its
locator to locator . |
Modifier and Type | Method and Description |
---|---|
protected DragTracker |
createDragTracker()
Creates and returns a new
ConnectionBendpointTracker . |
getIndex, propertyChange, setIndex
addNotify, getConnection, isFixed, removeNotify, setFixed
getBorderColor, getFillColor, init, isPrimary, paintFigure
ancestorAdded, ancestorMoved, ancestorRemoved, getAccessibleLocation, getDragCursor, getDragTracker, getLocator, getOwner, getOwnerFigure, setDragCursor, setDragTracker, setLocator, setOwner, validate
add, add, add, add, addAncestorListener, addCoordinateListener, addFigureListener, addFocusListener, addKeyListener, addLayoutListener, addListener, addMouseListener, addMouseMotionListener, addPropertyChangeListener, addPropertyChangeListener, containsPoint, containsPoint, erase, findDescendantAtExcluding, findFigureAt, findFigureAt, findFigureAt, findFigureAtExcluding, findMouseEventTargetAt, findMouseEventTargetInDescendantsAt, fireCoordinateSystemChanged, fireFigureMoved, fireMoved, firePropertyChange, firePropertyChange, firePropertyChange, getBackgroundColor, getBorder, getBounds, getChildren, getClientArea, getClientArea, getClippingStrategy, getCursor, getFlag, getFont, getForegroundColor, getInsets, getLayoutManager, getListeners, getLocalBackgroundColor, getLocalFont, getLocalForegroundColor, getLocation, getMaximumSize, getMinimumSize, getMinimumSize, getParent, getPreferredSize, getPreferredSize, getSize, getToolTip, getUpdateManager, handleFocusGained, handleFocusLost, handleKeyPressed, handleKeyReleased, handleMouseDoubleClicked, handleMouseDragged, handleMouseEntered, handleMouseExited, handleMouseHover, handleMouseMoved, handleMousePressed, handleMouseReleased, hasFocus, internalGetEventDispatcher, intersects, invalidate, invalidateTree, isCoordinateSystem, isEnabled, isFocusTraversable, isMirrored, isMouseEventTarget, isOpaque, isRequestFocusEnabled, isShowing, isValid, isValidationRoot, isVisible, layout, paint, paintBorder, paintChildren, paintClientArea, primTranslate, remove, removeAll, removeAncestorListener, removeCoordinateListener, removeFigureListener, removeFocusListener, removeKeyListener, removeLayoutListener, removeListener, removeMouseListener, removeMouseMotionListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, revalidate, setBackgroundColor, setBorder, setBounds, setChildrenDirection, setChildrenEnabled, setChildrenOrientation, setClippingStrategy, setConstraint, setCursor, setEnabled, setFlag, setFocusTraversable, setFont, setForegroundColor, setLayoutManager, setLocation, setMaximumSize, setMinimumSize, setOpaque, setParent, setPreferredSize, setPreferredSize, setRequestFocusEnabled, setSize, setSize, setToolTip, setValid, setVisible, translate, translateFromParent, translateToAbsolute, translateToParent, translateToRelative, useLocalCoordinates
public BendpointMoveHandle()
public BendpointMoveHandle(ConnectionEditPart owner, int index)
owner
and its index to index
, and sets its locator to a new
BendpointLocator
.owner
- the ConnectionEditPart ownerindex
- the indexpublic BendpointMoveHandle(ConnectionEditPart owner, int index, int locatorIndex)
owner
and its index to index
, and sets its locator to a new
BendpointLocator
with the given locatorIndex
.owner
- the ConnectionEditPart ownerindex
- the indexlocatorIndex
- the index to use for the locatorpublic BendpointMoveHandle(ConnectionEditPart owner, int index, Locator locator)
owner
, sets its index to index
, and sets its
locator to locator
.owner
- the ConnectionEditPart ownerindex
- the indexlocator
- the Locatorprotected DragTracker createDragTracker()
ConnectionBendpointTracker
.createDragTracker
in class BendpointHandle
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.