Uses of Enum Class
org.basex.gui.GUIConstants.Msg
Packages that use GUIConstants.Msg
Package
Description
GUI Package.
GUI Dialog Windows.
Project specific GUI components.
-
Uses of GUIConstants.Msg in org.basex.gui
Methods in org.basex.gui that return GUIConstants.MsgModifier and TypeMethodDescriptionstatic GUIConstants.MsgReturns the enum constant of this class with the specified name.static GUIConstants.Msg[]GUIConstants.Msg.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GUIConstants.Msg in org.basex.gui.dialog
Constructors in org.basex.gui.dialog with parameters of type GUIConstants.MsgModifierConstructorDescriptionDialogMessage(GUI gui, String txt, GUIConstants.Msg ic, String... buttons) Default constructor. -
Uses of GUIConstants.Msg in org.basex.gui.layout
Methods in org.basex.gui.layout with parameters of type GUIConstants.MsgModifier and TypeMethodDescriptionfinal BaseXLabelBaseXLabel.setText(String text, GUIConstants.Msg icon) Shows an text, preceded by a state icon.