Class DBSheetData

    • Field Detail

      • instances

        protected static HashMap instances
    • Method Detail

      • getInstance

        public static DBSheetData getInstance​(Object dsId)
        Parameters:
        dsId - dsId
        Returns:
        something
      • add

        public void add​(DBSheetView record)
        Adds a record.
        Parameters:
        record - record
      • get

        public DBSheetView get​(String key)
        Returns the record with the given key, or null if there is no such record.
        Parameters:
        key - key
        Returns:
        something
      • remove

        public void remove​(String key)
        Removes the record with the given key.
        Parameters:
        key - key
      • getRecords

        public Iterator getRecords()
        Returns:
        something
      • registerDsListener

        public static void registerDsListener()