jsynoptic.plugins.java3d.edit
Class MaterialEdit.ShininessEdit

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

public static class MaterialEdit.ShininessEdit
extends PropertyEdit<Material,java.lang.Float>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class jsynoptic.plugins.java3d.edit.PropertyEdit
PropertyEdit.UndoRedoListener
 
Field Summary
 
Fields inherited from class jsynoptic.plugins.java3d.edit.PropertyEdit
_ad, _changed, _listeners, _newValue, _node, _object, _oldValue, _propertyName
 
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
 
Constructor Summary
MaterialEdit.ShininessEdit(Material object)
           
 
Method Summary
 java.lang.String getDisplayClassName()
           
 java.lang.Float getPropertyValue()
           
 void setPropertyValue(java.lang.Float value)
           
 
Methods inherited from class jsynoptic.plugins.java3d.edit.PropertyEdit
addListener, compare, forceCapability, getOldValue, getPresentationName, isModified, redo, removeListener, restoreCapability, setNewValue, 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

MaterialEdit.ShininessEdit

public MaterialEdit.ShininessEdit(Material object)
Method Detail

getPropertyValue

public java.lang.Float getPropertyValue()
Specified by:
getPropertyValue in class PropertyEdit<Material,java.lang.Float>

setPropertyValue

public void setPropertyValue(java.lang.Float value)
Specified by:
setPropertyValue in class PropertyEdit<Material,java.lang.Float>

getDisplayClassName

public java.lang.String getDisplayClassName()
Specified by:
getDisplayClassName in class PropertyEdit<Material,java.lang.Float>