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

P

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_UNKNOWN - Static variable in class org.eclipse.gef.palette.PaletteEntry
Type unknown
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.
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.
PINNED - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Pinned"
POST_EXECUTE - Static variable in class org.eclipse.gef.commands.CommandStack
Constant indicating notification after a command has been executed (value is 8).
POST_REDO - Static variable in class org.eclipse.gef.commands.CommandStack
Constant indicating notification after a command has been redone (value is 16).
POST_UNDO - Static variable in class org.eclipse.gef.commands.CommandStack
Constant indicating notification after a command has been undone (value is 32).
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.
PRE_EXECUTE - Static variable in class org.eclipse.gef.commands.CommandStack
Constant indicating notification prior to executing a command (value is 1).
PRE_REDO - Static variable in class org.eclipse.gef.commands.CommandStack
Constant indicating notification prior to redoing a command (value is 2).
PRE_UNDO - Static variable in class org.eclipse.gef.commands.CommandStack
Constant indicating notification prior to undoing a command (value is 4).
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.
PRINTABLE_LAYERS - Static variable in interface org.eclipse.gef.LayerConstants
The layer that contains all printable layers.
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 in AbstractTool.setProperties(java.util.Map) for CreationTool.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 in AbstractTool.setProperties(java.util.Map) for MarqueeSelectionTool.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 in AbstractTool.setProperties(Map) for AbstractTool.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
PaletteContainer - class org.eclipse.gef.palette.PaletteContainer.
Default implementation of PaletteContainer
PaletteContainer(String, String, ImageDescriptor, Object) - Constructor for class org.eclipse.gef.palette.PaletteContainer
Constructor Any parameter can be null.
PaletteContainerFactory - class org.eclipse.gef.ui.palette.customize.PaletteContainerFactory.
Abstract factory for PaletteContainers This class does not create PaletteContainers within other PaletteContainers.
PaletteContainerFactory() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteContainerFactory
 
PaletteContextMenuProvider - class org.eclipse.gef.ui.palette.PaletteContextMenuProvider.
Provides the context menu for a palette.
PaletteContextMenuProvider(PaletteViewer) - Constructor for class org.eclipse.gef.ui.palette.PaletteContextMenuProvider
Constructor
PaletteCustomizationAction - class org.eclipse.gef.ui.palette.customize.PaletteCustomizationAction.
PaletteCustomizationActions are used to manipulate the palette model.
PaletteCustomizationAction() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteCustomizationAction
 
PaletteCustomizer - class org.eclipse.gef.ui.palette.PaletteCustomizer.
PaletteCustomizer is the PaletteCustomizerDialog's interface to the model.
PaletteCustomizer() - Constructor for class org.eclipse.gef.ui.palette.PaletteCustomizer
 
PaletteCustomizerDialog - class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog.
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 org.eclipse.gef.palette.PaletteDrawer.
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 org.eclipse.gef.ui.palette.customize.PaletteDrawerFactory.
Factory to create categories
PaletteDrawerFactory() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteDrawerFactory
Constructor
PaletteEditPartFactory - class org.eclipse.gef.ui.palette.PaletteEditPartFactory.
Factory to create EditParts for different PaletteEntries.
PaletteEditPartFactory() - Constructor for class org.eclipse.gef.ui.palette.PaletteEditPartFactory
 
PaletteEntry - class org.eclipse.gef.palette.PaletteEntry.
Root class (statically) for the palette model.
PaletteEntry(String, String) - Constructor for class org.eclipse.gef.palette.PaletteEntry
Constructor Any parameter can be null
PaletteEntry(String, String, Object) - Constructor for class org.eclipse.gef.palette.PaletteEntry
Constructor Any parameter can be null
PaletteEntry(String, String, ImageDescriptor, ImageDescriptor) - Constructor for class org.eclipse.gef.palette.PaletteEntry
Constructor Any parameter can be null
PaletteEntry(String, String, ImageDescriptor, ImageDescriptor, Object) - Constructor for class org.eclipse.gef.palette.PaletteEntry
Constructor Any parameter can be null
PaletteEntry(String, String, ImageDescriptor, ImageDescriptor, Object, String) - Constructor for class org.eclipse.gef.palette.PaletteEntry
Constructor Any parameter can be null
PaletteEntryFactory - class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory.
A PaletteEntryFactory creates certain type of PaletteEntries.
PaletteEntryFactory() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
 
PaletteGroup - class org.eclipse.gef.palette.PaletteGroup.
A PaletteGroup consists of a group of PaletteEntry objects that are uncollapsible .
PaletteGroup(String) - Constructor for class org.eclipse.gef.palette.PaletteGroup
Creates a new PaletteGroup with the given label
PaletteGroup(String, List) - Constructor for class org.eclipse.gef.palette.PaletteGroup
Creates a new PaletteGroup with the given label and list of Palette Entries.
PaletteGroupFactory - class org.eclipse.gef.ui.palette.customize.PaletteGroupFactory.
Factory to create groups
PaletteGroupFactory() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteGroupFactory
Constructor
PaletteListener - interface org.eclipse.gef.palette.PaletteListener.
Listens to changes in the palette.
PaletteMessages - class org.eclipse.gef.ui.palette.PaletteMessages.
 
PaletteMessages() - Constructor for class org.eclipse.gef.ui.palette.PaletteMessages
 
PalettePage - interface org.eclipse.gef.ui.views.palette.PalettePage.
An interface representing a page to be used in the PaletteView.
PaletteRoot - class org.eclipse.gef.palette.PaletteRoot.
Serves as the root PaletteEntry for the palette model.
PaletteRoot() - Constructor for class org.eclipse.gef.palette.PaletteRoot
Creates a new PaletteRoot.
PaletteSeparator - class org.eclipse.gef.palette.PaletteSeparator.
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 org.eclipse.gef.ui.palette.customize.PaletteSeparatorFactory.
Factory to create PaletteSeparators.
PaletteSeparatorFactory() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteSeparatorFactory
Constructor
PaletteSettingsDialog - class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog.
 
PaletteSettingsDialog(Shell, PaletteViewerPreferences) - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
Constructor
PaletteStack - class org.eclipse.gef.palette.PaletteStack.
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 org.eclipse.gef.ui.palette.customize.PaletteStackFactory.
Factory to create PaletteStack
PaletteStackFactory() - Constructor for class org.eclipse.gef.ui.palette.customize.PaletteStackFactory
Creates a new PaletteStackFactory with label PaletteMessages.MODEL_TYPE_STACK
PaletteTemplateEntry - class org.eclipse.gef.palette.PaletteTemplateEntry.
 
PaletteTemplateEntry(String, String, Object, ImageDescriptor, ImageDescriptor) - Constructor for class org.eclipse.gef.palette.PaletteTemplateEntry
Creates a new PaletteTemplateEntry with the given template.
PaletteView - class org.eclipse.gef.ui.views.palette.PaletteView.
The GEF palette view
PaletteView() - Constructor for class org.eclipse.gef.ui.views.palette.PaletteView
 
PaletteViewer - class org.eclipse.gef.ui.palette.PaletteViewer.
Graphical viewer for the GEF palette.
PaletteViewer() - Constructor for class org.eclipse.gef.ui.palette.PaletteViewer
Constructor
PaletteViewerKeyHandler - class org.eclipse.gef.ui.parts.PaletteViewerKeyHandler.
KeyHandler for the Palette.
PaletteViewerKeyHandler(PaletteViewer) - Constructor for class org.eclipse.gef.ui.parts.PaletteViewerKeyHandler
Constructs a key handler for the specified palette viewer.
PaletteViewerPage - class org.eclipse.gef.ui.views.palette.PaletteViewerPage.
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 org.eclipse.gef.ui.palette.PaletteViewerPreferences.
PaletteViewerPreferences is used to store/persist the various settings of a GEF palette.
PaletteViewerProvider - class org.eclipse.gef.ui.palette.PaletteViewerProvider.
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
PanningSelectionTool - class org.eclipse.gef.tools.PanningSelectionTool.
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 org.eclipse.gef.palette.PanningSelectionToolEntry.
A ToolEntry for a PanningSelectionTool.
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.
PasteRetargetAction - class org.eclipse.gef.ui.actions.PasteRetargetAction.
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.
PinDrawerAction - class org.eclipse.gef.ui.palette.PinDrawerAction.
An action that can be used to pin the given drawer open.
PinDrawerAction(DrawerEditPart) - Constructor for class org.eclipse.gef.ui.palette.PinDrawerAction
Constructor
PrintAction - class org.eclipse.gef.ui.actions.PrintAction.
 
PrintAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions.PrintAction
Constructor for PrintAction.
PrintGraphicalViewerOperation - class org.eclipse.gef.print.PrintGraphicalViewerOperation.
 
PrintGraphicalViewerOperation(Printer, GraphicalViewer) - Constructor for class org.eclipse.gef.print.PrintGraphicalViewerOperation
Constructor for PrintGraphicalViewerOperation
paint(IFigure, Graphics, Insets) - Method in class org.eclipse.gef.handles.CornerTriangleBorder
Deprecated. Paints the border.
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.
partActivated(EditPart) - Method in class org.eclipse.gef.EditPartListener.Stub
 
partActivated(EditPart) - Method in interface org.eclipse.gef.EditPartListener
This method is currently never called.
partActivated(IWorkbenchPart) - Method in class org.eclipse.gef.ui.views.palette.PaletteView
 
partDeactivated(EditPart) - Method in class org.eclipse.gef.EditPartListener.Stub
 
partDeactivated(EditPart) - Method in interface org.eclipse.gef.EditPartListener
This method is currently never called.
performConditionalSelection() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
Calls SelectEditPartTracker.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 a DirectEditRequest and sends it to a DelayedDirectEditHelper to allow the user to directly edit the edit part.
performDrag() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Calls AbstractTool.executeCurrentCommand().
performDrag() - Method in class org.eclipse.gef.tools.SimpleDragTracker
Called once the drag has been interpreted.
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 a SelectionRequest and sends it to the source edit part via EditPart.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 registered MouseWheelHandlers based on the given Event's statemask.
populateRowsAndCols(List) - Method in class org.eclipse.gef.SnapToGeometry
Updates the cached row and column Entries using the provided parts.
preparePrintSource() - Method in class org.eclipse.gef.print.PrintGraphicalViewerOperation
 
primAddSourceConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Adds the specified source ConnectionEditPart at an index.
primAddTargetConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Adds the specified target ConnectionEditPart at an index.
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 source ConnectionEditPart from the AbstractGraphicalEditPart.sourceConnections List.
primRemoveTargetConnection(ConnectionEditPart) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Removes the specified target ConnectionEditPart from the AbstractGraphicalEditPart.targetConnections List.
primSetZoom(double) - Method in class org.eclipse.gef.editparts.ZoomManager
Sets the zoom level to the given value.
processSelect(KeyEvent) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerKeyHandler
This method is invoked when the user presses the space bar.
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 specified KeyStroke to an IAction.

Eclipse GEF
3.1
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, 2005. All Rights Reserved.