Class 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 new DefaultTableEditorValidationHandler 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 Detail

      • SwingTableEditorValidationHandler

        public SwingTableEditorValidationHandler()
        Deprecated.