Package | Description |
---|---|
org.eclipse.gef.print | |
org.eclipse.gef.rulers | |
org.eclipse.gef.ui.actions |
This package support for using JFace Actions in your EditorPart.
|
org.eclipse.gef.ui.palette | |
org.eclipse.gef.ui.parts | |
org.eclipse.gef.ui.rulers |
Modifier and Type | Method and Description |
---|---|
GraphicalViewer |
PrintGraphicalViewerOperation.getViewer()
Returns the viewer.
|
Modifier and Type | Method and Description |
---|---|
void |
PrintGraphicalViewerOperation.setViewer(GraphicalViewer viewer)
Sets the viewer.
|
Constructor and Description |
---|
PrintGraphicalViewerOperation(Printer p,
GraphicalViewer g)
Constructor for PrintGraphicalViewerOperation
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
RulerProvider.getAttachedEditParts(java.lang.Object guide,
GraphicalViewer viewer)
Returns a List of EditParts that are attached to the given guide.
|
Modifier and Type | Field and Description |
---|---|
protected GraphicalViewer |
ToggleRulerVisibilityAction.diagramViewer
The viewer whose ruler visibility property is to be toggled
|
Constructor and Description |
---|
ToggleGridAction(GraphicalViewer diagramViewer)
Constructor
|
ToggleRulerVisibilityAction(GraphicalViewer diagramViewer)
Constructor
|
ToggleSnapToGeometryAction(GraphicalViewer diagramViewer)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
PaletteViewer
Graphical viewer for the GEF palette.
|
Modifier and Type | Method and Description |
---|---|
void |
FlyoutPaletteComposite.hookDropTargetListener(GraphicalViewer viewer)
This method hooks a DropTargetListener that collapses the flyout patette
when the user drags something from the palette and moves the cursor to
the primary viewer's control.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphicalViewerImpl
An EditPartViewer implementation based on
Figures . |
class |
ScrollingGraphicalViewer
A Graphical Viewer implementation which uses a
FigureCanvas for native scrolling. |
Modifier and Type | Method and Description |
---|---|
protected GraphicalViewer |
GraphicalEditor.getGraphicalViewer()
Returns the graphical viewer.
|
protected GraphicalViewer |
GraphicalViewerKeyHandler.getViewer()
Returns the viewer on which this key handler was created.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GraphicalEditor.setGraphicalViewer(GraphicalViewer viewer)
Sets the graphicalViewer for this EditorPart.
|
Constructor and Description |
---|
GraphicalViewerKeyHandler(GraphicalViewer viewer)
Constructs a key handler for the given viewer.
|
Modifier and Type | Method and Description |
---|---|
protected GraphicalViewer |
RulerComposite.getLeft()
Retrieve the left ruler graphical viewer.
|
protected GraphicalViewer |
RulerComposite.getTop()
Retrieve the top ruler graphical viewer.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.