|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.beans.PropertyEditorSupport wyvern.kernel.properties.ArchetypeEditor
Renders the archetype in the map editor. I tried doing this as an inner class of Archetype.java, but kept getting an InstantiationException (dammit), probably because there was no enclosing Archetype object. So we have this standalone class.
Constructor Summary | |
ArchetypeEditor()
|
Method Summary | |
java.lang.String |
getAsText()
Returns the name (i.e. path) of the archetype. |
void |
setValue(java.lang.Object value)
Sets the value (an Archetype). |
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, supportsCustomEditor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ArchetypeEditor()
Method Detail |
public java.lang.String getAsText()
public void setValue(java.lang.Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |