Interface VDBInterface

  • All Known Implementing Classes:
    DSGUIInterface, DsManager

    public interface VDBInterface
    Insert the type's description here. Creation date: (4.2.2001 15:36:01)
    Author:
    cosylab
    • Method Detail

      • checkGroupName

        String checkGroupName​(String name,
                              boolean relative)
        Returns error message or null if OK Creation date: (3.2.2001 22:11:01)
        Parameters:
        relative - relative
        name - java.lang.String
        Returns:
        java.lang.String
      • checkRecordName

        String checkRecordName​(String name,
                               String oldName,
                               boolean relative)
        Returns error message or null if OK. oldName can be null if not applicable. Creation date: (3.2.2001 22:11:01)
        Parameters:
        oldName - oldName
        relative - relative
        name - java.lang.String
        Returns:
        java.lang.String
      • createBox

        Box createBox()
        Insert the method's description here. Creation date: (3.2.2001 23:27:30)
        Returns:
        something
      • createLine

        Line createLine()
        Returns:
        something
      • createTextBox

        TextBox createTextBox()
        Returns:
        something
      • createRecord

        void createRecord​(String name,
                          String type,
                          boolean relative)
        Parameters:
        name - name
        type - type
        relative - relative
      • isErrorMessage

        boolean isErrorMessage​(String message)
        Returns true if the string returned by checkGroupName(...) and checkRecordName(...) is an error message and false when it is a warning.
        Parameters:
        message - message
        Returns:
        something