-
Classes Class Description net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableEditorValidationHandler The functionality provided by this class was not Swing-specific, but could be used for other UI tool kits as well. Therefore, it has been extracted into the newDefaultTableEditorValidationHandler
class; this class should be used instead.
-
Methods Method Description net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel.configurationChanged(ConfigurationEvent) This method is no longer used or called. Configuration change events are now processed by aTreeConfigurationChangeHandler
and propagated to theSwingConfigurationTreeModel.treeModelChanged(ConfigurationNode)
method.
-
Constructors Constructor Description net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder(MouseEvent) Use the constructor which expects information about anActionManager
; this constructor only creates a partly initialized object.