net.sf.myjaut.ui.property
Class DefaultPropertiesPanelModel<T>

java.lang.Object
  extended by net.sf.myjaut.ui.property.DefaultPropertiesPanelModel<T>
All Implemented Interfaces:
PropertiesPanelModel<T>

public class DefaultPropertiesPanelModel<T>
extends java.lang.Object
implements PropertiesPanelModel<T>


Constructor Summary
DefaultPropertiesPanelModel()
           
 
Method Summary
 void addEditor(T object, Property<T> property, PropertyEditor<T> editor)
           
 javax.swing.JComponent getComponent(T object, Property<T> property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPropertiesPanelModel

public DefaultPropertiesPanelModel()
Method Detail

getComponent

public javax.swing.JComponent getComponent(T object,
                                           Property<T> property)
Specified by:
getComponent in interface PropertiesPanelModel<T>

addEditor

public void addEditor(T object,
                      Property<T> property,
                      PropertyEditor<T> editor)
Specified by:
addEditor in interface PropertiesPanelModel<T>


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.