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 TypeClassDescriptionclass
class
class
Enumeration of available image resources for the swing projects.class
class
class
class
class
class
Provided by the broldev.file.mediareporter.swing project.class
class
class
class
class
\n Provided by the broldev.file.synchro.swing project.Methods in be.gaudry.model.drawing with parameters of type IBrolImageModifier and TypeMethodDescriptionstatic void
BrolImageUtils.debug(IBrolImage[] enumValues)
Debug method to manage Images resources.static Icon
BrolImageUtils.getIcon(IBrolImage brolImage)
Uses a cache mechanism to storeIcons
.static Image
BrolImageUtils.getImage(IBrolImage brolImage)
Use a cache mechanism to storeImages
Constructors 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 IBrolImage
EidComponentsFactory.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 IBrolImage
LookAndFeelHelper.getDarkIcon(IBrolImage brolImage)
static IBrolImage
LookAndFeelHelper.getDarkImage(IBrolImage originalImage)
Methods in be.gaudry.swing.laf with parameters of type IBrolImageModifier and TypeMethodDescriptionstatic IBrolImage
LookAndFeelHelper.getDarkIcon(IBrolImage brolImage)
static IBrolImage
LookAndFeelHelper.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.JCommandButton
RibbonHelper.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 void
SwingHelper.showInfo(Component parentComponent, String longMessage, String title, int messageType, IBrolImage icon)
static void
SwingHelper.showInfo(Component parentComponent, String shortMessage, String longMessage, String title, int messageType, IBrolImage icon)