|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.beans.PropertyEditorSupport
org.jscience.mathematics.algebraic.matrices.gui.QuaternionEditor
public class QuaternionEditor
Graphic editor for Quaternion.
| Constructor Summary | |
|---|---|
QuaternionEditor()
Creates a new QuaternionEditor object. |
|
| Method Summary | |
|---|---|
java.awt.Component |
getCustomEditor()
DOCUMENT ME! |
java.lang.String |
getJavaInitializationString()
DOCUMENT ME! |
java.lang.Object |
getValue()
DOCUMENT ME! |
void |
propertyChange(java.beans.PropertyChangeEvent ev)
This QuaternionEditor listens to used QuaternionEditorPanel and this method is called, if a the "quaternion" property of QuaternionEditorPanel is changed. |
void |
setValue(java.lang.Object obj)
DOCUMENT ME! |
boolean |
supportsCustomEditor()
DOCUMENT ME! |
| Methods inherited from class java.beans.PropertyEditorSupport |
|---|
addPropertyChangeListener, firePropertyChange, getAsText, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuaternionEditor()
| Method Detail |
|---|
public void setValue(java.lang.Object obj)
setValue in interface java.beans.PropertyEditorsetValue in class java.beans.PropertyEditorSupportobj - DOCUMENT ME!public java.lang.Object getValue()
getValue in interface java.beans.PropertyEditorgetValue in class java.beans.PropertyEditorSupportpublic java.awt.Component getCustomEditor()
getCustomEditor in interface java.beans.PropertyEditorgetCustomEditor in class java.beans.PropertyEditorSupportpublic boolean supportsCustomEditor()
supportsCustomEditor in interface java.beans.PropertyEditorsupportsCustomEditor in class java.beans.PropertyEditorSupportpublic java.lang.String getJavaInitializationString()
getJavaInitializationString in interface java.beans.PropertyEditorgetJavaInitializationString in class java.beans.PropertyEditorSupportpublic void propertyChange(java.beans.PropertyChangeEvent ev)
propertyChange in interface java.beans.PropertyChangeListenerev - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||