|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdsto.dfc.swing.SwingSupport
public final class SwingSupport
General user interface support routines.
Method Summary | |
---|---|
static Container |
findCommonParent(Component component1,
Component component2)
Find the closest parent container for two components. |
static void |
killSplitPaneBorder(JSplitPane splitPane)
Remove all borders from a split pane, including the special border used on the divider in JDK >= 1.3. |
static void |
setAction(AbstractButton button,
Action action)
Set the action associated with a button. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void killSplitPaneBorder(JSplitPane splitPane)
public static Container findCommonParent(Component component1, Component component2)
public static void setAction(AbstractButton button, Action action)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |