public class IgnitionSwingUtilities
extends java.lang.Object
| Constructor and Description |
|---|
IgnitionSwingUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.border.Border |
compoundBorder(javax.swing.border.Border... borders)
Creates a compound border with any number of borders.
|
static void |
enableFocusLogging() |
static <T> T |
getAncestorOfClass(java.lang.Class<T> c,
java.awt.Component comp)
Just like
SwingUtilities#getAncestorOfClass(Class, Component), except that if
comp is the class you're looking for, it'll be found. |
static void |
stopEditing(javax.swing.JTable table) |
public static <T> T getAncestorOfClass(java.lang.Class<T> c,
java.awt.Component comp)
throws java.lang.NullPointerException
SwingUtilities#getAncestorOfClass(Class, Component), except that if
comp is the class you're looking for, it'll be found.T - The type of the class to search forc - The class you are looking for of type Tcomp - The component whose ancestors will be searchedjava.lang.NullPointerException - If c is nullpublic static javax.swing.border.Border compoundBorder(javax.swing.border.Border... borders)
public static void enableFocusLogging()
public static void stopEditing(javax.swing.JTable table)