/**
 * 
 */
package org.msh.xview.components;

/**
 * Custom component provided by the code using the form. It's responsibility
 * of the code using the to provide component appearance and handling
 * 
 * @author Ricardo Memoria
 *
 */
public class XCustom extends XView {

}
