jsynoptic.plugins.java3d.edit
Class TransformGroupEdit

java.lang.Object
  extended by javax.swing.undo.AbstractUndoableEdit
      extended by jsynoptic.plugins.java3d.edit.SceneGraphObjectEdit<TransformGroup>
          extended by jsynoptic.plugins.java3d.edit.TransformGroupEdit
All Implemented Interfaces:
java.io.Serializable, javax.swing.undo.UndoableEdit

public class TransformGroupEdit
extends SceneGraphObjectEdit<TransformGroup>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jsynoptic.plugins.java3d.edit.SceneGraphObjectEdit
_object, _properties
 
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
 
Constructor Summary
TransformGroupEdit(TransformGroup object)
           
 
Method Summary
protected  void buildProperties()
           
 java.lang.String getPresentationName()
           
 
Methods inherited from class jsynoptic.plugins.java3d.edit.SceneGraphObjectEdit
getProperties, getProperties, getPropertyEdit, isModified, redo, setNode, toString, undo
 
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, canRedo, canUndo, die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransformGroupEdit

public TransformGroupEdit(TransformGroup object)
Parameters:
object -
Method Detail

buildProperties

protected void buildProperties()
Overrides:
buildProperties in class SceneGraphObjectEdit<TransformGroup>

getPresentationName

public java.lang.String getPresentationName()
Specified by:
getPresentationName in interface javax.swing.undo.UndoableEdit
Specified by:
getPresentationName in class SceneGraphObjectEdit<TransformGroup>