Uses of Interface
net.sf.j3d.threeD.ui.panels.DynamicDisplay

Packages that use DynamicDisplay
net.sf.j3d.threeD.ui.dialogs   
net.sf.j3d.threeD.ui.panels   
 

Uses of DynamicDisplay in net.sf.j3d.threeD.ui.dialogs
 

Constructors in net.sf.j3d.threeD.ui.dialogs with parameters of type DynamicDisplay
AddDialog(Collection c, DynamicDisplay display, EditableFactory factory)
          Constructs a new AddDialog object that can be used to add to the specified Set object.
AddTransformDialog(AbstractSurface surface, DynamicDisplay display)
          Constructs a new AddTransformDialog object using the specified AbstractSurface object.
EditRGBDialog(RGB color, DynamicDisplay display)
          Constructs a new EditRGBDialog that can be used to edit the specified RGB object.
EditTransformDialog(AbstractSurface surface, int index, DynamicDisplay display)
          Constructs a new EditTransformDialog object that can be used to edit the transformation of the specified AbstractSurface object at the specified index.
EditVectorDialog(Vector vector, DynamicDisplay display)
          Constructs a new EditVectorDialog that can be used to edit the specified Vector object.
 

Uses of DynamicDisplay in net.sf.j3d.threeD.ui.panels
 

Classes in net.sf.j3d.threeD.ui.panels that implement DynamicDisplay
 class ExpandedEditPanel
          An ExpandedEditPanel object can be used to allow a user to set the properties of a set of Editable objects.
 class ExtendedCellEditor
          An ExtendedCellEditor object can be used to allow a user to edit values in a table including instances of RGB and Vector.
 class ShaderEditPanel
          A ShaderEditPanel object can be used to allow a user to set the editable properties of members of a shader tree (assuming that they implement the Editable interface).
 class TransformSurfacePanel
          A TransformSurfacePanel can be used to allow the user to modify an AbstractSurface object's transformations.