jsynoptic.plugins.java3d.panels
Interface PropertiesPanel.Editor<T extends SceneGraphObject,E>

All Known Implementing Classes:
CheckBox, ColorButton, ComboBox, TextField, TextField.DoubleValue, TextField.FloatValue, TextField.IntegerValue, TextField.NumberValue, TextField.StringValue, TransformTable
Enclosing class:
PropertiesPanel<T extends SceneGraphObject>

public static interface PropertiesPanel.Editor<T extends SceneGraphObject,E>


Method Summary
 void edit(PropertyEdit<T,E> editor)
           
 

Method Detail

edit

void edit(PropertyEdit<T,E> editor)