dsto.dfc.swing.forms
Class BasicForm.EditorEntry

java.lang.Object
  extended by dsto.dfc.swing.forms.BasicForm.EditorEntry
Enclosing class:
BasicForm

protected static final class BasicForm.EditorEntry
extends Object


Field Summary
 ValueConverter converter
           
 FormEditor editor
           
 String property
           
 Class propertyClass
          cached type of property set by loadEditorValue.
 
Constructor Summary
BasicForm.EditorEntry(String property, FormEditor editor, ValueConverter converter)
           
 
Method Summary
 ValueConverter getConverter()
           
 FormEditor getEditor()
           
 String getProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

property

public String property

editor

public FormEditor editor

converter

public ValueConverter converter

propertyClass

public Class propertyClass
cached type of property set by loadEditorValue.

Constructor Detail

BasicForm.EditorEntry

public BasicForm.EditorEntry(String property,
                             FormEditor editor,
                             ValueConverter converter)
Method Detail

getProperty

public String getProperty()

getEditor

public FormEditor getEditor()

getConverter

public ValueConverter getConverter()


Copyright © 2008 Commonwealth of Australia