cz.cuni.amis.pogamut.base3d.worldview.object
Class Location.PropertyEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by cz.cuni.amis.pogamut.base3d.worldview.object.Location.PropertyEditor
All Implemented Interfaces:
java.beans.PropertyEditor
Enclosing class:
Location

public static class Location.PropertyEditor
extends java.beans.PropertyEditorSupport

PropertyEditor for class Location.


Constructor Summary
Location.PropertyEditor()
           
 
Method Summary
 java.lang.String getAsText()
           
static double[] parseNumberArray(java.lang.String s)
           
 void setAsText(java.lang.String s)
           
 boolean supportsCustomEditor()
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Location.PropertyEditor

public Location.PropertyEditor()
Method Detail

getAsText

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

setAsText

public void setAsText(java.lang.String s)
Specified by:
setAsText in interface java.beans.PropertyEditor
Overrides:
setAsText in class java.beans.PropertyEditorSupport

parseNumberArray

public static double[] parseNumberArray(java.lang.String s)

supportsCustomEditor

public boolean supportsCustomEditor()
Specified by:
supportsCustomEditor in interface java.beans.PropertyEditor
Overrides:
supportsCustomEditor in class java.beans.PropertyEditorSupport