GEF (MVC)
3.9.0.201308190730
A B C D E F G H I J K L M N O P R S T U V W X Z

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. use MarqueeSelectionTool.BEHAVIOR_NODES_CONTAINED_AND_RELATED_CONNECTIONS instead.
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 to index, and sets its locator to a new MidpointLocator.
BendpointCreationHandle(ConnectionEditPart, int, int) - Constructor for class org.eclipse.gef.handles.BendpointCreationHandle
Creates a new BendpointCreationHandle, sets its owner to owner and its index to index, and sets its locator to a new MidpointLocator with the given locatorIndex.
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 to index, and sets its locator to locator.
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 to index, and sets its locator to a new BendpointLocator.
BendpointMoveHandle(ConnectionEditPart, int, int) - Constructor for class org.eclipse.gef.handles.BendpointMoveHandle
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, int, Locator) - Constructor for class org.eclipse.gef.handles.BendpointMoveHandle
Creates a new BendpointMoveHandle and sets its owner to owner, sets its index to index, and sets its locator to locator.
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 using PaletteCustomizerDialog.createButton(Composite, int, String, int, ImageDescriptor) or Dialog.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 using PaletteSettingsDialog.createButton(Composite, int, String, int, ImageDescriptor) or Dialog.createButton(Composite, int, String, boolean) is selected.

GEF (MVC)
3.9.0.201308190730
A B C D E F G H I J K L M N O P R S T U V W X Z
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.