The class to start the application and initialise other components.
public final class MainModelimplements Runnable {public void logException(Throwable t);
public String getOutData();
public String getLogData();
public static void main(java.lang.String[] args);
public void run();
}
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