-
Notifications
You must be signed in to change notification settings - Fork 3
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
Multi-Column Selection #42
Comments
I'm not sure if we need the extra |
@dietzc Maybe a second StyleHook constant? |
If we have to add a hook, then certainly a Use-case 1:
Use-case 2:
Use-case 3:
So yes we need another enforcer-hook but we also need more. Let me know if it makes sense what I wrote and if not, what your concerns are. |
The "need more" only refers to code outside of the Scijava command, like the output-table-style etc., right?
Meaning, we will add a Multi-Column Selection in this case, right? Everything else makes total sense, I think those use cases are well separated 👍 |
We need to handle all the other use-cases. The output-table-style is a different issue (would be great if you could open the issue with a first proposal what we do on this front). |
Can in the sense of: we are allowed without being inconsistent. So yes, we will ;-) |
If a command has only one input which is assigned to a column selection, e.g one input image, we should create a multi column selection for that input.
Notes
annotation)
We need to have a multi column selection for input parameters. E.g. when we want to apply a filter to several image columns in a table.
Ideas:
Manual
JAVA:
JavaScript:
Automatic
Commandinputs fitting the following parameters will always get multi col select:
The text was updated successfully, but these errors were encountered: