Uses of Class
org.basex.gui.GUIConstants.Msg

Packages that use GUIConstants.Msg
org.basex.gui GUI Package. 
org.basex.gui.dialog GUI Dialog Windows. 
org.basex.gui.layout Project specific GUI components. 
 

Uses of GUIConstants.Msg in org.basex.gui
 

Methods in org.basex.gui that return GUIConstants.Msg
static GUIConstants.Msg GUIConstants.Msg.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GUIConstants.Msg[] GUIConstants.Msg.values()
          Returns an array containing the constants of this enum type, 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.Msg
DialogMessage(GUI main, java.lang.String txt, GUIConstants.Msg ic)
          Default constructor.
 

Uses of GUIConstants.Msg in org.basex.gui.layout
 

Methods in org.basex.gui.layout with parameters of type GUIConstants.Msg
 BaseXLabel BaseXLabel.setText(java.lang.String text, GUIConstants.Msg icon)
          Shows an text, preceded by a state icon.