Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
P
- paint(IFigure, Graphics, Insets) - Method in class org.eclipse.gef.handles.CornerTriangleBorder
- 
Deprecated.Paints the border.
- paint(IFigure, Graphics, Insets) - Method in class org.eclipse.gef.tools.DirectEditManager.DirectEditBorder
- paintFigure(Graphics) - Method in class org.eclipse.gef.editparts.GridLayer
- paintFigure(Graphics) - Method in class org.eclipse.gef.handles.SquareHandle
- 
Draws the handle with fill color and outline color dependent on the primary selection status of the owner editpart.
- paintGrid(Graphics) - Method in class org.eclipse.gef.editparts.GridLayer
- 
Paints the grid.
- PALETTE_HIDE - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
- 
Hide Palette
- PALETTE_SHOW - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
- 
Show Palette
- PALETTE_TYPE_DRAWER - Static variable in class org.eclipse.gef.palette.PaletteDrawer
- 
The type for this PaletteEntry.
- PALETTE_TYPE_GROUP - Static variable in class org.eclipse.gef.palette.PaletteGroup
- 
Type Identifier
- PALETTE_TYPE_ROOT - Static variable in class org.eclipse.gef.palette.PaletteRoot
- 
Type Identifier
- PALETTE_TYPE_SEPARATOR - Static variable in class org.eclipse.gef.palette.PaletteSeparator
- 
Type identifier
- PALETTE_TYPE_STACK - Static variable in class org.eclipse.gef.palette.PaletteStack
- 
Type identifier
- PALETTE_TYPE_TEMPLATE - Static variable in class org.eclipse.gef.palette.PaletteTemplateEntry
- 
Type identifier
- PALETTE_TYPE_TOOL - Static variable in class org.eclipse.gef.palette.ToolEntry
- 
Type Identifier
- PALETTE_TYPE_TOOLBAR_GROUP - Static variable in class org.eclipse.gef.palette.PaletteToolbar
- 
Type Identifier for a palette group that looks like a toolbar and only supports icons mode.
- PALETTE_TYPE_UNKNOWN - Static variable in class org.eclipse.gef.palette.PaletteEntry
- 
Type unknown
- PaletteColorProvider - Class in org.eclipse.gef.ui.palette
- 
Default colors used by thePaletteViewerwhich are used when painting the palette figures.
- PaletteColorProvider() - Constructor for class org.eclipse.gef.ui.palette.PaletteColorProvider
- PaletteContainer - Class in org.eclipse.gef.palette
- 
Default implementation of PaletteContainer
- PaletteContainer(String, String, ImageDescriptor, Object) - Constructor for class org.eclipse.gef.palette.PaletteContainer
- 
Constructor
- PaletteContainerFactory - Class in org.eclipse.gef.ui.palette.customize
- 
Abstract factory forPaletteContainers
- PaletteContainerFactory() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteContainerFactory
- PaletteContextMenuProvider - Class in org.eclipse.gef.ui.palette
- 
Provides the context menu for a palette.
- PaletteContextMenuProvider(PaletteViewer) - Constructor for class org.eclipse.gef.ui.palette.PaletteContextMenuProvider
- 
Constructor
- PaletteCustomizationAction - Class in org.eclipse.gef.ui.palette.customize
- 
PaletteCustomizationActions are used to manipulate the palette model.
- PaletteCustomizationAction() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteCustomizationAction
- PaletteCustomizer - Class in org.eclipse.gef.ui.palette
- 
PaletteCustomizeris thePaletteCustomizerDialog's interface to the model.
- PaletteCustomizer() - Constructor for class org.eclipse.gef.ui.palette.PaletteCustomizer
- PaletteCustomizerDialog - Class in org.eclipse.gef.ui.palette.customize
- 
This class implements a default dialog that allows customization of the different entries/items on a GEF palette, i.e. the model behind the palette.
- PaletteCustomizerDialog(Shell, PaletteCustomizer, PaletteRoot) - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
- 
Constructs a new customizer dialog.
- PaletteDrawer - Class in org.eclipse.gef.palette
- 
A PaletteDrawer is a collapsible container that can have other non-container palette entries.
- PaletteDrawer(String) - Constructor for class org.eclipse.gef.palette.PaletteDrawer
- 
Constructor
- PaletteDrawer(String, ImageDescriptor) - Constructor for class org.eclipse.gef.palette.PaletteDrawer
- 
Constructor
- PaletteDrawerFactory - Class in org.eclipse.gef.ui.palette.customize
- 
Factory to createcategories
- PaletteDrawerFactory() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteDrawerFactory
- 
Constructor
- PaletteEditPartFactory - Class in org.eclipse.gef.ui.palette
- 
Factory to create EditParts for different PaletteEntries.
- PaletteEditPartFactory() - Constructor for class org.eclipse.gef.ui.palette.PaletteEditPartFactory
- PaletteEntry - Class in org.eclipse.gef.palette
- 
Root class (statically) for the palette model.
- PaletteEntry(String, String) - Constructor for class org.eclipse.gef.palette.PaletteEntry
- 
Constructor
- PaletteEntry(String, String, Object) - Constructor for class org.eclipse.gef.palette.PaletteEntry
- 
Constructor
- PaletteEntry(String, String, ImageDescriptor, ImageDescriptor) - Constructor for class org.eclipse.gef.palette.PaletteEntry
- 
Constructor
- PaletteEntry(String, String, ImageDescriptor, ImageDescriptor, Object) - Constructor for class org.eclipse.gef.palette.PaletteEntry
- 
Constructor
- PaletteEntry(String, String, ImageDescriptor, ImageDescriptor, Object, String) - Constructor for class org.eclipse.gef.palette.PaletteEntry
- 
Constructor
- PaletteEntryFactory - Class in org.eclipse.gef.ui.palette.customize
- 
A PaletteEntryFactory creates certain type ofPaletteEntries.
- PaletteEntryFactory() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
- PaletteGroup - Class in org.eclipse.gef.palette
- 
A PaletteGroup consists of a group ofPaletteEntryobjects that are uncollapsible .
- PaletteGroup(String) - Constructor for class org.eclipse.gef.palette.PaletteGroup
- 
Creates a new PaletteGroup with the given label
- PaletteGroup(String, List<? extends PaletteEntry>) - Constructor for class org.eclipse.gef.palette.PaletteGroup
- 
Creates a new PaletteGroup with the given label and list ofPalette Entries.
- PaletteGroupFactory - Class in org.eclipse.gef.ui.palette.customize
- 
Factory to creategroups
- PaletteGroupFactory() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteGroupFactory
- 
Constructor
- PaletteListener - Interface in org.eclipse.gef.palette
- 
Listens to changes in the palette.
- PaletteMessages - Class in org.eclipse.gef.ui.palette
- PaletteMessages() - Constructor for class org.eclipse.gef.ui.palette.PaletteMessages
- PalettePage - Interface in org.eclipse.gef.ui.views.palette
- 
An interface representing a page to be used in the PaletteView.
- PaletteRoot - Class in org.eclipse.gef.palette
- 
Serves as the rootPaletteEntryfor the palette model.
- PaletteRoot() - Constructor for class org.eclipse.gef.palette.PaletteRoot
- 
Creates a new PaletteRoot.
- PaletteSeparator - Class in org.eclipse.gef.palette
- 
A separator for the palette
 
 Separators can also be used as markers.
- PaletteSeparator() - Constructor for class org.eclipse.gef.palette.PaletteSeparator
- 
Creates a new PaletteSeparator with an empty string as its identifier.
- PaletteSeparator(String) - Constructor for class org.eclipse.gef.palette.PaletteSeparator
- 
Constructor
- PaletteSeparatorFactory - Class in org.eclipse.gef.ui.palette.customize
- 
Factory to createPaletteSeparators.
- PaletteSeparatorFactory() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteSeparatorFactory
- 
Constructor
- PaletteSettingsDialog - Class in org.eclipse.gef.ui.palette.customize
- PaletteSettingsDialog(Shell, PaletteViewerPreferences) - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
- 
Constructor
- PaletteStack - Class in org.eclipse.gef.palette
- 
The model object for a PaletteStack - A stack of tools.
- PaletteStack(String, String, ImageDescriptor) - Constructor for class org.eclipse.gef.palette.PaletteStack
- 
Creates a new PaletteStack with the given name, description, and icon.
- PaletteStackFactory - Class in org.eclipse.gef.ui.palette.customize
- 
Factory to createPaletteStack
- PaletteStackFactory() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteStackFactory
- 
Creates a new PaletteStackFactory with label PaletteMessages.MODEL_TYPE_STACK
- PaletteTemplateEntry - Class in org.eclipse.gef.palette
- PaletteTemplateEntry(String, String, Object, ImageDescriptor, ImageDescriptor) - Constructor for class org.eclipse.gef.palette.PaletteTemplateEntry
- 
Creates a new PaletteTemplateEntry with the given template.
- PaletteToolbar - Class in org.eclipse.gef.palette
- 
A PaletteGroup consists of a group ofPaletteEntryobjects that are uncollapsible .
- PaletteToolbar(String) - Constructor for class org.eclipse.gef.palette.PaletteToolbar
- 
Creates a new PaletteGroup with the given label
- PaletteToolbar(String, List<? extends PaletteEntry>) - Constructor for class org.eclipse.gef.palette.PaletteToolbar
- 
Creates a new PaletteGroup with the given label and list ofPalette Entries.
- PaletteView - Class in org.eclipse.gef.ui.views.palette
- 
The GEF palette view
- PaletteView() - Constructor for class org.eclipse.gef.ui.views.palette.PaletteView
- PaletteViewer - Class in org.eclipse.gef.ui.palette
- 
Graphical viewer for the GEF palette.
- PaletteViewer() - Constructor for class org.eclipse.gef.ui.palette.PaletteViewer
- 
Constructor
- PaletteViewerKeyHandler - Class in org.eclipse.gef.ui.parts
- 
KeyHandler for thePalette.
- PaletteViewerKeyHandler(PaletteViewer) - Constructor for class org.eclipse.gef.ui.parts.PaletteViewerKeyHandler
- 
Constructs a key handler for the specified palette viewer.
- PaletteViewerPage - Class in org.eclipse.gef.ui.views.palette
- 
The default page for the PaletteView that works in conjunction with a PaletteViewerProvider.
- PaletteViewerPage(PaletteViewerProvider) - Constructor for class org.eclipse.gef.ui.views.palette.PaletteViewerPage
- 
Constructor
- PaletteViewerPreferences - Interface in org.eclipse.gef.ui.palette
- 
PaletteViewerPreferencesis used to store/persist the various settings of a GEF palette.
- PaletteViewerProvider - Class in org.eclipse.gef.ui.palette
- 
PaletteViewerProvider provides a standard way of creating palette viewers that can be shared across different clients that need to create a palette (PaletteViewerPage and FlyoutPaletteComposite, for instance).
- PaletteViewerProvider(EditDomain) - Constructor for class org.eclipse.gef.ui.palette.PaletteViewerProvider
- 
Constructor
- PAN - Static variable in class org.eclipse.gef.tools.PanningSelectionTool
- 
The state to indicate that the space bar has been pressed but no drag has been initiated.
- PAN_IN_PROGRESS - Static variable in class org.eclipse.gef.tools.PanningSelectionTool
- 
The state to indicate that a pan is in progress.
- PanningSelectionTool - Class in org.eclipse.gef.tools
- 
A subclass of the SelectionTool that allows panning by holding down the space bar.
- PanningSelectionTool() - Constructor for class org.eclipse.gef.tools.PanningSelectionTool
- PanningSelectionToolEntry - Class in org.eclipse.gef.palette
- 
A ToolEntry for aPanningSelectionTool.
- PanningSelectionToolEntry() - Constructor for class org.eclipse.gef.palette.PanningSelectionToolEntry
- 
Creates a new PanningSelectionToolEntry.
- PanningSelectionToolEntry(String) - Constructor for class org.eclipse.gef.palette.PanningSelectionToolEntry
- 
Constructor for PanningSelectionToolEntry.
- PanningSelectionToolEntry(String, String) - Constructor for class org.eclipse.gef.palette.PanningSelectionToolEntry
- 
Constructor for PanningSelectionToolEntry.
- partActivated(EditPart) - Method in interface org.eclipse.gef.EditPartListener
- 
Called when the editpart has been activated.
- partActivated(EditPart) - Method in class org.eclipse.gef.EditPartListener.Stub
- partDeactivated(EditPart) - Method in interface org.eclipse.gef.EditPartListener
- 
Called when the editpart has been deactivated.
- partDeactivated(EditPart) - Method in class org.eclipse.gef.EditPartListener.Stub
- PasteRetargetAction - Class in org.eclipse.gef.ui.actions
- 
Deprecated.Use org.eclipse.ui.actions.ActionFactory instead
- PasteRetargetAction() - Constructor for class org.eclipse.gef.ui.actions.PasteRetargetAction
- 
Deprecated.Constructs a new PasteRetargetAction with the default ID, label and image.
- PasteTemplateAction - Class in org.eclipse.gef.ui.actions
- 
If the current object on the clipboard is a valid template, this action will paste the template to the viewer.
- PasteTemplateAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions.PasteTemplateAction
- 
Constructor for PasteTemplateAction.
- performConditionalSelection() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
- 
CallsSelectEditPartTracker.performSelection()if the source is not selected.
- performCreation(int) - Method in class org.eclipse.gef.tools.CreationTool
- 
Executes the current command and selects the newly created object.
- performDelete(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.PaletteCustomizer
- 
Updates the model by deleting the given entry from it.
- performDirectEdit() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
- 
Creates aDirectEditRequestand sends it to a DelayedDirectEditHelper to allow the user to directly edit the edit part.
- performDrag() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
- performDrag() - Method in class org.eclipse.gef.tools.SimpleDragTracker
- 
Called once the drag has been interpreted.
- performMarqueeSelect() - Method in class org.eclipse.gef.tools.MarqueeSelectionTool
- 
Calculates and sets a new viewer selection based on the current marquee selection.
- performMoveDown(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.PaletteCustomizer
- 
Updates the model by moving the entry down.
- performMoveUp(PaletteEntry) - Method in class org.eclipse.gef.ui.palette.PaletteCustomizer
- 
Updates the model by moving the entry up.
- performOpen() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
- 
Creates aSelectionRequestand sends it to the source edit part viaEditPart.performRequest(Request).
- performRequest(Request) - Method in interface org.eclipse.gef.EditPart
- 
Performs the specified Request.
- performRequest(Request) - Method in class org.eclipse.gef.editparts.AbstractEditPart
- 
Subclasses should extend this method to handle Requests.
- performSelection() - Method in class org.eclipse.gef.tools.DragTreeItemsTracker
- 
Does nothing.
- performSelection() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
- 
Performs the appropriate selection action based on the selection state of the source and the modifiers (CTRL and SHIFT).
- performViewerMouseWheel(Event, EditPartViewer) - Method in class org.eclipse.gef.tools.AbstractTool
- 
Delegates mouse-wheel event handling to registeredMouseWheelHandlersbased on the given Event's statemask.
- PERMISSION_FULL_MODIFICATION - Static variable in class org.eclipse.gef.palette.PaletteEntry
- 
All modifications allowed.
- PERMISSION_HIDE_ONLY - Static variable in class org.eclipse.gef.palette.PaletteEntry
- 
Entries with this permission level can only be hidden/shown.
- PERMISSION_LIMITED_MODIFICATION - Static variable in class org.eclipse.gef.palette.PaletteEntry
- 
Any property of entries with this level of permission can be changed; however, they cannot be deleted from the palette.
- PERMISSION_NO_MODIFICATION - Static variable in class org.eclipse.gef.palette.PaletteEntry
- 
No changes can be made to a PaletteEntry with this permission level.
- PinDrawerAction - Class in org.eclipse.gef.ui.palette
- 
An action that can be used to pin the given pinnable palette editpart (drawer or stack) open.
- PinDrawerAction(DrawerEditPart) - Constructor for class org.eclipse.gef.ui.palette.PinDrawerAction
- 
Constructor
- PinDrawerAction(IPinnableEditPart) - Constructor for class org.eclipse.gef.ui.palette.PinDrawerAction
- 
Constructor
- PINNED - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
- 
The String "&Pinned"
- placeMouseInViewer(Point) - Method in class org.eclipse.gef.tools.AbstractTool
- 
Places the mouse in the viewer based on the point given.
- populateRowsAndCols(List<? extends GraphicalEditPart>) - Method in class org.eclipse.gef.SnapToGeometry
- 
Updates the cached row and column Entries using the provided parts.
- POST_EXECUTE - Static variable in class org.eclipse.gef.commands.CommandStack
- 
Constant indicating notification after a command has been executed.
- POST_FLUSH - Static variable in class org.eclipse.gef.commands.CommandStack
- 
Constant indicating notification after flushing the stack.
- POST_MARK_SAVE - Static variable in class org.eclipse.gef.commands.CommandStack
- 
Constant indicating notification after marking the save location of the stack.
- POST_MASK - Static variable in class org.eclipse.gef.commands.CommandStack
- 
A bit-mask indicating notification after the command stack has changed.
- POST_REDO - Static variable in class org.eclipse.gef.commands.CommandStack
- 
Constant indicating notification after a command has been redone.
- POST_UNDO - Static variable in class org.eclipse.gef.commands.CommandStack
- 
Constant indicating notification after a command has been undone.
- PRE_EXECUTE - Static variable in class org.eclipse.gef.commands.CommandStack
- 
Constant indicating notification prior to executing a command.
- PRE_FLUSH - Static variable in class org.eclipse.gef.commands.CommandStack
- 
Constant indicating notification prior to flushing the stack.
- PRE_MARK_SAVE - Static variable in class org.eclipse.gef.commands.CommandStack
- 
Constant indicating notification prior to marking the save location of the stack.
- PRE_MASK - Static variable in class org.eclipse.gef.commands.CommandStack
- 
A bit-mask indicating notification before the command stack is changed.
- PRE_REDO - Static variable in class org.eclipse.gef.commands.CommandStack
- 
Constant indicating notification prior to redoing a command.
- PRE_UNDO - Static variable in class org.eclipse.gef.commands.CommandStack
- 
Constant indicating notification prior to undoing a command.
- PREFERENCE_AUTO_COLLAPSE - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
- 
Property name for the auto-collapse setting.
- PREFERENCE_COLUMNS_ICON_SIZE - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
- 
Property name for the large icon setting for columns layout.
- PREFERENCE_DETAILS_ICON_SIZE - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
- 
Property name for the large icon setting for details layout.
- PREFERENCE_FOLDER_ICON_SIZE - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
- 
Deprecated.Use PREFERENCE_COLUMNS_ICON_SIZE instead.
- PREFERENCE_FONT - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
- 
Property name for the palette font setting.
- PREFERENCE_ICONS_ICON_SIZE - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
- 
Property name for the large icon setting for icons only layout.
- PREFERENCE_LAYOUT - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
- 
Property name for the layout setting.
- PREFERENCE_LIST_ICON_SIZE - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
- 
Property name for the large icon setting for list layout.
- PREFERENCE_SCROLLBARS_MODE - Static variable in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
- 
Linux Only Property name for enabling or disabling the scrollbars overlay.
- preparePrintSource() - Method in class org.eclipse.gef.print.PrintGraphicalViewerOperation
- primAddSourceConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
- 
Adds the specified sourceConnectionEditPartat an index.
- primAddTargetConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
- 
Adds the specified targetConnectionEditPartat an index.
- PRIMARY_DRAG_ROLE - Static variable in interface org.eclipse.gef.EditPolicy
- 
The key used to install a primary drag EditPolicy.
- PRIMARY_LAYER - Static variable in interface org.eclipse.gef.LayerConstants
- 
Identifies the layer containing the primary pieces of the application.
- primGetSelectedEditParts() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
- 
Returns the modifiable List of selected EditParts.
- primRemoveSourceConnection(ConnectionEditPart) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
- 
Removes the specified sourceConnectionEditPartfrom theAbstractGraphicalEditPart.sourceConnectionsList.
- primRemoveTargetConnection(ConnectionEditPart) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
- 
Removes the specified targetConnectionEditPartfrom theAbstractGraphicalEditPart.targetConnectionsList.
- PRINTABLE_LAYERS - Static variable in interface org.eclipse.gef.LayerConstants
- 
The layer that contains all printable layers.
- PrintAction - Class in org.eclipse.gef.ui.actions
- PrintAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions.PrintAction
- 
Constructor for PrintAction.
- PrintGraphicalViewerOperation - Class in org.eclipse.gef.print
- PrintGraphicalViewerOperation(Printer, GraphicalViewer) - Constructor for class org.eclipse.gef.print.PrintGraphicalViewerOperation
- 
Constructor for PrintGraphicalViewerOperation
- processSelect(KeyEvent) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerKeyHandler
- 
This method is invoked when the user presses the space bar.
- PROPERTY_ACTIVE_ENTRY - Static variable in class org.eclipse.gef.palette.PaletteStack
- 
Property name for the active entry
- PROPERTY_CHILDREN - Static variable in class org.eclipse.gef.palette.PaletteContainer
- 
Property name indicating that this PaletteContainer's children have changed
- PROPERTY_CREATION_FACTORY - Static variable in class org.eclipse.gef.tools.CreationTool
- 
Property to be used inAbstractTool.setProperties(java.util.Map)forCreationTool.setFactory(CreationFactory).
- PROPERTY_DEFAULT - Static variable in class org.eclipse.gef.palette.PaletteEntry
- 
Property name for the entry's default staus
- PROPERTY_DESCRIPTION - Static variable in class org.eclipse.gef.palette.PaletteEntry
- 
Property name for the entry's description
- PROPERTY_GRID_ENABLED - Static variable in class org.eclipse.gef.SnapToGrid
- 
A viewer property indicating whether the snap function is enabled.
- PROPERTY_GRID_ORIGIN - Static variable in class org.eclipse.gef.SnapToGrid
- 
A viewer property indicating the grid's origin.
- PROPERTY_GRID_SPACING - Static variable in class org.eclipse.gef.SnapToGrid
- 
A viewer property indicating the grid spacing.
- PROPERTY_GRID_VISIBLE - Static variable in class org.eclipse.gef.SnapToGrid
- 
A viewer property indicating whether the grid should be displayed.
- PROPERTY_HORIZONTAL_RULER - Static variable in class org.eclipse.gef.rulers.RulerProvider
- 
The following property should be set on the graphical viewer.
- PROPERTY_INITIAL_STATUS - Static variable in class org.eclipse.gef.palette.PaletteDrawer
- 
Property name used when notification about a change in the drawer's initial state is fired.
- PROPERTY_LABEL - Static variable in class org.eclipse.gef.palette.PaletteEntry
- 
Property name for the entry's label (name)
- PROPERTY_LARGE_ICON - Static variable in class org.eclipse.gef.palette.PaletteEntry
- 
Property name for the entry's large icon
- PROPERTY_MARQUEE_BEHAVIOR - Static variable in class org.eclipse.gef.tools.MarqueeSelectionTool
- 
The property to be used inAbstractTool.setProperties(java.util.Map)forMarqueeSelectionTool.setMarqueeBehavior(int).
- PROPERTY_PARENT - Static variable in class org.eclipse.gef.palette.PaletteEntry
- 
Property name for the entry's parent
- PROPERTY_RULER_VISIBILITY - Static variable in class org.eclipse.gef.rulers.RulerProvider
- 
The following property should be set on the graphical viewer.
- PROPERTY_SMALL_ICON - Static variable in class org.eclipse.gef.palette.PaletteEntry
- 
Property name for the entry's small icon
- PROPERTY_SNAP_ENABLED - Static variable in class org.eclipse.gef.SnapToGeometry
- 
A property indicating whether this helper should be used.
- PROPERTY_TYPE - Static variable in class org.eclipse.gef.palette.PaletteEntry
- 
Property name for the entry's type
- PROPERTY_UNLOAD_WHEN_FINISHED - Static variable in class org.eclipse.gef.tools.AbstractTool
- 
The property to be used inAbstractTool.setProperties(Map)forAbstractTool.setUnloadWhenFinished(boolean)
- PROPERTY_VERTICAL_RULER - Static variable in class org.eclipse.gef.rulers.RulerProvider
- 
The following property should be set on the graphical viewer.
- PROPERTY_VISIBLE - Static variable in class org.eclipse.gef.palette.PaletteEntry
- 
Property name for the entry's hidden status
- propertyChange(PropertyChangeEvent) - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
- 
If the number of bendpoints changes, handles are updated.
- propertyChange(PropertyChangeEvent) - Method in class org.eclipse.gef.handles.BendpointHandle
- 
Revalidates this handle when the connection's points change.
- propertyChange(PropertyChangeEvent) - Method in class org.eclipse.gef.handles.ConnectionHandle
- provider - Variable in class org.eclipse.gef.ui.views.palette.PaletteViewerPage
- 
The PaletteViewerProvider that is used to create the PaletteViewer
- put(KeyStroke, IAction) - Method in class org.eclipse.gef.KeyHandler
- 
Maps a specifiedKeyStroketo anIAction.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form