|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectse.datadosen.util.WindowUtilities
public class WindowUtilities
Exclude the passed JFrame from being affected by modal dialogs in other window hiearchies. Doing this with reflection to suppport Java 1.5 as well Java 1.6 call: frmMain.setModalExclusionType(Dialog.ModalExclusionType.APPLICATION_EXCLUDE);
| Constructor Summary | |
|---|---|
WindowUtilities()
|
|
| Method Summary | |
|---|---|
static boolean |
setApplicationModalExclusion(javax.swing.JFrame frmMain)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowUtilities()
| Method Detail |
|---|
public static boolean setApplicationModalExclusion(javax.swing.JFrame frmMain)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||