Uses of Class
com.luciad.view.lightspeed.editor.handle.ALspHandle
Packages that use ALspHandle
Package
Description
Defines the concept of edit handles and provides a number of implementations that can be used by
editors
.-
Uses of ALspHandle in com.luciad.view.lightspeed.editor.handle
Subclasses of ALspHandle in com.luciad.view.lightspeed.editor.handleModifier and TypeClassDescriptionclass
Convenience handle class that separates the handling of AWT events into 3 steps.class
Base class for handles that are used to create and initialize new domain objects.class
A create handle that dynamically adds handles.class
An edit handle is a widget that manipulates a domain object or some part of that object.class
An abstract base class for handles that can work on a collection of objects.class
Implementation of a handle that is activated when an object is touched.class
Base implementation of a handle that allows resizing or scaling of domain objects by dragging their outline.class
A multi object translation handle works on multiple objects.class
An edit handle that allows the user to modify a 3D object's height above the terrain by dragging it.class
A handle that allows translation of a whole object by touching and dragging.class
Base implementation of a handle that allows a point to be set with a single click.class
Base implementation of a handle that allows a point to be moved/dragged around.class
An edit handle that allows the user to translate a 3D shape, by dragging the projected shape across the terrain.class
A handle used to create objects.