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

P

PACKAGE_BACKGROUND_COLOR - Static variable in class org.eclipse.gmt.umlx.editor.palette.UmlxColors
 
PACKAGE_BORDER_COLOR - Static variable in class org.eclipse.gmt.umlx.editor.palette.UmlxColors
 
PACKAGE_FOREGROUND_COLOR - Static variable in class org.eclipse.gmt.umlx.editor.palette.UmlxColors
 
PackageFigure - Class in org.eclipse.gmt.umlx.mm.editor.figures
 
PackageFigure(ISheetViewer) - Constructor for class org.eclipse.gmt.umlx.mm.editor.figures.PackageFigure
 
PackageView - Class in org.eclipse.gmt.umlx.mm.editor.views
 
PackageView(INodeRegimeCo0<GPackage, ?>, SheetViewer, GPackage) - Constructor for class org.eclipse.gmt.umlx.mm.editor.views.PackageView
 
paint(IFigure, Graphics, Insets) - Method in class org.eclipse.gmt.umlx.editor.figures.CompartmentFigureBorder
 
paint(IFigure, Graphics, Insets) - Method in class org.eclipse.gmt.umlx.editor.figures.UnderlineBorder
 
PaletteContainerDefinition - Class in org.eclipse.gmt.umlx.editor.loaders
PaletteContainerDefinition captures a palette drawer/group definition resulting from a parse of the editorSheet extension point.
PaletteContainerDefinition(String, boolean) - Constructor for class org.eclipse.gmt.umlx.editor.loaders.PaletteContainerDefinition
 
PaletteEntryDefinition - Class in org.eclipse.gmt.umlx.editor.loaders
PaletteEntryDefinition captures a palette entry definition resulting from a parse of the editorSheet extension point.
PaletteEntryDefinition(String, Bundle, String) - Constructor for class org.eclipse.gmt.umlx.editor.loaders.PaletteEntryDefinition
 
PaletteToSheetDropListener - Class in org.eclipse.gmt.umlx.editor.dnd
 
PaletteToSheetDropListener(EditPartViewer) - Constructor for class org.eclipse.gmt.umlx.editor.dnd.PaletteToSheetDropListener
 
PanningSelectionToolPaletteEntry - Class in org.eclipse.gmt.umlx.editor.palette
PanningSelectionToolPaletteEntry.getPaletteEntry() provides a PanningSelectionToolEntry singleton that can be referenced from an editorSheet extension point.
PanningSelectionToolPaletteEntry() - Constructor for class org.eclipse.gmt.umlx.editor.palette.PanningSelectionToolPaletteEntry
 
ParametersView - Class in org.eclipse.gmt.umlx.tx.editor.views
 
ParametersView(INodeRegimeCo0<TxHelper, ?>, SheetViewer, TxHelper) - Constructor for class org.eclipse.gmt.umlx.tx.editor.views.ParametersView
 
ParentAccessor<C,BaseP,CM> - Class in org.eclipse.gmt.umlx.ecore.accessor
 
ParentFacet<M> - Class in org.eclipse.gmt.umlx.editor.facets
 
PasteAction - Class in org.eclipse.gmt.umlx.editor.actions
 
PasteAction(IWorkbenchPart) - Constructor for class org.eclipse.gmt.umlx.editor.actions.PasteAction
 
PasteAction_ActionLabelText - Static variable in class org.eclipse.gmt.umlx.editor.EditorMessages
 
PasteAction_Label - Static variable in class org.eclipse.gmt.umlx.editor.EditorMessages
 
PasteAction_Tooltip - Static variable in class org.eclipse.gmt.umlx.editor.EditorMessages
 
PasteDomain - Class in org.eclipse.gmt.umlx.editor.domain
 
PasteDomain(List<Object>, Point, List<Object>, Point) - Constructor for class org.eclipse.gmt.umlx.editor.domain.PasteDomain
 
performFinish() - Method in class org.eclipse.gmt.umlx.editor.wizards.ExampleDiagramWizard
This method is called when 'Finish' button is pressed in the wizard.
performFinish() - Method in class org.eclipse.gmt.umlx.editor.wizards.NewDiagramWizard
This method is called when 'Finish' button is pressed in the wizard.
performOk() - Method in class org.eclipse.gmt.umlx.editor.preferences.EditorPropertyPage
 
performRequest(Request) - Method in class org.eclipse.gmt.umlx.editor.views.BaseView
 
performRequest(Request) - Method in class org.eclipse.gmt.umlx.tx.editor.views.TxClassVariable2TxClassVariableView
 
PlatformURIResolver - Class in org.eclipse.gmt.umlx.tools
PlatformURIResolver catches and handles use of the platform: protocol in a URI before passing all other problems up to the stnadrad resolver.
PlatformURIResolver() - Constructor for class org.eclipse.gmt.umlx.tools.PlatformURIResolver
 
PLUGIN_ID - Static variable in class org.eclipse.gmt.umlx.editor.EditorPlugin
 
PLUGIN_ID - Static variable in class org.eclipse.gmt.umlx.tools.ToolsPlugin
 
