Uses of Enum Class
eu.bandm.tools.graficUtils.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
Modifier and TypeMethodDescriptionstatic PlafIcon.type
Returns 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.Modifier 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.txtModifierConstructorDescriptionprotected
TextDialog
(@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.protected
TextDialog
(JFrame context, String windowtitle, boolean isModal, boolean hasShortcuts, PlafIcon.type t) protected
TextDialog
(JFrame context, String windowtitle, boolean isModal, PlafIcon.type t)