public class ExternalSystemUiUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
INSETS |
Modifier and Type | Method and Description |
---|---|
static void |
disposeUi(java.lang.Object o) |
static void |
executeAction(java.lang.String actionId,
java.awt.event.InputEvent e) |
static void |
fillBottom(javax.swing.JComponent component) |
static GridBag |
getFillLineConstraints(int indentLevel) |
static GridBag |
getLabelConstraints(int indentLevel) |
static ExternalSystemUiAware |
getUiAware(ProjectSystemId externalSystemId) |
static void |
showBalloon(javax.swing.JComponent component,
MessageType messageType,
java.lang.String message)
Asks to show balloon that contains information related to the given component.
|
static void |
showUi(java.lang.Object o,
boolean show) |
public static final int INSETS
public static void showBalloon(javax.swing.JComponent component, MessageType messageType, java.lang.String message)
component
- component for which we want to show informationmessageType
- balloon message typemessage
- message to showpublic static GridBag getLabelConstraints(int indentLevel)
public static GridBag getFillLineConstraints(int indentLevel)
public static void fillBottom(javax.swing.JComponent component)
public static void showUi(java.lang.Object o, boolean show)
public static void disposeUi(java.lang.Object o)
public static ExternalSystemUiAware getUiAware(ProjectSystemId externalSystemId)
public static void executeAction(java.lang.String actionId, java.awt.event.InputEvent e)