com.cosylab.vdct
Class DataProvider

java.lang.Object
  extended by com.cosylab.vdct.DataProvider

public class DataProvider
extends java.lang.Object

Insert the type's description here. Creation date: (8.1.2001 18:21:54)

Author:
Matej Sekoranja

Constructor Summary
protected DataProvider()
          DataProvider constructor comment.
 
Method Summary
 void addInspectableListener(InspectableObjectsListener listener)
          Insert the method's description here.
 void addLinkTypeConfig(java.util.Hashtable table)
          Insert the method's description here.
 void fireInspectableObjectAdded(Inspectable object)
          Insert the method's description here.
 void fireInspectableObjectRemoved(Inspectable object)
          Insert the method's description here.
 java.util.Vector getCurrentDBDs()
          Returns the currentDBDs.
 DBDData getDbdDB()
          Insert the method's description here.
 java.lang.String getEditDescriptionLinkType(java.lang.String linkType)
          Insert the method's description here.
 java.lang.String getEditInitialValueLinkType(java.lang.String linkType)
          Insert the method's description here.
 java.util.regex.Pattern getEditPatternLinkType(java.lang.String linkType)
          Insert the method's description here.
 java.util.Vector getInspectable()
           
 java.util.Vector getInspectable(java.lang.Object dsId)
          Insert the method's description here.
static DataProvider getInstance()
          Insert the method's description here.
 java.util.Vector getLoadedDBDs()
          Returns the loadedDBs.
 java.lang.Object[] getRecordTypes()
          Insert the method's description here.
 void removeInspectableListener(InspectableObjectsListener listener)
          Insert the method's description here.
 void setDbdDB(DBDData newDbdDB)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataProvider

protected DataProvider()
DataProvider constructor comment.

Method Detail

getEditPatternLinkType

public java.util.regex.Pattern getEditPatternLinkType(java.lang.String linkType)
Insert the method's description here. Creation date: (8.1.2001 22:03:39)

Returns:
java.util.regex.Pattern

getEditInitialValueLinkType

public java.lang.String getEditInitialValueLinkType(java.lang.String linkType)
Insert the method's description here. Creation date: (8.1.2001 22:03:39)

Returns:
java.lang.String

getEditDescriptionLinkType

public java.lang.String getEditDescriptionLinkType(java.lang.String linkType)
Insert the method's description here. Creation date: (8.1.2001 22:03:39)

Returns:
java.lang.String

addLinkTypeConfig

public void addLinkTypeConfig(java.util.Hashtable table)
Insert the method's description here. Creation date: (8.1.2001 22:03:39)


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 java.util.Vector getInspectable(java.lang.Object dsId)
Insert the method's description here. Creation date: (8.1.2001 22:03:39)

Returns:
java.util.Vector

getInspectable

public java.util.Vector getInspectable()

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 java.lang.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 java.util.Vector getCurrentDBDs()
Returns the currentDBDs.

Returns:
Vector

getLoadedDBDs

public java.util.Vector getLoadedDBDs()
Returns the loadedDBs.

Returns:
Vector