JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.eclipse.ice.client.widgets.mesh
Interface IMeshSelectionListener
All Known Implementing Classes:
EditMode
,
ICEMeshPage
,
MeshAppState
public interface
IMeshSelectionListener
This interface provides a listener to be notified when the current selection in a jME3-based MeshApplication has changed. The listener should be able to pull information about the current selection from the MeshApplication.
Author:
Jordan H. Deyton
Method Summary
Methods
Modifier and Type
Method and Description
void
selectionChanged
()
This method is called by the MeshApplication when its current selection has somehow changed.
Method Detail
selectionChanged
void selectionChanged()
This method is called by the MeshApplication when its current selection has somehow changed. This includes selected vertices and edges.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method