com.notuvy.gui
Interface FormComponent

All Known Implementing Classes:
ButtonField, FilenameField, FilenameField.Both, FilenameField.Dirs, FilenameField.Files

public interface FormComponent

Generic description of a custom UI component in a form.

Author:
murali

Method Summary
 Object getValue()
           
 void setValue(Object object)
           
 JComponent toComponent()
           
 

Method Detail

toComponent

JComponent toComponent()

getValue

Object getValue()

setValue

void setValue(Object object)


Copyright © 2013. All Rights Reserved.