java.lang.Object org.csstudio.opibuilder.scriptUtil.GUIUtil
public class GUIUtil
The utility class to facilitate script programming in GUI operation.
Method Summary | |
---|---|
static void |
compactMode()
Enter or exit compact mode. |
static void |
fullScreen()
Enter or exit full screen. |
static boolean |
openConfirmDialog(java.lang.String dialogMessage)
Open a dialog to ask for confirmation. |
static boolean |
openPasswordDialog(java.lang.String dialogMessage,
java.lang.String password)
Open a password dialog to allow user to input password. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean openPasswordDialog(java.lang.String dialogMessage, java.lang.String password)
dialogMessage
- the message on the dialog.password
- the password
public static boolean openConfirmDialog(java.lang.String dialogMessage)
dialogMessage
- the message on the dialog.
public static void compactMode()
public static void fullScreen()