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

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

public static class Location.PropertyEditor
extends PropertyEditorSupport

PropertyEditor for class Location.


Constructor Summary
Location.PropertyEditor()
           
 
Method Summary
 String getAsText()
           
static double[] parseNumberArray(String s)
           
 void setAsText(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 String getAsText()
Specified by:
getAsText in interface PropertyEditor
Overrides:
getAsText in class PropertyEditorSupport

setAsText

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

parseNumberArray

public static double[] parseNumberArray(String s)

supportsCustomEditor

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


Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.