PLUGIN_ID - Static variable in class org.eclipse.gmt.umlx.UmlxPlugin
The plugin id
POINT - Static variable in interface org.eclipse.gmt.umlx.gcore.GcorePackage.Literals
The meta object literal for the 'Point' data type.
POINT - Static variable in interface org.eclipse.gmt.umlx.gcore.GcorePackage
The meta object id for the 'Point' data type.
PointClassExtension - Class in org.eclipse.gmt.umlx.gcore.util
 
PointClassExtension() - Constructor for class org.eclipse.gmt.umlx.gcore.util.PointClassExtension
 
popBatching() - Method in class org.eclipse.gmt.umlx.editor.command.SharedCommandStack
 
PORT_BACKGROUND_COLOR - Static variable in class org.eclipse.gmt.umlx.editor.palette.UmlxColors
 
PORT_BORDER_COLOR - Static variable in class org.eclipse.gmt.umlx.editor.palette.UmlxColors
 
PORT_FOREGROUND_COLOR - Static variable in class org.eclipse.gmt.umlx.editor.palette.UmlxColors
 
PositionedSelection - Class in org.eclipse.gmt.umlx.editor.actions
A PositionedSelection keeps track of the location of a cut/copied set of objects during a cut and paste.
PositionedSelection(Point, List<Object>) - Constructor for class org.eclipse.gmt.umlx.editor.actions.PositionedSelection
 
PREFS_FILE_EXTENSION - Static variable in class org.eclipse.gmt.umlx.editor.preferences.EditorPreferenceStore
 
PreparationFailureException - Exception in org.eclipse.gmt.umlx.editor.exceptions
 
PreparationFailureException() - Constructor for exception org.eclipse.gmt.umlx.editor.exceptions.PreparationFailureException
 
PreparationFailureException(String) - Constructor for exception org.eclipse.gmt.umlx.editor.exceptions.PreparationFailureException
 
prepare() - Method in class org.eclipse.gmt.umlx.editor.command.AbstractCommand
Prepare the command for execution.
prepare(IAbstractCommand) - Method in class org.eclipse.gmt.umlx.editor.command.AbstractCommand
Prepare the command for execution.
prepare() - Method in interface org.eclipse.gmt.umlx.editor.command.IAbstractCommand
 
prepare(IAbstractCommand) - Method in interface org.eclipse.gmt.umlx.editor.command.IAbstractCommand
 
prepare(ModelState<? extends M>, M) - Method in class org.eclipse.gmt.umlx.editor.facets.AbstractFacet
 
prepare(ModelState<? extends GSheetLink>, GSheetLink) - Method in class org.eclipse.gmt.umlx.editor.facets.BendpointsFacet
 
prepare(ModelState<? extends M>, M) - Method in class org.eclipse.gmt.umlx.editor.facets.CoModelFacet
 
prepare(ModelState<? extends GDiagram>, GDiagram) - Method in class org.eclipse.gmt.umlx.editor.facets.DiagramNameFacet
 
prepare(ModelState<? extends M>, M) - Method in interface org.eclipse.gmt.umlx.editor.facets.IFacet
 
prepare() - Method in interface org.eclipse.gmt.umlx.editor.facets.IModelState
 
prepare(ModelState<? extends LM>, LM) - Method in class org.eclipse.gmt.umlx.editor.facets.LinksFacet
 
prepare(ModelState<? extends GSheetNode>, GSheetNode) - Method in class org.eclipse.gmt.umlx.editor.facets.LocationFacet
 
prepare() - Method in class org.eclipse.gmt.umlx.editor.facets.ModelState
 
prepare(ModelState<? extends ENamedElement>, ENamedElement) - Method in class org.eclipse.gmt.umlx.editor.facets.NameFacet
 
prepare(ModelState<? extends M>, M) - Method in class org.eclipse.gmt.umlx.editor.facets.ParentFacet
 
prepare(ModelState<? extends M>, M) - Method in class org.eclipse.gmt.umlx.editor.facets.SheetFacet
 
prepare(ModelState<? extends GStickyNote>, GStickyNote) - Method in class org.eclipse.gmt.umlx.editor.facets.TextFacet
 
prepare(ModelState<? extends VariableDeclaration>, VariableDeclaration) - Method in class org.eclipse.gmt.umlx.editor.facets.VarNameFacet
 
prepare(ModelState<? extends E2Association>, E2Association) - Method in class org.eclipse.gmt.umlx.mm.editor.facets.DirectionFacet
 
prepare(ModelState<? extends EEnumLiteral>, EEnumLiteral) - Method in class org.eclipse.gmt.umlx.mm.editor.facets.EnumLiteralFacet
 
prepare(ModelState<? extends UAttributeVariable>, UAttributeVariable) - Method in class org.eclipse.gmt.umlx.tx.editor.facets.InitExpressionFacet
 
prepare(ModelState<? extends UBinding>, UBinding) - Method in class org.eclipse.gmt.umlx.tx.editor.facets.UDomainFacet
 
PrintAction - Class in org.eclipse.gmt.umlx.editor.actions
 
PrintAction() - Constructor for class org.eclipse.gmt.umlx.editor.actions.PrintAction
 
PrintDialog_Height - Static variable in class org.eclipse.gmt.umlx.editor.EditorMessages
 
PrintDialog_Page - Static variable in class org.eclipse.gmt.umlx.editor.EditorMessages
 
PrintDialog_Tile - Static variable in class org.eclipse.gmt.umlx.editor.EditorMessages
 
PrintDialog_Title - Static variable in class org.eclipse.gmt.umlx.editor.EditorMessages
 
PrintDialog_Width - Static variable in class org.eclipse.gmt.umlx.editor.EditorMessages
 
printing() - Method in class org.eclipse.gmt.umlx.FixMe
 
PrintModeDialog - Class in org.eclipse.gmt.umlx.editor.actions
 
PrintModeDialog(Shell) - Constructor for class org.eclipse.gmt.umlx.editor.actions.PrintModeDialog
 
Problem<M> - Class in org.eclipse.gmt.umlx.editor.problems
A Problem provides additional context for the IMarker that appears in the Problems View.
Problem(IRegimeCo0<M, ?>, M, IMarker) - Constructor for class org.eclipse.gmt.umlx.editor.problems.Problem
 
PROBLEM_CONTAINER_EMPTY - Static variable in class org.eclipse.gmt.umlx.editor.wizards.ResourceAndContainerGroup
 
PROBLEM_MARKER_ID - Static variable in class org.eclipse.gmt.umlx.editor.EditorPlugin
 
PROBLEM_NAME_INVALID - Static variable in class org.eclipse.gmt.umlx.editor.wizards.ResourceAndContainerGroup
 
PROBLEM_NONE - Static variable in class org.eclipse.gmt.umlx.editor.wizards.ResourceAndContainerGroup
 
PROBLEM_PATH_INVALID - Static variable in class org.eclipse.gmt.umlx.editor.wizards.ResourceAndContainerGroup
 
PROBLEM_PATH_OCCUPIED - Static variable in class org.eclipse.gmt.umlx.editor.wizards.ResourceAndContainerGroup
 
PROBLEM_PROJECT_DOES_NOT_EXIST - Static variable in class org.eclipse.gmt.umlx.editor.wizards.ResourceAndContainerGroup
 
PROBLEM_RESOURCE_CONTAINS_SEPARATOR - Static variable in class org.eclipse.gmt.umlx.editor.wizards.ResourceAndContainerGroup
 
PROBLEM_RESOURCE_EMPTY - Static variable in class org.eclipse.gmt.umlx.editor.wizards.ResourceAndContainerGroup
 
PROBLEM_RESOURCE_EXIST - Static variable in class org.eclipse.gmt.umlx.editor.wizards.ResourceAndContainerGroup
 
ProblemDomain - Class in org.eclipse.gmt.umlx.editor.problems
The ProblemDomain manages the problem markers for a particular editor.
ProblemDomain(ActiveEditDomain, IFile) - Constructor for class org.eclipse.gmt.umlx.editor.problems.ProblemDomain
 
PROC_INSTR - Static variable in interface org.eclipse.gmt.umlx.editor.xml.IXMLColorConstants
 
promptForFile(IFile, String, String) - Method in class org.eclipse.gmt.umlx.tools.AbstractTransformAction
Return the result of putting up a FileDialog titled by the translation of the resourceString.
promptForFolder(IFile[], String) - Method in class org.eclipse.gmt.umlx.tools.AbstractTransformAction
Return the result of putting up a DirectoryDialog titled by the translation of the resourceString.
properties() - Method in class org.eclipse.gmt.umlx.FixMe
 
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.gmt.umlx.editor.views.SheetView
 
PropertyId - Class in org.eclipse.gmt.umlx.editor.property
A PropertyId combines the category name and display name for a IPropertyDescriptor in a single object.
PropertyId(String, String) - Constructor for class org.eclipse.gmt.umlx.editor.property.PropertyId
 
PropertyPage - Class in org.eclipse.gmt.umlx.editor.property
A SelectionlessPropertySheetPage ensures that its outgoing selection is always null.
PropertyPage(ActiveEditDomain, PropertySheetEntry) - Constructor for class org.eclipse.gmt.umlx.editor.property.PropertyPage
 
PropertySourceFactory - Class in org.eclipse.gmt.umlx.editor.property
 
PropertySourceProvider - Class in org.eclipse.gmt.umlx.editor.property
 
PropertySourceProvider() - Constructor for class org.eclipse.gmt.umlx.editor.property.PropertySourceProvider
 
PropertyUtils - Class in org.eclipse.gmt.umlx.editor.property
 
PropertyUtils() - Constructor for class org.eclipse.gmt.umlx.editor.property.PropertyUtils
 
pushBatching() - Method in class org.eclipse.gmt.umlx.editor.command.SharedCommandStack
 
put(IClassExtension) - Method in class org.eclipse.gmt.umlx.utils.ClassExtensionMap
Install extendedClass as the extended class for extendedClass.getBasicClass().

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