net.sourceforge.fuzzyservices.beans
Class MembershipFunctionEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by net.sourceforge.fuzzyservices.beans.MembershipFunctionEditor
All Implemented Interfaces:
PropertyEditor, EventListener, ChangeListener

public class MembershipFunctionEditor
extends PropertyEditorSupport
implements ChangeListener

Editor class for membership function properties.

Version:
1.0
Author:
Uwe Weng

Constructor Summary
MembershipFunctionEditor()
           
 
Method Summary
 String getAsText()
          This property value has no text.
 Component getCustomEditor()
           
 String getJavaInitializationString()
           
 boolean isPaintable()
          It is paintable.
 void paintValue(Graphics gfx, Rectangle box)
           
 void stateChanged(ChangeEvent e)
           
 boolean supportsCustomEditor()
          It supports a custom editor.
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getSource, getTags, getValue, removePropertyChangeListener, setAsText, setSource, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MembershipFunctionEditor

public MembershipFunctionEditor()
Method Detail

isPaintable

public final boolean isPaintable()
It is paintable.

Specified by:
isPaintable in interface PropertyEditor
Overrides:
isPaintable in class PropertyEditorSupport
Returns:
true

paintValue

public final void paintValue(Graphics gfx,
                             Rectangle box)
Specified by:
paintValue in interface PropertyEditor
Overrides:
paintValue in class PropertyEditorSupport

getAsText

public String getAsText()
This property value has no text.

Specified by:
getAsText in interface PropertyEditor
Overrides:
getAsText in class PropertyEditorSupport
Returns:
null

getJavaInitializationString

public String getJavaInitializationString()
Specified by:
getJavaInitializationString in interface PropertyEditor
Overrides:
getJavaInitializationString in class PropertyEditorSupport

getCustomEditor

public Component getCustomEditor()
Specified by:
getCustomEditor in interface PropertyEditor
Overrides:
getCustomEditor in class PropertyEditorSupport
Returns:
a MembershipFunctionEditorPanel component

supportsCustomEditor

public final boolean supportsCustomEditor()
It supports a custom editor.

Specified by:
supportsCustomEditor in interface PropertyEditor
Overrides:
supportsCustomEditor in class PropertyEditorSupport
Returns:
true

stateChanged

public final void stateChanged(ChangeEvent e)
Specified by:
stateChanged in interface ChangeListener


Copyright © 2007-2012 Fuzzy Services. All Rights Reserved.