com.eviware.soapui.support
Class UISupport
java.lang.Object
com.eviware.soapui.support.UISupport
public class UISupport
- extends java.lang.Object
Facade for common UI-related tasks
- Author:
- Ole.Matzura
Method Summary |
static void |
centerDialog(javax.swing.JDialog dialog)
|
static boolean |
confirm(java.lang.String question,
java.lang.String title)
|
static javax.swing.JSplitPane |
createHorizontalSplit()
|
static javax.swing.JSplitPane |
createHorizontalSplit(java.awt.Component leftComponent,
java.awt.Component rightComponent)
|
static javax.swing.JSplitPane |
createVerticalSplit()
|
static javax.swing.JSplitPane |
createVerticalSplit(java.awt.Component topComponent,
java.awt.Component bottomComponent)
|
static javax.swing.JFrame |
getMainFrame()
|
static java.lang.String |
prompt(java.lang.String question,
java.lang.String title)
|
static java.lang.String |
prompt(java.lang.String question,
java.lang.String title,
java.lang.String value)
|
static void |
setMainFrame(javax.swing.JFrame frame)
|
static void |
showDialog(javax.swing.JDialog dialog)
|
static void |
showErrorMessage(java.lang.String message)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UISupport
public UISupport()
setMainFrame
public static void setMainFrame(javax.swing.JFrame frame)
getMainFrame
public static javax.swing.JFrame getMainFrame()
showErrorMessage
public static void showErrorMessage(java.lang.String message)
confirm
public static boolean confirm(java.lang.String question,
java.lang.String title)
prompt
public static java.lang.String prompt(java.lang.String question,
java.lang.String title,
java.lang.String value)
prompt
public static java.lang.String prompt(java.lang.String question,
java.lang.String title)
createHorizontalSplit
public static javax.swing.JSplitPane createHorizontalSplit()
createHorizontalSplit
public static javax.swing.JSplitPane createHorizontalSplit(java.awt.Component leftComponent,
java.awt.Component rightComponent)
createVerticalSplit
public static javax.swing.JSplitPane createVerticalSplit()
createVerticalSplit
public static javax.swing.JSplitPane createVerticalSplit(java.awt.Component topComponent,
java.awt.Component bottomComponent)
centerDialog
public static void centerDialog(javax.swing.JDialog dialog)
showDialog
public static void showDialog(javax.swing.JDialog dialog)
Copyright © 2005 eviware.com. All Rights Reserved.