public class CreatePropertyAssociationCommand
extends java.lang.Object
Command used by PropertyAssociationDialog to create a new PropertyAssociation and add
it to a PropertyHolder. The creation of association takes place within this command to
notify the editor that unsaved changes have been made. This command only executes the
final step in creating a PropertyAssociation, calling the setPropertyValue method.
The lexer, parser, name resolver, and numeric resolver must be used before using this command.
- Author:
- jseibel