de.cau.cs.kieler.keg.diagram.custom.wizards
Class Util
java.lang.Object
de.cau.cs.kieler.keg.diagram.custom.wizards.Util
public final class Util
- extends Object
Utility functionality for the random graph wizard.
- Rating

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 |
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 controlhelp
- the help text