com.eviware.soapui.support
Class UISupport

java.lang.Object
  extended by com.eviware.soapui.support.UISupport

public class UISupport
extends java.lang.Object

Facade for common UI-related tasks

Author:
Ole.Matzura

Constructor Summary
UISupport()
           
 
Method Summary
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 showErrorMessage(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UISupport

public UISupport()
Method Detail

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)


Copyright © 2005 eviware.com. All Rights Reserved.