jsynoptic.plugins.java3d.edit
Class MaterialEdit

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

public class MaterialEdit
extends SceneGraphObjectEdit<Material>

See Also:
Serialized Form

Nested Class Summary
static class MaterialEdit.LightingEnabledEdit
           
static class MaterialEdit.ShininessEdit
           
 
Field Summary
static java.lang.String LightingEnabled
           
static java.lang.String Shininess
           
 
Fields inherited from class jsynoptic.plugins.java3d.edit.SceneGraphObjectEdit
_object, _properties
 
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
 
Constructor Summary
MaterialEdit(Material 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
 

Field Detail

LightingEnabled

public static final java.lang.String LightingEnabled
See Also:
Constant Field Values

Shininess

public static final java.lang.String Shininess
See Also:
Constant Field Values
Constructor Detail

MaterialEdit

public MaterialEdit(Material object)
Parameters:
object -
Method Detail

buildProperties

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

getPresentationName

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