butler.ext.code
Class CodeSwingEditor

java.lang.Object
  extended by butler.swing.util.ValueEditor.BaseImpl
      extended by butler.ext.code.CodeSwingEditor
All Implemented Interfaces:
ValueEditor

public class CodeSwingEditor
extends ValueEditor.BaseImpl

Author:
Fredrik Bertilsson

Nested Class Summary
 
Nested classes/interfaces inherited from class butler.swing.util.ValueEditor.BaseImpl
ValueEditor.BaseImpl.ThisChangeListener, ValueEditor.BaseImpl.ThisFocusListener, ValueEditor.BaseImpl.ThisKeyListener
 
Nested classes/interfaces inherited from interface butler.swing.util.ValueEditor
ValueEditor.BaseImpl
 
Constructor Summary
CodeSwingEditor()
           
 
Method Summary
 javax.swing.JComponent getComponent()
           
 java.lang.Object getValue()
           
 void setDatatype(Datatype dt)
           
 void setValue0(java.lang.Object value)
           
 
Methods inherited from class butler.swing.util.ValueEditor.BaseImpl
addChangeListener, fireStateChanged, getDatatype, isDirty, isNullable, setCaption, setEdited, setNullable, setValidator, setValue, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeSwingEditor

public CodeSwingEditor()
                throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

setDatatype

public void setDatatype(Datatype dt)
                 throws java.lang.Exception
Specified by:
setDatatype in interface ValueEditor
Overrides:
setDatatype in class ValueEditor.BaseImpl
Throws:
java.lang.Exception

getValue

public java.lang.Object getValue()

setValue0

public void setValue0(java.lang.Object value)
Overrides:
setValue0 in class ValueEditor.BaseImpl

getComponent

public javax.swing.JComponent getComponent()
                                    throws java.lang.Exception
Throws:
java.lang.Exception