The document describes MoDiGen, a model-driven approach for generating graphical editors in Eclipse. MoDiGen uses three domain-specific languages - MoDiGen Core, Shape, and Style - as inputs to a generator. The generator produces Java code, XML files, and properties to implement a graphical editor as an Eclipse plugin. The languages allow defining node and edge diagrams, complex shapes, and styles. When the DSL models are saved, code generation is triggered to build the graphical editor. The approach aims to reduce the effort of developing graphical modeling tools compared to manually coding editors in Eclipse frameworks.