javafx - Gef4 GridLayout / Spreadsheet -


i'm developing gef (version 4) application (which should used eclipse plugin). i've done lot of research , looked @ mvc example on github (can found here) 1 question still remains.

the requirement have has "look" spreadsheet or that. model can shortly described follows: have different categories on x axis , groups on y axis. each category has 1 column assigned. groups there can multiple entries in 1 row (nested).

since knowledge in gef limited , haven't found useful stuff on internet, possible realize that? stuck on how design data model / how model requirements correctly. means how dynamically build grid , put content in correct cells (matching category , group). data read emf instance. in pure javafx application, have used gridpane , added nested gridpanes necessary handle nested y-rows, works. have no idea how starting point doing gef.

thanks hints!


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -