Java pattern for extending list for gui usage -


i have non-gui-component internally maintains list of objects, creating/deleting elements needed.

this class's internal list should it's own swing jtable based view drag/drop resorting , deleting abilities. view should automatically updated if element added list inside non-gui-component.

should list of non-gui-component made new class extending abstracttablemodel , used such, or there pattern in java allows me keep non-gui-component gui-agnostic , achieve goal?


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -