Eclipse GEF
2.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

paint(IFigure, Graphics, Insets) - Method in class org.eclipse.gef.handles.CornerTriangleBorder
Deprecated. Paints the border.
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.
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_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
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 that sets the container's label and small icon
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, 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, Object) - 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
 
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
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.
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.
PaletteViewerPreferences - interface org.eclipse.gef.ui.palette.PaletteViewerPreferences.
PaletteViewerPreferences is used to store/persist the various settings of a GEF palette.
partActivated(EditPart) - Method in interface org.eclipse.gef.EditPartListener
This method is currently never called.
partActivated(EditPart) - Method in class org.eclipse.gef.EditPartListener.Stub
 
partDeactivated(EditPart) - Method in interface org.eclipse.gef.EditPartListener
This method is currently never called.
partDeactivated(EditPart) - Method in class org.eclipse.gef.EditPartListener.Stub
 
PasteRetargetAction - class org.eclipse.gef.ui.actions.PasteRetargetAction.
 
PasteRetargetAction() - Constructor for class org.eclipse.gef.ui.actions.PasteRetargetAction
Constructs a new PasteRetargetAction with the default ID, label and image.
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.SimpleDragTracker
Called once the drag has been interpreted.
performDrag() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
Calls AbstractTool.executeCurrentCommand().
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.SelectEditPartTracker
Performs the appropriate selection action based on the selection state of the source and the modifiers (CTRL and SHIFT).
performSelection() - Method in class org.eclipse.gef.tools.DragTreeItemsTracker
Does nothing.
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 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
PINNED - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
The String "&Pinned"
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.
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.
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 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.
PRINTABLE_LAYERS - Static variable in interface org.eclipse.gef.LayerConstants
The layer that contains all printable layers.
PrintAction - class org.eclipse.gef.ui.actions.PrintAction.
 
PrintAction(IEditorPart) - 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
PROPERTY_CHILDREN - Static variable in class org.eclipse.gef.palette.PaletteContainer
Property name indicating that this PaletteContainer's children have changed
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_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_PARENT - Static variable in class org.eclipse.gef.palette.PaletteEntry
Property name for the entry's parent
PROPERTY_SMALL_ICON - Static variable in class org.eclipse.gef.palette.PaletteEntry
Property name for the entry's small icon
PROPERTY_TYPE - Static variable in class org.eclipse.gef.palette.PaletteEntry
Property name for the entry's type
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.ConnectionHandle
 
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.gef.handles.BendpointHandle
Revalidates this handle when the connection's points change.
put(KeyStroke, IAction) - Method in class org.eclipse.gef.KeyHandler
Maps a specified KeyStroke to an IAction.

Eclipse GEF
2.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, 2003. All Rights Reserved.