-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move some VisEditor UI utilities to VisUI #174
Comments
Moving the |
@mbrlabs eventually yes, if you need it asap you can copy |
Cool, thank you. |
@mbrlabs I've moved it, you can try it in latest snapshot. |
Followed from #168.
AsyncTask API
andAsyncTaskProgressDialog
To be considered:
VisChangeListener
- allows to use ChangeListener with lambdas, perfect for Java 8 usersEnumSelectBox
- select box for enums, support custom enum namesProgressImage
- spinning image with round progress iconIndeterminateCheckbox
andIndeterminateTextField
- checkbox and text field that can be set into indeterminate mode. Unlikely though, implementation is pretty specific.The text was updated successfully, but these errors were encountered: