org.eclipse.graphiti.platform
Interface IDiagramEditor

All Known Subinterfaces:
IDiagramContainer, IDiagramContainerUI
All Known Implementing Classes:
DiagramComposite, DiagramEditor

Deprecated. Use IDiagramContainer instead

public interface IDiagramEditor

The Interface IDiagramEditor.


Method Summary
 IDiagramTypeProvider getDiagramTypeProvider()
          Deprecated. Gets the diagram type provider.
 PictogramElement[] getSelectedPictogramElements()
          Deprecated. Get all pictogram elements currently selected.
 boolean isDirty()
          Deprecated. Checks if is dirty.
 void refreshTitle()
          Deprecated. Refreshes the title text of this part.
 void refreshTitleToolTip()
          Deprecated. Refreshes the title tool tip text of this part.
 void selectPictogramElements(PictogramElement[] pictogramElements)
          Deprecated. Select all the given pictogram elements in the editor.
 void setPictogramElementForSelection(PictogramElement pictogramElement)
          Deprecated. Sets the pictogram element which should be selected after the editor refresh.
 void setPictogramElementsForSelection(PictogramElement[] pictogramElements)
          Deprecated. Sets the pictogram elements which should be selected after the editor refresh.
 

Method Detail

selectPictogramElements

void selectPictogramElements(PictogramElement[] pictogramElements)
Deprecated. 
Select all the given pictogram elements in the editor.

Parameters:
pictogramElements - the pictogram elements

getSelectedPictogramElements

PictogramElement[] getSelectedPictogramElements()
Deprecated. 
Get all pictogram elements currently selected.

Returns:
all selected pictogram elements

setPictogramElementForSelection

void setPictogramElementForSelection(PictogramElement pictogramElement)
Deprecated. 
Sets the pictogram element which should be selected after the editor refresh.

Parameters:
pictogramElement - the pictogram element

setPictogramElementsForSelection

void setPictogramElementsForSelection(PictogramElement[] pictogramElements)
Deprecated. 
Sets the pictogram elements which should be selected after the editor refresh.

Parameters:
pictogramElements - the pictogram element

getDiagramTypeProvider

IDiagramTypeProvider getDiagramTypeProvider()
Deprecated. 
Gets the diagram type provider.

Returns:
the diagram type provider

isDirty

boolean isDirty()
Deprecated. 
Checks if is dirty.

Returns:
true, if editor is dirty

refreshTitle

void refreshTitle()
Deprecated. 
Refreshes the title text of this part.

Since:
0.9

refreshTitleToolTip

void refreshTitleToolTip()
Deprecated. 
Refreshes the title tool tip text of this part.



Copyright (c) SAP AG 2005, 2012.