Package org.pentaho.reporting.tools.configeditor.util

Examples of org.pentaho.reporting.tools.configeditor.util.ConfigDescriptionEntryComparator


   * @param keyNames the key names for the editor.
   */
  protected void setKeyNames(final ConfigDescriptionEntry[] keyNames)
  {
    this.keyNames = (ConfigDescriptionEntry[]) keyNames.clone();
    Arrays.sort(this.keyNames, new ConfigDescriptionEntryComparator());
  }
View Full Code Here


   * @param keyNames the key names for the editor.
   */
  protected void setKeyNames(final ConfigDescriptionEntry[] keyNames)
  {
    this.keyNames = keyNames.clone();
    Arrays.sort(this.keyNames, new ConfigDescriptionEntryComparator());
  }
View Full Code Here

TOP

Related Classes of org.pentaho.reporting.tools.configeditor.util.ConfigDescriptionEntryComparator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.