Chapter 7. Package org.kaiwitte.workbench.ui.model

Table of Contents

Class MainModel
Synopsis
Interface MetaSchemeTableModel
Synopsis
addRecord(MetaRecord[])
clear()
delete(int)
delete(MetaRecord)
getRecord(int)
getScheme()
update(MetaRecord, int)
Class MetaSchemeTableModelImpl
Synopsis
MetaSchemeTableModelImpl(MetaScheme)
addRecord(MetaRecord[])
clear()
delete(int)
delete(MetaRecord)
getRecord(int)
getScheme()
update(MetaRecord, int)
Class RecordFactory
Synopsis
createRecord(DataScheme, String)
Interface SchemeTableModel
Synopsis
addRecord(Record[])
clear()
getRecord(int)
Class SchemeTableModelImpl
Synopsis
SchemeTableModelImpl(DataScheme)
addRecord(Record[])
clear()
getRecord(int)

Class MainModel

The class to start the application and initialise other components.

Synopsis

 public final class MainModel {
  public static void main(java.lang.String[] args);
}

Methods inherited from java.lang.Object: clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait

Inheritance Path. java.lang.Object-> org.kaiwitte.workbench.ui.model.MainModel