Interface MetaRecordCreator

Synopsis

 public interface MetaRecordCreator {
  public MetaRecord createMetaRecord();
}

Inheritance Path. org.kaiwitte.workbench.ui.view.MetaRecordCreator

createMetaRecord()

Synopsis: public MetaRecord createMetaRecord();

Parameters

return

the new MetaRecord

Creates and returns the MetaRecord that results from the changes made in this dialog.