Uses of Enum Class
sc.fiji.snt.gui.IconFactory.GLYPH
Packages that use IconFactory.GLYPH
-
Uses of IconFactory.GLYPH in sc.fiji.snt.gui
Methods in sc.fiji.snt.gui that return IconFactory.GLYPHModifier and TypeMethodDescriptionstatic IconFactory.GLYPHReturns the enum constant of this class with the specified name.static IconFactory.GLYPH[]IconFactory.GLYPH.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in sc.fiji.snt.gui with parameters of type IconFactory.GLYPHModifier and TypeMethodDescriptionstatic voidIconFactory.assignIcon(AbstractButton button, IconFactory.GLYPH glyph, Color color, float scalingFactor) static voidIconFactory.assignIcon(AbstractButton button, IconFactory.GLYPH glyph, Color defaultColor, Color disabledColor, float scalingFactor) static voidIconFactory.assignIcon(AbstractButton button, IconFactory.GLYPH defaultGlyph, IconFactory.GLYPH selectedGlyph) static voidIconFactory.assignIcon(AbstractButton button, IconFactory.GLYPH defaultGlyph, IconFactory.GLYPH selectedGlyph, float scalingFactor) static voidIconFactory.assignIcon(JMenuItem item, IconFactory.GLYPH defaultGlyph) static IconIconFactory.buttonIcon(IconFactory.GLYPH entry, float scalingFactor) static IconIconFactory.buttonIcon(IconFactory.GLYPH entry, Color color, float scalingFactor) static IconIconFactory.dropdownMenuIcon(IconFactory.GLYPH entry, float scalingFactor, Color color) protected voidSNTSearchableBar.formatButton(AbstractButton button, IconFactory.GLYPH glyph) static IconIconFactory.get(IconFactory.GLYPH entry, float size, Color color) Creates a new icon from a Font Awesome glyph.static ImageIconIconFactory.getAsImage(IconFactory.GLYPH entry, float size, Color color) Creates a new image icon from a Font Awesome glyph.static IconIconFactory.listIcon(JList<?> list, IconFactory.GLYPH entry) static IconIconFactory.menuIcon(IconFactory.GLYPH entry) static IconIconFactory.menuIcon(IconFactory.GLYPH entry, Color color) static JMenuItemGuiUtils.MenuItems.menuItem(String label, ActionListener lstnr, KeyStroke keystroke, IconFactory.GLYPH glyph) Creates a menu item with a right-aligned shortcut hint, an optional icon, and no global accelerator binding.GuiUtils.Buttons.OptionsButton(IconFactory.GLYPH glyph, float scalingFactor, JPopupMenu menu) static JMenuItemGuiUtils.MenuItems.saveTablesAndPlots(IconFactory.GLYPH glyph) static IconIconFactory.tabbedPaneIcon(JTabbedPane tabbedPane, IconFactory.GLYPH entry) static JButtonGuiUtils.Buttons.toolbarButton(IconFactory.GLYPH glyph, Color color, float scalingFactor) static JToggleButtonGuiUtils.Buttons.toolbarToggleButton(Action action, String tooltipText, IconFactory.GLYPH glyph1, IconFactory.GLYPH glyph2)