A B C D E F G H I J K L M N O P R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BEHAVIOR_CONNECTIONS_CONTAINED - Static variable in class org.eclipse.gef.tools.MarqueeSelectionTool
-
This behavior selects connections that intersect the marquee rectangle.
- BEHAVIOR_CONNECTIONS_TOUCHED - Static variable in class org.eclipse.gef.tools.MarqueeSelectionTool
-
This behavior selects connections that intersect the marquee rectangle.
- BEHAVIOR_NODES_AND_CONNECTIONS - Static variable in class org.eclipse.gef.tools.MarqueeSelectionTool
-
Deprecated.
- BEHAVIOR_NODES_CONTAINED - Static variable in class org.eclipse.gef.tools.MarqueeSelectionTool
-
This behavior selects nodes completely encompassed by the marquee rectangle.
- BEHAVIOR_NODES_CONTAINED_AND_RELATED_CONNECTIONS - Static variable in class org.eclipse.gef.tools.MarqueeSelectionTool
-
This behavior selects nodes completely encompassed by the marquee rectangle, and all connections between those nodes.
- BEHAVIOR_NODES_TOUCHED - Static variable in class org.eclipse.gef.tools.MarqueeSelectionTool
-
This behavior selects nodes that intersect the marquee rectangle.
- BEHAVIOR_NODES_TOUCHED_AND_RELATED_CONNECTIONS - Static variable in class org.eclipse.gef.tools.MarqueeSelectionTool
-
This behavior selects nodes that intersect the marquee rectangle.
- BendpointCreationHandle - Class in org.eclipse.gef.handles
-
A BendpointHandle that is used to create a new bendpoint.
- BendpointCreationHandle() - Constructor for class org.eclipse.gef.handles.BendpointCreationHandle
-
Creates a new BendpointCreationHandle.
- BendpointCreationHandle(ConnectionEditPart, int) - Constructor for class org.eclipse.gef.handles.BendpointCreationHandle
-
Creates a new BendpointCreationHandle, sets its owner to
owner
and its index toindex
, and sets its locator to a newMidpointLocator
. - BendpointCreationHandle(ConnectionEditPart, int, int) - Constructor for class org.eclipse.gef.handles.BendpointCreationHandle
-
Creates a new BendpointCreationHandle, sets its owner to
owner
and its index toindex
, and sets its locator to a newMidpointLocator
with the givenlocatorIndex
. - BendpointCreationHandle(ConnectionEditPart, int, Locator) - Constructor for class org.eclipse.gef.handles.BendpointCreationHandle
-
Creates a new BendpointCreationHandle and sets its owner to
owner
, sets its index toindex
, and sets its locator tolocator
. - BendpointEditPolicy - Class in org.eclipse.gef.editpolicies
-
Used to add bendpoint handles on a
ConnectionEditPart
. - BendpointEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.BendpointEditPolicy
- BendpointHandle - Class in org.eclipse.gef.handles
-
A handle for bendpoints on a connection.
- BendpointHandle() - Constructor for class org.eclipse.gef.handles.BendpointHandle
- BendpointMoveHandle - Class in org.eclipse.gef.handles
-
A BendpointHandle that is used to move an existing bendpoint.
- BendpointMoveHandle() - Constructor for class org.eclipse.gef.handles.BendpointMoveHandle
-
Creates a new BendpointMoveHandle.
- BendpointMoveHandle(ConnectionEditPart, int) - Constructor for class org.eclipse.gef.handles.BendpointMoveHandle
-
Creates a new BendpointMoveHandle, sets its owner to
owner
and its index toindex
, and sets its locator to a newBendpointLocator
. - BendpointMoveHandle(ConnectionEditPart, int, int) - Constructor for class org.eclipse.gef.handles.BendpointMoveHandle
-
Creates a new BendpointMoveHandle, sets its owner to
owner
and its index toindex
, and sets its locator to a newBendpointLocator
with the givenlocatorIndex
. - BendpointMoveHandle(ConnectionEditPart, int, Locator) - Constructor for class org.eclipse.gef.handles.BendpointMoveHandle
-
Creates a new BendpointMoveHandle and sets its owner to
owner
, sets its index toindex
, and sets its locator tolocator
. - BendpointRequest - Class in org.eclipse.gef.requests
-
A request to alter a bendpoint.
- BendpointRequest() - Constructor for class org.eclipse.gef.requests.BendpointRequest
- border - Variable in class org.eclipse.gef.handles.NonResizableHandle
-
Deprecated.The border
- bringDown() - Method in class org.eclipse.gef.tools.DirectEditManager
-
Cleanup is done here.
- buildActions() - Method in class org.eclipse.gef.ui.actions.ActionBarContributor
-
Creates and initializes Actions managed by this contributor.
- buildContextMenu(IMenuManager) - Method in class org.eclipse.gef.ContextMenuProvider
-
Called when the menu is about to show.
- buildContextMenu(IMenuManager) - Method in class org.eclipse.gef.ui.palette.PaletteContextMenuProvider
-
This is the method that builds the context menu.
- buttonPressed(int) - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
-
This method will be invoked whenever any
Button
created usingPaletteCustomizerDialog.createButton(Composite, int, String, int, ImageDescriptor)
orDialog.createButton(Composite, int, String, boolean)
is selected. - buttonPressed(int) - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
-
This method will be invoked whenever any
Button
created usingPaletteSettingsDialog.createButton(Composite, int, String, int, ImageDescriptor)
orDialog.createButton(Composite, int, String, boolean)
is selected.
All Classes All Packages