SubstanceDefaultIconPackpublic interface SubstanceIconPack
Applications using Substance can use a custom icon pack with
SubstanceCortex.GlobalScope.setIconPack(SubstanceIconPack) to match the overall
iconography language that maintains visual consistency across the entire app.
| Modifier and Type | Method | Description |
|---|---|---|
org.pushingpixels.neon.icon.ResizableIcon |
getAllowedIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getColorChooserColorPalettesIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getColorChooserColorSlidersIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getColorChooserColorSwatchesIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getColorChooserColorWheelIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getColorChooserCrayonsIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getColorChooserImagePalettesIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getFileChooserComputerIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getFileChooserDetailsViewIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getFileChooserDirectoryIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getFileChooserFileIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getFileChooserFloppyDriveIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getFileChooserHardDriveIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getFileChooserHomeFolderIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getFileChooserListViewIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getFileChooserNewFolderIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getFileChooserUpFolderIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getFileChooserViewMenuIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getInspectIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getLockIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getNotAllowedIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getOptionPaneErrorIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getOptionPaneInformationIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getOptionPaneQuestionIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getOptionPaneWarningIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getRefreshIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getScrollAllIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getScrollHorizontalIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getScrollVerticalIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getTextCopyActionIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getTextCutActionIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getTextDeleteActionIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getTextPasteActionIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
|
org.pushingpixels.neon.icon.ResizableIcon |
getTextSelectAllActionIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme) |
org.pushingpixels.neon.icon.ResizableIcon getOptionPaneInformationIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getOptionPaneWarningIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getOptionPaneErrorIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getOptionPaneQuestionIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getFileChooserNewFolderIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getFileChooserUpFolderIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getFileChooserHomeFolderIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getFileChooserListViewIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getFileChooserDetailsViewIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getFileChooserViewMenuIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getFileChooserComputerIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getFileChooserDirectoryIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getFileChooserFileIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getFileChooserFloppyDriveIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getFileChooserHardDriveIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getLockIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getInspectIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getRefreshIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getAllowedIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getNotAllowedIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getTextCopyActionIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getTextCutActionIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getTextPasteActionIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getTextDeleteActionIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getTextSelectAllActionIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getColorChooserColorPalettesIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getColorChooserColorSlidersIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getColorChooserColorSwatchesIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getColorChooserColorWheelIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getColorChooserCrayonsIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getColorChooserImagePalettesIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getScrollVerticalIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getScrollHorizontalIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)
org.pushingpixels.neon.icon.ResizableIcon getScrollAllIcon(int preferredSize,
SubstanceColorScheme preferredIconColorScheme)