Class RelationController

    • Constructor Detail

      • RelationController

        public RelationController​(GraphController controller)
        Create a relation controller associated with the specified graph controller.
        Parameters:
        controller - The associated graph controller.
    • Method Detail

      • setConfiguration

        public void setConfiguration​(Configuration configuration)
        Set the configuration. This is used in derived classes to to open files (such as documentation). The configuration is is important because it keeps track of which files are already open and ensures that there is only one editor operating on the file at any one time.
        Overrides:
        setConfiguration in class NamedObjController
        Parameters:
        configuration - The configuration.