|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.beans.PropertyEditorSupport | +--elge.lexikon.LexikonEditor
LexikonEditor is a java bean PropertyEditor for the Lexikon
class.
It uses the LexikonEditorComponent to create the gui interface of the custom editor.
Currently the editor does not support changing the lexikon, only viewwing it :|
Constructor Summary | |
LexikonEditor()
Creates new LexikonEditor |
Method Summary | |
String |
getAsText()
returns null - alias not supported |
Component |
getCustomEditor()
Returns the custom editor component. |
boolean |
supportsCustomEditor()
Returns true |
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getTags, getValue, 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 |
public LexikonEditor()
Method Detail |
public Component getCustomEditor()
getCustomEditor
in interface PropertyEditor
getCustomEditor
in class PropertyEditorSupport
LexikonEditorComponent
public String getAsText()
getAsText
in interface PropertyEditor
getAsText
in class PropertyEditorSupport
public boolean supportsCustomEditor()
supportsCustomEditor
in interface PropertyEditor
supportsCustomEditor
in class PropertyEditorSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |