Methods
| Type |
Name and description |
static boolean |
confirm(Component parent, String message, String title, int messageType = JOptionPane.QUESTION_MESSAGE)
|
static String |
input(Component parent, String message, String title, int messageType = JOptionPane.QUESTION_MESSAGE)
|
static void |
message(Component parent, String message, String title, int messageType = JOptionPane.INFORMATION_MESSAGE)
|
static def |
showAndReuseMVCGroup(String mvcGroupName, Map args = [:], GriffonView view, Map dialogProperties = [:], LayerUI layerUI = null, Closure onFinish = null)
|
static def |
showMVCGroup(MVCGroup mvcGroup, GriffonView view, Map dialogProperties = [:], LayerUI layerUI = null, Closure onFinish = null) This method will not destroy MVCGroup passed to it. |
static def |
showMVCGroup(String mvcGroupName, Map args = [:], GriffonView view, Map dialogProperties = [:], LayerUI layerUI, Closure onFinish = null)
|
static def |
showMVCGroup(String mvcGroupName, Map args = [:], GriffonView view, Map dialogProperties = [:], Closure onFinish = null)
|