Recaf icon indicating copy to clipboard operation
Recaf copied to clipboard

Add hover/tooltip on access icons to explain what they are

Open Col-E opened this issue 5 years ago • 0 comments

When class/field/member modifier groups are displayed, its a stack of colored shapes.

It would be useful to have on-hover capabilities for these groups to complain the flags enabled in each group.

See AccessFlags for the list of all flags.


It would be useful to start by looking here: UiUtil

  • public static Node createClassGraphic(int access)
  • public static Node createFieldGraphic(int access)
  • public static Node createMethodGraphic(int access)

Col-E avatar Aug 20 '20 04:08 Col-E