com.glaivestone.javax.swing
Class SwingUtilitiesX

java.lang.Object
  |
  +--com.glaivestone.javax.swing.SwingUtilitiesX

public class SwingUtilitiesX
extends java.lang.Object

Additions to the javax.swing.SwingUtilities class.

Version:
1.0
Author:
Gary Gregory
See Also:
SwingUtilities

Method Summary
static java.awt.Container getAncestorNamed(java.lang.String name, java.awt.Component component)
          A version of SwingUtilities.getAncestorNamed() that handles Popup menus.
static java.awt.Container getAncestorNamed(java.lang.String name, javax.swing.JPopupMenu menu)
          A version of SwingUtilities.getAncestorNamed() that handles Popup menus.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAncestorNamed

public static java.awt.Container getAncestorNamed(java.lang.String name,
                                                  javax.swing.JPopupMenu menu)
A version of SwingUtilities.getAncestorNamed() that handles Popup menus. Used by getAncestorNamed(String, Component)

See Also:
getAncestorNamed(String, Component), SwingUtilities.getAncestorNamed(String, Component)

getAncestorNamed

public static java.awt.Container getAncestorNamed(java.lang.String name,
                                                  java.awt.Component component)
A version of SwingUtilities.getAncestorNamed() that handles Popup menus.

See Also:
SwingUtilities.getAncestorNamed(String, Component)

GFL 1.1 API