Ejemplo n.º 1
0
 // TODO: figure this out...
 public void clearEditors() {
   removeAll();
   activeEditors.removeAllElements();
   templateDisplay.setToDefault();
   addEditor(templateDisplay);
   tableDisplay.displayEntry(null, null);
   addEditor(tableDisplay);
 }
Ejemplo n.º 2
0
  /**
   * This specifies the class loader used to load plugin editors. (This may not be known when an
   * AttributeDisplay object is first created, at which time only the default system class loader is
   * used).
   */
  public void registerClassLoader(ClassLoader loader) {
    myLoader = loader;
    if (tableDisplay == null) initTableEditor();

    tableDisplay.registerClassLoader(loader);
  }