net.jbeans.j3d.bean.property.editor
Class Vector4fEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bynet.jbeans.bean.property.editor.EditorSupport
          extended bynet.jbeans.j3d.bean.property.editor.Tuple4fEditor
              extended bynet.jbeans.j3d.bean.property.editor.Vector4fEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public final class Vector4fEditor
extends Tuple4fEditor

A property editor for editing Vecot4f.

Version:
$Revision: 1.3 $
Author:
Masahiro Takatsuka (masa@jbeans.net)
See Also:
Tuple4fEditor

Field Summary
 
Fields inherited from class net.jbeans.bean.property.editor.EditorSupport
MEDIUM_DIMENSION, SMALL_DIMENSION
 
Constructor Summary
Vector4fEditor()
           
 
Method Summary
 java.lang.String getJavaInitializationString()
           
 java.lang.Object getValue()
           
 
Methods inherited from class net.jbeans.j3d.bean.property.editor.Tuple4fEditor
setValue
 
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
 

Constructor Detail

Vector4fEditor

public Vector4fEditor()
Method Detail

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface java.beans.PropertyEditor
Overrides:
getValue in class Tuple4fEditor

getJavaInitializationString

public java.lang.String getJavaInitializationString()
Specified by:
getJavaInitializationString in interface java.beans.PropertyEditor
Overrides:
getJavaInitializationString in class Tuple4fEditor


Copyright © 1995-2004 net.jbeans. All Rights Reserved.