jsynoptic.plugins.java3d.edit
Class AppearanceEdit.PolygonModeEdit

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

public static class AppearanceEdit.PolygonModeEdit
extends EnumEdit<Appearance>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class jsynoptic.plugins.java3d.edit.EnumEdit
EnumEdit.Entry
 
Nested classes/interfaces inherited from class jsynoptic.plugins.java3d.edit.PropertyEdit
PropertyEdit.UndoRedoListener
 
Field Summary
static java.lang.String PolygonMode
           
 
Fields inherited from class jsynoptic.plugins.java3d.edit.EnumEdit
resources
 
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.PolygonModeEdit(Appearance object)
           
 
Method Summary
 java.lang.Integer getPropertyValue()
           
 void setPropertyValue(java.lang.Integer res)
           
 
Methods inherited from class jsynoptic.plugins.java3d.edit.EnumEdit
create, getDisplayClassName, getEntries, getEntry
 
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

PolygonMode

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

AppearanceEdit.PolygonModeEdit

public AppearanceEdit.PolygonModeEdit(Appearance object)
Method Detail

getPropertyValue

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

setPropertyValue

public void setPropertyValue(java.lang.Integer res)
Specified by:
setPropertyValue in class PropertyEdit<Appearance,java.lang.Integer>