de.tubs.cs.sc.casim
Class BoundaryEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--de.tubs.cs.sc.casim.BoundaryEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class BoundaryEditor
extends java.beans.PropertyEditorSupport

BoundaryEditor.java Created: Tue Sep 28 11:51:17 1999

Author:
Marcus Briesen

Constructor Summary
BoundaryEditor()
           
 
Method Summary
 java.lang.String getAsText()
           
 void setAsText(java.lang.String str)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundaryEditor

public BoundaryEditor()
Method Detail

setAsText

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

getAsText

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