Interface | Description |
---|---|
RealSpinnerListener |
Enables the implementer to be notified of changes to a RealSpinner by calling
its listen() operation
|
Class | Description |
---|---|
ActionAddShape |
Action for adding a specific shape to the ShapeTreeView
|
ActionDeleteShape |
Action for deleting the currently selected shapes from the ShapeTreeView
|
ActionDuplicateShape | |
ActionReplicateShape |
Opens a dialog box to replicate the selected shape
|
DropdownAction |
Action with a dropdown button and a simple capability for adding child
actions
|
GeometryApplication |
The JME3 entry point for rendering the geometry editor viewport
|
GeometryCompositeFactory |
This is a factory class to create Composites that contain the Geometry
widgets.
|
RealSpinner |
Wrapper for a spinner-like SWT widget which supports real numbers and helpful
key commands for value manipulation
|
RenderShape |
Stores additional information for generating a JME3 spatial and material from
the IShape
|
ReplicateDialog |
Dialog box displaying parameters for the Replication action
|
ShapeMaterial |
Converts and stores an IShape's key/value properties list in format of JME3
data
|
ShapeTransient |
Wrapper class for allowing an IShape to be stored in a JME3 Spatial as user
data
|
ShapeTreeContentProvider |
Provides IShape objects for a TreeViewer, given a parent IShape
|
ShapeTreeDragListener |
Handles the drag actions of the ShapeTreeViewer when the user presses down
the mouse button on a tree item
|
ShapeTreeDropListener |
Handles the drop actions of the ShapeTreeViewer when the user releases the
mouse button on a tree item
|
ShapeTreeLabelProvider |
Provides the name and icon for shape items in the shape TreeViewer
|
ShapeTreeSelectionListener |
Handles the selection or deselection of shape items in the shape TreeViewer
|
ShapeTreeView |
Eclipse UI view containing a toolbar and TreeViewer to manipulate the
structure and elements in a Constructive Solid Geometry (CSG) tree
|
TransformationView |
Eclipse UI view with a series of inputs for manipulating the position and
transformation of a selected shape
|
Tube |
Computes the mesh of a tube to produce a valid JME3 Spatial
Class created by InShadow and revised by kotoko on the JMonkeyEngine forums
http://jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/tube-from-jme2/
|