com.cosylab.vdct.graphics
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:

Method Summary
 java.lang.String checkGroupName(java.lang.String name, boolean relative)
          Returns error message or null if OK Creation date: (3.2.2001 22:11:01)
 java.lang.String checkRecordName(java.lang.String name, java.lang.String oldName, boolean relative)
          Returns error message or null if OK.
 Box createBox()
          Insert the method's description here.
 Line createLine()
           
 void createRecord(java.lang.String name, java.lang.String type, boolean relative)
           
 TextBox createTextBox()
           
 boolean isErrorMessage(java.lang.String message)
          Returns true if the string returned by checkGroupName(...) and checkRecordName(...) is an error message and false when it is a warning.
 

Method Detail

checkGroupName

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

Parameters:
name - java.lang.String
Returns:
java.lang.String

checkRecordName

java.lang.String checkRecordName(java.lang.String name,
                                 java.lang.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:
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)

Parameters:
name - java.lang.String
type - java.lang.String
relative - boolean

createLine

Line createLine()

createTextBox

TextBox createTextBox()

createRecord

void createRecord(java.lang.String name,
                  java.lang.String type,
                  boolean relative)

isErrorMessage

boolean isErrorMessage(java.lang.String message)
Returns true if the string returned by checkGroupName(...) and checkRecordName(...) is an error message and false when it is a warning.