Package net.storm.api.util
Class SwingUtil
java.lang.Object
net.storm.api.util.SwingUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidaddModalTooltip(AbstractButton button, String on, String off) static voiddeactivate(Object maybeActivatable) static voidRemoves all of a component's children faster than calling removeAll() on it in many casesstatic voidRun any events currently in the event queuestatic voidstatic void
-
Constructor Details
-
SwingUtil
public SwingUtil()
-
-
Method Details
-
syncExec
-
removeButtonDecorations
-
addModalTooltip
-
fastRemoveAll
Removes all of a component's children faster than calling removeAll() on it in many cases -
pumpPendingEvents
public static void pumpPendingEvents()Run any events currently in the event queue -
activate
-
deactivate
-