Class DataProvider


  • public class DataProvider
    extends Object
    Insert the type's description here. Creation date: (8.1.2001 18:21:54)
    Author:
    Matej Sekoranja
    • Constructor Detail

      • DataProvider

        protected DataProvider()
        DataProvider constructor comment.
    • 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