|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.undo.AbstractUndoableEdit
jsynoptic.plugins.java3d.edit.SceneGraphObjectEdit<Material>
jsynoptic.plugins.java3d.edit.MaterialEdit
public class MaterialEdit
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 |
---|
public static final java.lang.String LightingEnabled
public static final java.lang.String Shininess
Constructor Detail |
---|
public MaterialEdit(Material object)
object
- Method Detail |
---|
protected void buildProperties()
buildProperties
in class SceneGraphObjectEdit<Material>
public java.lang.String getPresentationName()
getPresentationName
in interface javax.swing.undo.UndoableEdit
getPresentationName
in class SceneGraphObjectEdit<Material>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |