Java org.dom4j.swing XMLTableModel fields, constructors, methods, implement or subclass

Example usage for Java org.dom4j.swing XMLTableModel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.dom4j.swing XMLTableModel.

The text is from its open source code.

Constructor

XMLTableModel(Element tableDefinition, Object source)
Creates a TableModel from an XML table definition document and an XML source
XMLTableModel(Document tableDefinition, Object source)
Creates a TableModel from an XML table definition document and an XML source
XMLTableModel(XMLTableDefinition definition, Object source)