net.sf.myjaut.ui.property
Interface PropertiesPanelModel<T>

All Known Implementing Classes:
DefaultPropertiesPanelModel

public interface PropertiesPanelModel<T>


Method Summary
 void addEditor(T object, Property<T> property, PropertyEditor<T> editor)
           
 javax.swing.JComponent getComponent(T object, Property<T> property)
           
 

Method Detail

addEditor

void addEditor(T object,
               Property<T> property,
               PropertyEditor<T> editor)

getComponent

javax.swing.JComponent getComponent(T object,
                                    Property<T> property)


This code documentation is disclosed as part of Kagiru Sudoku. It is licensed under the GNU General Public License (GPL) and comes with NO WARRANTY. See file license.txt for more info.