[svn r380] added all kinds of objects
This commit is contained in:
parent
a9520b3804
commit
37fdf22282
140 changed files with 7679 additions and 901 deletions
|
|
@ -29,6 +29,10 @@ package com.idcanet.vasc;
|
|||
import java.io.InputStream;
|
||||
import java.util.logging.LogManager;
|
||||
|
||||
import org.eclipse.swt.widgets.Display;
|
||||
import org.eclipse.swt.widgets.Shell;
|
||||
|
||||
import com.idcanet.vasc.core.VascEntry;
|
||||
import com.idcanet.vasc.frontends.swt.SwtVascFrontend;
|
||||
|
||||
|
||||
|
|
@ -53,18 +57,21 @@ public class SWTTest extends TestCase {
|
|||
|
||||
public void tearDown() throws Exception {
|
||||
}
|
||||
|
||||
/*
|
||||
public void testAll() throws Exception {
|
||||
|
||||
// get GUI
|
||||
/*
|
||||
Display display = new Display();
|
||||
Shell shell = new Shell(display);
|
||||
shell.setText("Vasc Test - Swt");
|
||||
|
||||
// define redering and render
|
||||
SwtVascFrontend render = new SwtVascFrontend(shell);
|
||||
render.initEntry(TestTable.getVascTable());
|
||||
|
||||
|
||||
VascEntry entry = TestTable.getVascTable();
|
||||
entry.getVascFrontendData().getVascFrontendHelper().refreshData(entry);
|
||||
render.initEntry(entry);
|
||||
render.renderView();
|
||||
|
||||
// view
|
||||
|
|
@ -77,10 +84,8 @@ public class SWTTest extends TestCase {
|
|||
}
|
||||
}
|
||||
display.dispose();
|
||||
|
||||
*/
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue