net.jbeans.j3d.bean.property.editor
Class Transform3DEditor
java.lang.Object
java.beans.PropertyEditorSupport
net.jbeans.bean.property.editor.EditorSupport
net.jbeans.j3d.bean.property.editor.Transform3DEditor
- All Implemented Interfaces:
- java.beans.PropertyEditor
- public final class Transform3DEditor
- extends net.jbeans.bean.property.editor.EditorSupport
A property editor for editing Transform3D object.
- Version:
- $Revision: 1.3 $
- Author:
- Masahiro Takatsuka (masa@jbeans.net)
- See Also:
EditorSupport
Fields inherited from class net.jbeans.bean.property.editor.EditorSupport |
MEDIUM_DIMENSION, SMALL_DIMENSION |
Methods inherited from class net.jbeans.bean.property.editor.EditorSupport |
getCustomEditor, getPanel, init, setAlignment, setPanel, supportsCustomEditor |
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getAsText, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Transform3DEditor
public Transform3DEditor()
setValue
public final void setValue(java.lang.Object value)
getValue
public final java.lang.Object getValue()
getJavaInitializationString
public final java.lang.String getJavaInitializationString()
Copyright © 1995-2004 net.jbeans. All Rights Reserved.