Uses of Interface
be.gaudry.model.drawing.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
Modifier 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.Modifier 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
ModifierConstructorDescriptionMissingIcon(IBrolImage brolImage)
Creates a new white box with a black border and a red x. -
Uses of IBrolImage in be.gaudry.swing.action
ModifierConstructorDescriptionAbstractShowPanelAction(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
ModifierConstructorDescriptionCategoryPane(String lrbKey, String titleKey, String loadKey, String loadDescKey, Class categoryClass, IBrolImage categoryImage)
-
Uses of IBrolImage in be.gaudry.swing.eid.control
Modifier and TypeMethodDescriptionstatic IBrolImage
EidComponentsFactory.getNoPhoto(IEidDocumentType docType)
-
Uses of IBrolImage in be.gaudry.swing.file.utils
-
Uses of IBrolImage in be.gaudry.swing.laf
Modifier and TypeMethodDescriptionstatic IBrolImage
LookAndFeelHelper.getDarkIcon(IBrolImage brolImage)
static IBrolImage
LookAndFeelHelper.getDarkImage(IBrolImage originalImage)
Modifier and TypeMethodDescriptionstatic IBrolImage
LookAndFeelHelper.getDarkIcon(IBrolImage brolImage)
static IBrolImage
LookAndFeelHelper.getDarkImage(IBrolImage originalImage)
-
Uses of IBrolImage in be.gaudry.swing.ribbon
Modifier 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)
ModifierConstructorDescriptionBrolResizableIcon(IBrolImage _brolImage)
BrolResizableIcon(IBrolImage _brolImage, int startWidth, int startHeight)
-
Uses of IBrolImage in be.gaudry.swing.utils
Modifier 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)