mondrian.gui.validate
Class ValidationUtils

java.lang.Object
  extended by mondrian.gui.validate.ValidationUtils

public class ValidationUtils
extends Object

Validates a MondrianGuiDef. Class contains invalid method formerly from mondrian.gui.SchemaTreeCellRenderer.

Author:
mlowery
 

Constructor Summary
ValidationUtils()
           
 
Method Summary
static String invalid(Messages messages, JDBCValidator jdbcValidator, TreeModel treeModel, TreeModelPath tpath, Object value, Object icube, Object iparentDimension, Object iparentHierarchy, Object iparentLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationUtils

public ValidationUtils()
Method Detail

invalid

public static String invalid(Messages messages,
                             JDBCValidator jdbcValidator,
                             TreeModel treeModel,
                             TreeModelPath tpath,
                             Object value,
                             Object icube,
                             Object iparentDimension,
                             Object iparentHierarchy,
                             Object iparentLevel)

SourceForge.net_Logo