ramido / choosel

Automatically exported from code.google.com/p/choosel
0 stars 0 forks source link

Dialogs don't offer enough control to the the implementer #159

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implementers of dialogs should be able to:

1) close the dialog themselves
2) set up their own button bar

These could be implemented in new dialog classes, so as to
not break the Dialog API. Clients could override a "createButtons" method in 
AbstractDialog. A new DialogExtension interface can be added that creates 
buttons and allows closing.

Original issue reported on code.google.com by delmyers...@gmail.com on 27 May 2011 at 6:47

GoogleCodeExporter commented 9 years ago

Original comment by delmyers...@gmail.com on 27 May 2011 at 6:52