|
org.openide.filesystems 7.38.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface FileChooserBuilder.BadgeProvider
Provides "badges" for icons that indicate files or folders of particular interest to the user.
FileChooserBuilder.setBadgeProvider(org.openide.filesystems.FileChooserBuilder.BadgeProvider)
Method Summary | |
---|---|
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. |
Method Detail |
---|
Icon getBadge(File file)
file
- The file in question
int getXOffset()
int getYOffset()
|
org.openide.filesystems 7.38.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |