Package com.cosylab.vdct
Class DataProvider
- java.lang.Object
-
- com.cosylab.vdct.DataProvider
-
public class DataProvider extends Object
Insert the type's description here. Creation date: (8.1.2001 18:21:54)- Author:
- Matej Sekoranja
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDataProvider()DataProvider constructor comment.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInspectableListener(InspectableObjectsListener listener)Insert the method's description here.voidaddLinkTypeConfig(Hashtable table)Insert the method's description here.voidfireInspectableObjectAdded(Inspectable object)Insert the method's description here.voidfireInspectableObjectRemoved(Inspectable object)Insert the method's description here.VectorgetCurrentDBDs()Returns the currentDBDs.DBDDatagetDbdDB()Insert the method's description here.StringgetEditDescriptionLinkType(String linkType)Insert the method's description here.StringgetEditInitialValueLinkType(String linkType)Insert the method's description here.PatterngetEditPatternLinkType(String linkType)Insert the method's description here.VectorgetInspectable()VectorgetInspectable(Object dsId)Insert the method's description here.static DataProvidergetInstance()Insert the method's description here.VectorgetLoadedDBDs()Returns the loadedDBs.Object[]getRecordTypes()Insert the method's description here.voidremoveInspectableListener(InspectableObjectsListener listener)Insert the method's description here.voidsetDbdDB(DBDData newDbdDB)Insert the method's description here.
-
-
-
Method Detail
-
getEditPatternLinkType
public Pattern getEditPatternLinkType(String linkType)
Insert the method's description here. Creation date: (8.1.2001 22:03:39)- Parameters:
linkType- linkType- Returns:
- java.util.regex.Pattern
-
getEditInitialValueLinkType
public String getEditInitialValueLinkType(String linkType)
Insert the method's description here. Creation date: (8.1.2001 22:03:39)- Parameters:
linkType- linkType- Returns:
- java.lang.String
-
getEditDescriptionLinkType
public String getEditDescriptionLinkType(String linkType)
Insert the method's description here. Creation date: (8.1.2001 22:03:39)- Parameters:
linkType- linkType- Returns:
- java.lang.String
-
addLinkTypeConfig
public void addLinkTypeConfig(Hashtable table)
Insert the method's description here. Creation date: (8.1.2001 22:03:39)- Parameters:
table- table
-
addInspectableListener
public void addInspectableListener(InspectableObjectsListener listener)
Insert the method's description here. Creation date: (17.4.2001 17:23:00)- Parameters:
listener- com.cosylab.vdct.inspector.InspectableObjectsListener
-
fireInspectableObjectAdded
public void fireInspectableObjectAdded(Inspectable object)
Insert the method's description here. Creation date: (17.4.2001 17:25:49)- Parameters:
object- com.cosylab.vdct.inspector.Inspectable
-
fireInspectableObjectRemoved
public void fireInspectableObjectRemoved(Inspectable object)
Insert the method's description here. Creation date: (17.4.2001 17:26:16)- Parameters:
object- com.cosylab.vdct.inspector.Inspectable
-
getDbdDB
public DBDData getDbdDB()
Insert the method's description here. Creation date: (8.1.2001 18:25:39)- Returns:
- com.cosylab.vdct.dbd.DBDData
-
getInspectable
public Vector getInspectable(Object dsId)
Insert the method's description here. Creation date: (8.1.2001 22:03:39)- Parameters:
dsId- dsId- Returns:
- java.util.Vector
-
getInspectable
public Vector getInspectable()
- Returns:
- something
-
getInstance
public static DataProvider getInstance()
Insert the method's description here. Creation date: (8.1.2001 18:22:58)- Returns:
- com.cosylab.vdct.DataProvider
-
getRecordTypes
public Object[] getRecordTypes()
Insert the method's description here. Creation date: (3.2.2001 19:56:16)- Returns:
- java.lang.String[]
-
removeInspectableListener
public void removeInspectableListener(InspectableObjectsListener listener)
Insert the method's description here. Creation date: (17.4.2001 17:23:30)- Parameters:
listener- com.cosylab.vdct.inspector.InspectableObjectsListener
-
setDbdDB
public void setDbdDB(DBDData newDbdDB)
Insert the method's description here. Creation date: (8.1.2001 18:25:39)- Parameters:
newDbdDB- com.cosylab.vdct.dbd.DBDData
-
getCurrentDBDs
public Vector getCurrentDBDs()
Returns the currentDBDs.- Returns:
- Vector
-
getLoadedDBDs
public Vector getLoadedDBDs()
Returns the loadedDBs.- Returns:
- Vector
-
-