de.cau.cs.kieler.keg.diagram.custom.wizards
Class Util

java.lang.Object
  extended by de.cau.cs.kieler.keg.diagram.custom.wizards.Util

public final class Util
extends Object

Utility functionality for the random graph wizard.

Rating red

Method Summary
static void addHelp(Control control, String help)
          Adds a help text to a control by adding an exclamation mark at the top left of the control and a tooltip.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addHelp

public static void addHelp(Control control,
                           String help)
Adds a help text to a control by adding an exclamation mark at the top left of the control and a tooltip.

Parameters:
control - the control
help - the help text