Class SwingTableEditorValidationHandler
- java.lang.Object
-
- net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
-
- net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableEditorValidationHandler
-
- All Implemented Interfaces:
net.sf.jguiraffe.gui.app.ApplicationClient
,net.sf.jguiraffe.gui.builder.components.tags.table.TableEditorValidationHandler
public class SwingTableEditorValidationHandler extends net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler implements net.sf.jguiraffe.gui.app.ApplicationClient
Deprecated.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.A Swing-specific default implementation of the
TableEditorValidationHandler
interface.- Version:
- $Id: SwingTableEditorValidationHandler.java 205 2012-01-29 18:29:57Z oheger $
- Author:
- Oliver Heger
-
-
Constructor Summary
Constructors Constructor Description SwingTableEditorValidationHandler()
Deprecated.
-
Method Summary
-
Methods inherited from class net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
getApplication, getOutput, setApplication, setOutput, validationPerformed
-
-