public static interface FileChooserBuilder.BadgeProvider
| Modifier and Type | Method | Description |
|---|---|---|
javax.swing.Icon |
getBadge(java.io.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.
|
javax.swing.Icon getBadge(java.io.File file)
file - The file in questionint getXOffset()
int getYOffset()
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.