elge.engine.editors
Class ClassPoolSelectEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--elge.engine.editors.ClassPoolSelectEditor
All Implemented Interfaces:
PropertyEditor

public class ClassPoolSelectEditor
extends PropertyEditorSupport

This class is for editing the ClassTemplate. There is some problem, with the mainClass, isn't it?? :(( Well, how do I know, wich pool to use?? Arg...

Author:
Palino

Constructor Summary
ClassPoolSelectEditor()
          Creates new ClassTemplateEditor
 
Method Summary
 Component getCustomEditor()
           
 Object getValue()
           
 boolean supportsCustomEditor()
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPoolSelectEditor

public ClassPoolSelectEditor()
Creates new ClassTemplateEditor

Method Detail

supportsCustomEditor

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

getCustomEditor

public Component getCustomEditor()
Specified by:
getCustomEditor in interface PropertyEditor
Overrides:
getCustomEditor in class PropertyEditorSupport

getValue

public Object getValue()
Specified by:
getValue in interface PropertyEditor
Overrides:
getValue in class PropertyEditorSupport