jsynoptic.plugins.java3d.edit
Class GroupEdit

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

public class GroupEdit
extends SceneGraphObjectEdit<Group>

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
GroupEdit(Group 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

GroupEdit

public GroupEdit(Group object)
Parameters:
object -
Method Detail

buildProperties

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

getPresentationName

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