Uses of Interface
be.gaudry.model.drawing.IBrolImage
Packages that use IBrolImage
Package
Description
Provides the classes necessary to manage all graphical parts of the application like icons, colors.
-
Uses of IBrolImage in be.gaudry.model.drawing
Classes in be.gaudry.model.drawing that implement IBrolImageModifier and TypeClassDescriptionclassclassclassEnumeration of available image resources for the swing projects.classclassclassclassclassclassProvided by the broldev.file.mediareporter.swing project.classclassclassclassclass\n Provided by the broldev.file.synchro.swing project.Methods in be.gaudry.model.drawing with parameters of type IBrolImageModifier and TypeMethodDescriptionstatic voidBrolImageUtils.debug(IBrolImage[] enumValues)Debug method to manage Images resources.static IconBrolImageUtils.getIcon(IBrolImage brolImage)Uses a cache mechanism to storeIcons.static ImageBrolImageUtils.getImage(IBrolImage brolImage)Use a cache mechanism to storeImagesConstructors in be.gaudry.model.drawing with parameters of type IBrolImageModifierConstructorDescriptionMissingIcon(IBrolImage brolImage)Creates a new white box with a black border and a red x. -
Uses of IBrolImage in be.gaudry.swing.action
Methods in be.gaudry.swing.action that return IBrolImageConstructors in be.gaudry.swing.action with parameters of type IBrolImageModifierConstructorDescriptionAbstractShowPanelAction(Class<T> clazz, Enum<? extends IBrolCard> card, IBrolImage icon)Builds an instance of this action with an associated icon.ShowPanelAction(Class<T> clazz, Enum<? extends IBrolCard> card, IBrolImage icon)Builds an instance of this action with an associated icon. -
Uses of IBrolImage in be.gaudry.swing.bibliobrol.control
Constructors in be.gaudry.swing.bibliobrol.control with parameters of type IBrolImageModifierConstructorDescriptionCategoryPane(String lrbKey, String titleKey, String loadKey, String loadDescKey, Class categoryClass, IBrolImage categoryImage) -
Uses of IBrolImage in be.gaudry.swing.eid.control
Methods in be.gaudry.swing.eid.control that return IBrolImageModifier and TypeMethodDescriptionstatic IBrolImageEidComponentsFactory.getNoPhoto(IEidDocumentType docType) -
Uses of IBrolImage in be.gaudry.swing.file.utils
Methods in be.gaudry.swing.file.utils that return IBrolImage -
Uses of IBrolImage in be.gaudry.swing.laf
Methods in be.gaudry.swing.laf that return IBrolImageModifier and TypeMethodDescriptionstatic IBrolImageLookAndFeelHelper.getDarkIcon(IBrolImage brolImage)static IBrolImageLookAndFeelHelper.getDarkImage(IBrolImage originalImage)Methods in be.gaudry.swing.laf with parameters of type IBrolImageModifier and TypeMethodDescriptionstatic IBrolImageLookAndFeelHelper.getDarkIcon(IBrolImage brolImage)static IBrolImageLookAndFeelHelper.getDarkImage(IBrolImage originalImage) -
Uses of IBrolImage in be.gaudry.swing.ribbon
Methods in be.gaudry.swing.ribbon with parameters of type IBrolImageModifier and TypeMethodDescriptionstatic <T extends org.pushingpixels.flamingo.api.common.AbstractCommandButton>
voidRibbonHelper.customizeButton(T commandButton, AbstractAction action, IBrolImage brolImage)static <T extends org.pushingpixels.flamingo.api.common.AbstractCommandButton>
TRibbonHelper.getBrolButton(Class<T> commandButtonClass, AbstractAction action, IBrolImage brolImage)static org.pushingpixels.flamingo.api.common.JCommandButtonRibbonHelper.getBrolCommandButton(AbstractAction action, IBrolImage brolImage)Constructors in be.gaudry.swing.ribbon with parameters of type IBrolImageModifierConstructorDescriptionBrolResizableIcon(IBrolImage _brolImage)BrolResizableIcon(IBrolImage _brolImage, int startWidth, int startHeight) -
Uses of IBrolImage in be.gaudry.swing.utils
Methods in be.gaudry.swing.utils with parameters of type IBrolImageModifier and TypeMethodDescriptionstatic voidSwingHelper.showInfo(Component parentComponent, String longMessage, String title, int messageType, IBrolImage icon)static voidSwingHelper.showInfo(Component parentComponent, String shortMessage, String longMessage, String title, int messageType, IBrolImage icon)