public class Utils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
setSmallerFont(javax.swing.JComponent component) |
static void |
setSmallerFontForChildren(javax.swing.JComponent component) |
static CustomShortcutSet |
shortcutSetOf(java.util.List<Shortcut> shortcuts) |
static java.util.List<Shortcut> |
shortcutsOf(java.lang.String actionId) |
static void |
showCompletionPopup(javax.swing.JComponent toolbarComponent,
javax.swing.JList list,
java.lang.String title,
javax.swing.text.JTextComponent textField,
java.lang.String ad) |
public static void showCompletionPopup(javax.swing.JComponent toolbarComponent, javax.swing.JList list, java.lang.String title, javax.swing.text.JTextComponent textField, java.lang.String ad)
public static void setSmallerFont(javax.swing.JComponent component)
public static void setSmallerFontForChildren(javax.swing.JComponent component)
public static CustomShortcutSet shortcutSetOf(java.util.List<Shortcut> shortcuts)
public static java.util.List<Shortcut> shortcutsOf(java.lang.String actionId)