Package | Description |
---|---|
org.eclipse.gef4.mvc.fx.parts |
This package contains all JavaFX-specific
IContentPart ,
IVisualPart ,
IFeedbackPart , and
IHandlePart implementations and related
classes. |
org.eclipse.gef4.mvc.fx.tools |
This package contains JavaFX-specific
ITool implementations for different
interactions (e.g. mouse drag). |
org.eclipse.gef4.mvc.fx.ui.parts |
This package contains specific Eclipse
ViewPart
and EditorPart implementations which wrap an
FXCanvas . |
Modifier and Type | Method and Description |
---|---|
FXViewer |
AbstractFXRootPart.getViewer() |
Modifier and Type | Method and Description |
---|---|
protected javafx.event.EventHandler<javafx.scene.input.MouseEvent> |
FXHoverTool.createHoverFilter(FXViewer viewer)
Creates an
EventHandler for hover MouseEvent s. |
Modifier and Type | Method and Description |
---|---|
protected FXViewer |
AbstractFXView.getViewer()
|
protected FXViewer |
AbstractFXEditor.getViewer()
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteActionHandler.init(FXViewer viewer)
Binds this
DeleteActionHandler to the given viewer. |
Copyright (c) 2014 itemis AG and others. All rights reserved.