Package com.cosylab.vdct.rdb
Class RdbInstance
- java.lang.Object
-
- com.cosylab.vdct.rdb.RdbInstance
-
public class RdbInstance extends Object
- Author:
- ssah
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RdbInstancegetInstance(JFrame guiContext)RdbInterfacegetRdbInterface()
-
-
-
Method Detail
-
getInstance
public static RdbInstance getInstance(JFrame guiContext)
- Parameters:
guiContext- guiContext- Returns:
- something
-
getRdbInterface
public RdbInterface getRdbInterface()
- Returns:
- something
-
-