vis-ui icon indicating copy to clipboard operation
vis-ui copied to clipboard

Move some VisEditor UI utilities to VisUI

Open kotcrab opened this issue 9 years ago • 4 comments

Followed from #168.

  • [x] AsyncTask API and AsyncTaskProgressDialog

To be considered:

  • VisChangeListener - allows to use ChangeListener with lambdas, perfect for Java 8 users
  • EnumSelectBox - select box for enums, support custom enum names
  • ProgressImage - spinning image with round progress icon
  • IndeterminateCheckbox and IndeterminateTextField - checkbox and text field that can be set into indeterminate mode. Unlikely though, implementation is pretty specific.

kotcrab avatar May 04 '16 09:05 kotcrab

Moving the AsyncTask API to VisUI would be great, that's exactly what i would need. Are you still planning on doing that?

mbrlabs avatar Oct 13 '16 23:10 mbrlabs

@mbrlabs eventually yes, if you need it asap you can copy util/async package and AsyncTaskProgressDialog class. I'll take a look at it tomorrow if I find some time.

kotcrab avatar Oct 14 '16 19:10 kotcrab

Cool, thank you. But you can take your time, it's not really important right now. If it ends up in the 1.2.5 release that would be great. Otherwise i just copy the package.

mbrlabs avatar Oct 15 '16 09:10 mbrlabs

@mbrlabs I've moved it, you can try it in latest snapshot.

kotcrab avatar Oct 20 '16 17:10 kotcrab