jsynoptic.plugins.java3d.edit
Class AppearanceEdit.AppearanceColorEdit

java.lang.Object
  extended by javax.swing.undo.AbstractUndoableEdit
      extended by jsynoptic.plugins.java3d.edit.PropertyEdit<Appearance,Color3f>
          extended by jsynoptic.plugins.java3d.edit.AppearanceEdit.AppearanceColorEdit
All Implemented Interfaces:
java.io.Serializable, javax.swing.undo.UndoableEdit
Enclosing class:
AppearanceEdit

public static class AppearanceEdit.AppearanceColorEdit
extends PropertyEdit<Appearance,Color3f>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class jsynoptic.plugins.java3d.edit.PropertyEdit
PropertyEdit.UndoRedoListener
 
Field Summary
static java.lang.String ShadingColor
           
 
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
AppearanceEdit.AppearanceColorEdit(Appearance object)
           
 
Method Summary
 java.lang.String getDisplayClassName()
           
 Color3f getPropertyValue()
           
 void setPropertyValue(Color3f res)
           
 
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
 

Field Detail

ShadingColor

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

AppearanceEdit.AppearanceColorEdit

public AppearanceEdit.AppearanceColorEdit(Appearance object)
Method Detail

getPropertyValue

public Color3f getPropertyValue()
Specified by:
getPropertyValue in class PropertyEdit<Appearance,Color3f>

setPropertyValue

public void setPropertyValue(Color3f res)
Specified by:
setPropertyValue in class PropertyEdit<Appearance,Color3f>

getDisplayClassName

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