Uses of Enum Class
eu.bandm.tools.graficUtils.PlafIcon.type
Packages that use PlafIcon.type
Package
Description
Utility functions for Swing GUI interaction and for graphics: drawing and coordinate calculation.
-
Uses of PlafIcon.type in eu.bandm.tools.graficUtils
Methods in eu.bandm.tools.graficUtils that return PlafIcon.typeModifier and TypeMethodDescriptionstatic PlafIcon.typeReturns the enum constant of this class with the specified name.static PlafIcon.type[]PlafIcon.type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.bandm.tools.graficUtils with parameters of type PlafIcon.typeModifier and TypeMethodDescriptionPlafIcon.getIcon(PlafIcon.type t) List of resources according to http://www.java-forum.org/awt-swing-javafx-swt/63754-standard-icons.html http://www.rgagnon.com/javadetails/JavaUIDefaults.txtConstructors in eu.bandm.tools.graficUtils with parameters of type PlafIcon.typeModifierConstructorDescriptionprotectedTextDialog(@Opt JFrame context, @Opt String windowtitle, boolean isModal, boolean hasShortcuts, PlafIcon.type t, @Opt Dimension size) Only real constructor, all others are just default argument wrappers.protectedTextDialog(JFrame context, String windowtitle, boolean isModal, boolean hasShortcuts, PlafIcon.type t) protectedTextDialog(JFrame context, String windowtitle, boolean isModal, PlafIcon.type t)