public static interface FileChooserBuilder.BadgeProvider
Modifier and Type | Method and Description |
---|---|
Icon |
getBadge(File file)
Get the badge the passed file should use.
|
int |
getXOffset()
Get the x offset for badges produced by this provider.
|
int |
getYOffset()
Get the y offset for badges produced by this provider.
|
Icon getBadge(File file)
file
- The file in questionint getXOffset()
int getYOffset()