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

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bynet.jbeans.bean.property.editor.EditorSupport
          extended bynet.jbeans.j3d.bean.property.editor.Tuple2fEditor
All Implemented Interfaces:
java.beans.PropertyEditor
Direct Known Subclasses:
Point2fEditor, Vector2fEditor

public abstract class Tuple2fEditor
extends net.jbeans.bean.property.editor.EditorSupport

A property editor for editing Tuple2f.

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

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

Tuple2fEditor

public Tuple2fEditor()
Method Detail

setValue

public void setValue(java.lang.Object value)

getValue

public java.lang.Object getValue()

getJavaInitializationString

public java.lang.String getJavaInitializationString()


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